Files
Indrajith 824022cd1f 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
2024-07-03 02:03:35 +05:30

37 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Text/base
gtk-color-scheme = "text_color:white\nbase_color:#1d212f"
# Foreground/background
gtk-color-scheme = "fg_color:#d6dbf1\nbg_color:#1d212f"
# Selected foreground/background
gtk-color-scheme = "selected_fg_color:#d6dbf1\nselected_bg_color:#489ab1"
# Insensitive foreground/background
gtk-color-scheme = "insensitive_fg_color:#1d212f\ninsensitive_bg_color:#1d212f"
# Menus
gtk-color-scheme = "menu_color:#212636"
# Links
gtk-color-scheme = "link_color:#489ab1\nvisited_link_color:#489ab1"
# Treeview headers
gtk-color-scheme = "column_header_color:#2b3046\nhover_column_header_color:#e0f1f4"
# Window decoration
gtk-color-scheme = "window_color:#1d212f"
# Tooltips
gtk-color-scheme = "tooltip_fg_color:#d6dbf1\ntooltip_bg_color:#212636"
# 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"