68 lines
1.8 KiB
Plaintext
68 lines
1.8 KiB
Plaintext
# Auto-generated by HyDE // Read-only
|
|
# // ----------------------------
|
|
# HyDE Theme: Code Garden
|
|
# Configuration File: "/home/elleoma/.config/hyde/themes/Code Garden/hypr.theme"
|
|
# Wallbash Mode : auto
|
|
# // ----------------------------
|
|
|
|
$HYDE_THEME=Code Garden
|
|
$GTK_THEME=Kripton
|
|
$COLOR-SCHEME=prefer-dark
|
|
$ICON_THEME=Vivid-Glassy-Dark-Icons
|
|
|
|
$CURSOR_THEME=Sweet-cursors
|
|
$CURSOR_SIZE=20
|
|
|
|
$FONT=Noto_Sans
|
|
$FONT_SIZE=10
|
|
$DOCUMENT_FONT=Cantarell
|
|
$DOCUMENT_FONT_SIZE=10
|
|
$MONOSPACE_FONT=CaskaydiaCove Nerd Font Mono
|
|
$MONOSPACE_FONT_SIZE=9
|
|
|
|
|
|
$CODE_THEME=Wallbash
|
|
$SDDM_THEME=
|
|
|
|
# // ----------------------------
|
|
# README:
|
|
# Values above are derived and sanitized from the theme.conf file,
|
|
# This is to ensure themes won't have any 'exec' or 'source'
|
|
# commands that could potentially harm the system
|
|
# or undesired behavior.
|
|
#
|
|
# Dear Theme Owner:
|
|
# You can still add your own custom 'exec' or 'source' commands
|
|
# by adding it as variable, examples (you can name the variable anything):
|
|
# Note that you should indicate it in your README.md
|
|
#
|
|
#
|
|
# -- ⌨️ theme.conf --
|
|
# $RUN_CMD="some_command"
|
|
# $SOURCE_FILE="/some/files"
|
|
#
|
|
#
|
|
# -- ⌨️ userprefs.conf --
|
|
# exec = ${RUN_CMD}"
|
|
# source = ${SOURCE_FILE}
|
|
# exec = hyde-shell walbash code $CODE_THEME # Setting the code theme
|
|
|
|
# // ----------------------------
|
|
#//---Wallbash mode enabled---
|
|
# Overriding values above
|
|
|
|
$GTK_THEME = Wallbash-Gtk
|
|
$COLOR_SCHEME = prefer-dark
|
|
|
|
general {
|
|
col.active_border = rgba(FB4722ff) rgba(523029ff) 45deg
|
|
col.inactive_border = rgba(111524ff) rgba(667EBAff) 45deg
|
|
}
|
|
|
|
group {
|
|
col.border_active = rgba(FB4722ff) rgba(523029ff) 45deg
|
|
col.border_inactive = rgba(111524cc) rgba(667EBAcc) 45deg
|
|
col.border_locked_active = rgba(050505ff) rgba(CFD6D8ff) 45deg
|
|
col.border_locked_inactive = rgba(FFFFFFcc) rgba(D2D1CFcc) 45deg
|
|
}
|