Files
dotfiles/.config/hypr/themes/wallbash.conf
2025-10-05 15:12:39 +03:00

50 lines
1.3 KiB
Plaintext

# Auto-generated by HyDE // Read-only
# // ----------------------------
# HyDE Theme: Grukai
# Configuration File: "/home/elleoma/.config/hyde/themes/Grukai/hypr.theme"
# Wallbash Mode : theme
# // ----------------------------
$HYDE_THEME=Grukai
$GTK_THEME=Grukai
$COLOR_SCHEME=prefer-dark
$ICON_THEME=buuf-icons-for-plasma
$CURSOR_THEME=Simp1e
$CURSOR_SIZE=$CURSOR_SIZE
$FONT=Inter
$FONT_SIZE=$FONT_SIZE
$DOCUMENT_FONT=$DOCUMENT_FONT
$DOCUMENT_FONT_SIZE=$DOCUMENT_FONT_SIZE
$MONOSPACE_FONT=$MONOSPACE_FONT
$MONOSPACE_FONT_SIZE=$MONOSPACE_FONT_SIZE
$CODE_THEME=$CODE_THEME
$SDDM_THEME=$CODE_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
# // ----------------------------