2021-10-12 22:20:01 +00:00
|
|
|
|
|
|
|
# Text/base
|
|
|
|
gtk-color-scheme = "text_color:#c5c8c6\nbase_color:#191919"
|
|
|
|
# Foreground/background
|
|
|
|
gtk-color-scheme = "fg_color:#c5c8c6\nbg_color:#191919"
|
|
|
|
# Selected foreground/background
|
2022-12-11 18:45:10 +00:00
|
|
|
gtk-color-scheme = "selected_fg_color:#191919\nselected_bg_color:#707880"
|
2021-10-12 22:20:01 +00:00
|
|
|
# Titlebar foreground/background
|
2022-12-11 18:45:10 +00:00
|
|
|
gtk-color-scheme = "titlebar_fg_color:#707880\ntitlebar_bg_color:#191919"
|
2021-10-12 22:20:01 +00:00
|
|
|
# Links
|
|
|
|
gtk-color-scheme = "link_color:#5f819d\nvisited_link_color:#85678f"
|
|
|
|
# Panel
|
2022-12-11 18:45:10 +00:00
|
|
|
gtk-color-scheme = "topbar_bg_color:#191919\ntopbar_fg_color:#707880"
|
2021-10-12 22:20:01 +00:00
|
|
|
|
|
|
|
# Set GTK settings
|
|
|
|
gtk-auto-mnemonics = 1
|
|
|
|
gtk-primary-button-warps-slider = 1
|
|
|
|
|
|
|
|
# And hand over the control to the theme files
|
|
|
|
include "main.rc"
|
|
|
|
include "apps.rc"
|
|
|
|
include "hacks.rc"
|
|
|
|
include "panel.rc"
|
|
|
|
include "xfce-notify.rc"
|