Update themes (default/admin -> gruvbox; music -> pina)

This commit is contained in:
2026-04-21 19:00:00 -05:00
parent a79ab5ca90
commit 673a709c00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -42,9 +42,9 @@ idea from the ThePrimeagen: designated workspace/tags/desktop per app/purpose
| theme name | focus / use context | theme name | focus / use context
|-------------|-------------------- |-------------|--------------------
| pina | admin/productivity work (default theme) | gruvbox | admin/productivity work (default theme)
| pina | music
| tokyodark | programming/coding | tokyodark | programming/coding
| gruvbox | music
| mars | night (within 2+ hours of sleep) | mars | night (within 2+ hours of sleep)
| lanterns | (tbd?) | lanterns | (tbd?)
| lighthouse | (tbd?) | lighthouse | (tbd?)
+1 -1
View File
@@ -29,7 +29,7 @@ export XDG_DATA_DIRS="/usr/local/share:/usr/share"
# directory for theme/style stuff # directory for theme/style stuff
export DIR_THEME_SETTINGS="$XDG_CONFIG_HOME/zz-this-box/themes" export DIR_THEME_SETTINGS="$XDG_CONFIG_HOME/zz-this-box/themes"
export DEFAULT_THEME_NAME="pina" export DEFAULT_THEME_NAME="gruvbox"
# ksh/oksh # ksh/oksh
export ENV="$HOME/.config/ksh/kshrc" # ENV var should be ignored by zsh and bash export ENV="$HOME/.config/ksh/kshrc" # ENV var should be ignored by zsh and bash