mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-02 20:21:42 +00:00
Prelim: Begin CMake build work - native GTK2
This commit is contained in:
@@ -35,6 +35,7 @@ gtk-auto-mnemonics = 1
|
||||
gtk-primary-button-warps-slider = 1
|
||||
|
||||
# And hand over the control to the theme files
|
||||
include "scheme.rc"
|
||||
include "main.rc"
|
||||
include "apps.rc"
|
||||
include "hacks.rc"
|
||||
18
themes/build-common/gtk-2.0-base/scheme.rc.in
Normal file
18
themes/build-common/gtk-2.0-base/scheme.rc.in
Normal file
@@ -0,0 +1,18 @@
|
||||
# Text/base
|
||||
gtk-color-scheme = "text_color:@WINDOW_FG@\nbase_color:@WINDOW_BG@"
|
||||
# Foreground/background
|
||||
gtk-color-scheme = "fg_color:@THREED_OBJECTS_FG@\nbg_color:@THREED_OBJECTS_BG@"
|
||||
# Selected foreground/background
|
||||
gtk-color-scheme = "selected_fg_color:@SELECTED_ITEMS_FG@\nselected_bg_color:@SELECTED_ITEMS_BG@"
|
||||
# Insensitive foreground/background
|
||||
gtk-color-scheme = "insensitive_fg_color:#808080\ninsensitive_bg_color:@THREED_OBJECTS_BG@"
|
||||
# Menus
|
||||
gtk-color-scheme = "menu_color:@THREED_OBJECTS_BG@"
|
||||
# Links
|
||||
gtk-color-scheme = "link_color:#000080\nvisited_link_color:#000080"
|
||||
# Treeview headers
|
||||
gtk-color-scheme = "column_header_color:@THREED_OBJECTS_BG@\nhover_column_header_color:@THREED_OBJECTS_BG@"
|
||||
# Window decoration
|
||||
gtk-color-scheme = "window_color:@THREED_OBJECTS_BG@"
|
||||
# Tooltips
|
||||
gtk-color-scheme = "tooltip_fg_color:@TOOLTIP_FG@\ntooltip_bg_color:@TOOLTIP_BG@"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user