Theme updates

- pina colors for kitty and nvim
- drop obsidian theme
- update theme notes
- switch default from pina to gruvbox
This commit is contained in:
2025-12-11 15:32:06 -06:00
parent db2b30210a
commit 4fad7b86f4
5 changed files with 25 additions and 26 deletions

View File

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

View File

@@ -3,9 +3,8 @@
" License: MIT
" Upstream: https://github.com/bjarneo/omarchy-pina-theme/blob/main/pina.nvim/colors/pina.vim
" This file has been modified slightly by removing some of the "hi" commands
" related to neovim plugins which I do not use, and by adding/changing a few
" colors as well.
" This file has been modified by removing some of the "hi" commands related to
" neovim plugins which I do not use, and by adding/changing some colors.
" NOTE: The name, maintainer, and license lines from the original are copied
" below in their original state. However, I suspect these were inaccurate names
@@ -28,20 +27,20 @@ endif
let g:colors_name = "pina"
" Color definitions
let background = "#171a18"
let foreground = "#d4d5d5"
let cursor = "#d4d5d5"
let background = "#101311"
let foreground = "#d0d1c9"
let cursor = "#d0d1c9"
let cursor_lines = "#2c2f2d"
" Colors
let color0 = "#171a18"
let color0 = "#101311"
let color1 = "#7db085"
let color2 = "#b8c082"
let color3 = "#e0d480"
let color4 = "#7dd2b8"
let color5 = "#b5c9a4"
let color6 = "#c5e8c5"
let color7 = "#d4d5d5"
let color7 = "#d0d1c9"
let color8 = "#6b8071"
let color9 = "#8cc098"
let color10 = "#cdd590"