mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
31 lines
1 KiB
Text
Executable file
31 lines
1 KiB
Text
Executable file
# Text/base colors
|
||
gtk-color-scheme = "text_color:#6F7678\nbase_color:#131520"
|
||
# Foreground/background colors
|
||
gtk-color-scheme = "fg_color:#6F7678\nbg_color:#0F111A"
|
||
# Selection colors
|
||
gtk-color-scheme = "selected_fg_color:#fefefe\nselected_bg_color:#00A9A5"
|
||
# 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:#131520\npanel_fg_color:#ffffff"
|
||
# Dark Theme - Text/base colors
|
||
gtk-color-scheme = "dark_text_color:#6F7678\ndark_base_color:#131520"
|
||
# Dark Theme - Foreground/background colors
|
||
gtk-color-scheme = "dark_fg_color:#6F7678\ndark_bg_color:#0F111A"
|
||
gtk-color-scheme = "sidebar_bg:#2e3440"
|
||
gtk-color-scheme = "sidebar_fg:#6F7678"
|
||
|
||
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"
|