upload base files -> NC

This commit is contained in:
2024-03-04 12:11:47 +05:30
parent 20db597f8a
commit ad4e1115e4
700 changed files with 57095 additions and 0 deletions

24
gtk-2.0/gtkrc Normal file
View File

@@ -0,0 +1,24 @@
# Text/base
gtk-color-scheme = "text_color:#FFFFFF\nbase_color:#313338"
# Foreground/background
gtk-color-scheme = "fg_color:#FFFFFF\nbg_color:#2c2e33"
# Selected foreground/background
gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#AB47BC"
# Titlebar foreground/background
gtk-color-scheme = "titlebar_fg_color:#FFFFFF\ntitlebar_bg_color:#36383e"
# Links
gtk-color-scheme = "link_color:#42A5F5\nvisited_link_color:#E040FB"
# Panel
gtk-color-scheme = "topbar_bg_color:#212329\ntopbar_fg_color:#EFEFEF"
# 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"