Update pina theme (kitty/nvim), drop obsidian theme, update theme notes

This commit is contained in:
2025-12-11 15:32:06 -06:00
parent db2b30210a
commit be45c30384
4 changed files with 21 additions and 21 deletions

View File

@@ -63,11 +63,11 @@ idea from the ThePrimeagen: designated workspace/label/desktop per app/purpose
| theme name | focus / use context | theme name | focus / use context
|-------------|-------------------- |-------------|--------------------
| pina | default | pina | programming/default
| tokyodark | programming | tokyodark | music
| lanterns | (tbd)
| lighthouse | (tbd)
| gruvbox | admin/productivity work | gruvbox | admin/productivity work
| jade | (tbd)
| mars | night (within 2+ hours of sleep) | mars | night (within 2+ hours of sleep)
| lanterns | (tbd?)
| lighthouse | (tbd?)
| jade | (tbd?)

View File

@@ -4,5 +4,5 @@
"baseFontSize": 20, "baseFontSize": 20,
"enabledCssSnippets": [], "enabledCssSnippets": [],
"translucency": false, "translucency": false,
"cssTheme": "Obsidian gruvbox" "cssTheme": ""
} }

View File

@@ -8,26 +8,26 @@
########################################################################################## ##########################################################################################
foreground #D4D5D5 foreground #D0D1C9
background #171A18 background #101311
selection_foreground #171A18 selection_foreground #101311
selection_background #D4D5D5 selection_background #D0D1C9
active_tab_foreground #171A18 active_tab_foreground #101311
active_tab_background #D4D5D5 active_tab_background #D0D1C9
inactive_tab_foreground #D4D5D5 inactive_tab_foreground #D0D1C9
inactive_tab_background #171A18 inactive_tab_background #101311
cursor #E4DAD9 cursor #E4DAD9
cursor_text_color #070A08 cursor_text_color #070A08
# black, red, green, yellow, blue, magenta, cyan, white # black, red, green, yellow, blue, magenta, cyan, white
color0 #171A18 color0 #101311
color1 #7DB085 color1 #7DB085
color2 #B8C082 color2 #B8C082
color3 #E0D480 color3 #E0D480
color4 #7DD2B8 color4 #7DD2B8
color5 #B5C9A4 color5 #B5C9A4
color6 #C5E8C5 color6 #C5E8C5
color7 #D4D5D5 color7 #D0D1C9
# black, red, green, yellow, blue, magenta, cyan, white # black, red, green, yellow, blue, magenta, cyan, white
color8 #6B8071 color8 #6B8071
color9 #8CC098 color9 #8CC098

View File

@@ -28,20 +28,20 @@ endif
let g:colors_name = "pina" let g:colors_name = "pina"
" Color definitions " Color definitions
let background = "#171a18" let background = "#101311"
let foreground = "#d4d5d5" let foreground = "#d0d1c9"
let cursor = "#d4d5d5" let cursor = "#d0d1c9"
let cursor_lines = "#2c2f2d" let cursor_lines = "#2c2f2d"
" Colors " Colors
let color0 = "#171a18" let color0 = "#101311"
let color1 = "#7db085" let color1 = "#7db085"
let color2 = "#b8c082" let color2 = "#b8c082"
let color3 = "#e0d480" let color3 = "#e0d480"
let color4 = "#7dd2b8" let color4 = "#7dd2b8"
let color5 = "#b5c9a4" let color5 = "#b5c9a4"
let color6 = "#c5e8c5" let color6 = "#c5e8c5"
let color7 = "#d4d5d5" let color7 = "#d0d1c9"
let color8 = "#6b8071" let color8 = "#6b8071"
let color9 = "#8cc098" let color9 = "#8cc098"
let color10 = "#cdd590" let color10 = "#cdd590"