Add files via upload

This commit is contained in:
L4ki
2021-11-30 08:24:52 +01:00
committed by GitHub
parent 58bd551371
commit 116be7724d
8 changed files with 2965 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# Text/base colors
gtk-color-scheme = "text_color:#fcfcfc\nbase_color:#252342"
# Foreground/background colors
gtk-color-scheme = "fg_color:#fcfcfc\nbg_color:#1f1d36"
# Selection colors
gtk-color-scheme = "selected_fg_color:#fcfcfc\nselected_bg_color:#656595"
# Tooltip colors
gtk-color-scheme = "tooltip_fg_color:#fcfcfc\ntooltip_bg_color:#252342"
# Window colors
gtk-color-scheme = "wm_color:#16132c\nunfocused_wm_color:#16132c"
# Panel colors
gtk-color-scheme = "panel_bg_color:#16132c\npanel_fg_color:#fcfcfc"
# Dark Theme - Text/base colors
gtk-color-scheme = "dark_text_color:#fcfcfc\ndark_base_color:#1f1d36"
# Dark Theme - Foreground/background colors
gtk-color-scheme = "dark_fg_color:#fcfcfc\ndark_bg_color:#1f1d36"
gtk-color-scheme = "sidebar_bg:#1f1d36"
gtk-color-scheme = "sidebar_fg:#fcfcfc"
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"