Prelim: Begin CMake build work - native GTK2

This commit is contained in:
Rory Fewell
2023-04-21 22:45:04 +01:00
parent f163978598
commit e7af772d56
137 changed files with 71 additions and 0 deletions

View File

@@ -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"

View 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