mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
25 lines
760 B
Text
25 lines
760 B
Text
|
|
||
|
# 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
|
||
|
gtk-color-scheme = "selected_fg_color:#191919\nselected_bg_color:#f58f44"
|
||
|
# Titlebar foreground/background
|
||
|
gtk-color-scheme = "titlebar_fg_color:#f58f44\ntitlebar_bg_color:#191919"
|
||
|
# Links
|
||
|
gtk-color-scheme = "link_color:#5f819d\nvisited_link_color:#85678f"
|
||
|
# Panel
|
||
|
gtk-color-scheme = "topbar_bg_color:#191919\ntopbar_fg_color:#f58f44"
|
||
|
|
||
|
# 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"
|