blob: aecdd9f0b892db0fc39a344507d3ddee8726b736 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# Text/base colors
gtk-color-scheme = "text_color:#c5dce3\nbase_color:#002335"
# Foreground/background colors
gtk-color-scheme = "fg_color:#c5dce3\nbg_color:#001d2b"
# Selection colors
gtk-color-scheme = "selected_fg_color:#c5dce3\nselected_bg_color:#00597c"
# Tooltip colors
gtk-color-scheme = "tooltip_fg_color:#c5dce3\ntooltip_bg_color:#00293e"
# Window colors
gtk-color-scheme = "wm_color:#001621\nunfocused_wm_color:#001621"
# Panel colors
gtk-color-scheme = "panel_bg_color:#001621\npanel_fg_color:#c5dce3"
# Dark Theme - Text/base colors
gtk-color-scheme = "dark_text_color:#c5dce3\ndark_base_color:#001d2b"
# Dark Theme - Foreground/background colors
gtk-color-scheme = "dark_fg_color:#c5dce3\ndark_bg_color:#001d2b"
gtk-color-scheme = "sidebar_bg:#001d2b"
gtk-color-scheme = "sidebar_fg:#c5dce3"
# 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 "hacks-dark.rc"
# App stylings
include "apps/chrome.rc"
include "apps/gimp.rc"
include "apps/libreoffice.rc"
include "apps/terminal.rc"
include "apps/thunar.rc"
include "apps/xfce.rc"
|