aboutsummaryrefslogtreecommitdiff
path: root/.themes/Breeze-Noir-Dark-GTK/gtk-2.0/gtkrc
diff options
context:
space:
mode:
authorIndrajith2024-07-03 02:03:35 +0530
committerIndrajith2024-07-03 02:03:35 +0530
commit824022cd1f633c70c4d2782934251616756f4668 (patch)
treea310eb4bf72b26c2d110838b8c487daaa3537bea /.themes/Breeze-Noir-Dark-GTK/gtk-2.0/gtkrc
parent57eb70137b5bbcdabdc0f02eea5477b3e5f845a1 (diff)
downloaddots-824022cd1f633c70c4d2782934251616756f4668.tar.gz
dots-824022cd1f633c70c4d2782934251616756f4668.tar.bz2
dots-824022cd1f633c70c4d2782934251616756f4668.zip
Dots Updated
* Adds GTK Themes * Adds wlogout * Adds tmux config * Adds Pywal-16-colors * Removed unwanted gtk folders * Config Updates * Fish * Hyprland * Hyprlock * Hyprpaper * waybar
Diffstat (limited to '.themes/Breeze-Noir-Dark-GTK/gtk-2.0/gtkrc')
-rwxr-xr-x.themes/Breeze-Noir-Dark-GTK/gtk-2.0/gtkrc36
1 files changed, 36 insertions, 0 deletions
diff --git a/.themes/Breeze-Noir-Dark-GTK/gtk-2.0/gtkrc b/.themes/Breeze-Noir-Dark-GTK/gtk-2.0/gtkrc
new file mode 100755
index 000000000..aecdd9f0b
--- /dev/null
+++ b/.themes/Breeze-Noir-Dark-GTK/gtk-2.0/gtkrc
@@ -0,0 +1,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"