forked from EliverLara/Nordic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gtkrc
executable file
·31 lines (28 loc) · 1.03 KB
/
gtkrc
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
# Text/base colors
gtk-color-scheme = "text_color:#d8dee9\nbase_color:#434c5e"
# Foreground/background colors
gtk-color-scheme = "fg_color:#d8dee9\nbg_color:#3b4252"
# Selection colors
gtk-color-scheme = "selected_fg_color:#fefefe\nselected_bg_color:#8fbcbb"
# Tooltip colors
gtk-color-scheme = "tooltip_fg_color:#f8f8f2\ntooltip_bg_color:#46474F"
# Window colors
gtk-color-scheme = "wm_color:#31363d\nunfocused_wm_color:#31363d"
# Panel colors
gtk-color-scheme = "panel_bg_color:#2e3440\npanel_fg_color:#d8dee9"
# Dark Theme - Text/base colors
gtk-color-scheme = "dark_text_color:#d8dee9\ndark_base_color:#434c5e"
# Dark Theme - Foreground/background colors
gtk-color-scheme = "dark_fg_color:#d8dee9\ndark_bg_color:#3b4252"
gtk-color-scheme = "sidebar_bg:#2e3440"
gtk-color-scheme = "sidebar_fg:#d8dee9"
gtk-auto-mnemonics = 1
gtk-primary-button-warps-slider = 1
include "main.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"