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:
@@ -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
|
| gruvbox | admin/productivity work (default theme)
|
||||||
| tokyodark | programming
|
| tokyodark | music
|
||||||
| lanterns | (tbd)
|
| pina | programming/coding
|
||||||
| lighthouse | (tbd)
|
|
||||||
| 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?)
|
||||||
|
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
"baseFontSize": 20,
|
"baseFontSize": 20,
|
||||||
"enabledCssSnippets": [],
|
"enabledCssSnippets": [],
|
||||||
"translucency": false,
|
"translucency": false,
|
||||||
"cssTheme": "Obsidian gruvbox"
|
"cssTheme": ""
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -3,9 +3,8 @@
|
|||||||
" License: MIT
|
" License: MIT
|
||||||
" Upstream: https://github.com/bjarneo/omarchy-pina-theme/blob/main/pina.nvim/colors/pina.vim
|
" 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
|
" This file has been modified by removing some of the "hi" commands related to
|
||||||
" related to neovim plugins which I do not use, and by adding/changing a few
|
" neovim plugins which I do not use, and by adding/changing some colors.
|
||||||
" colors as well.
|
|
||||||
|
|
||||||
" NOTE: The name, maintainer, and license lines from the original are copied
|
" NOTE: The name, maintainer, and license lines from the original are copied
|
||||||
" below in their original state. However, I suspect these were inaccurate names
|
" below in their original state. However, I suspect these were inaccurate names
|
||||||
@@ -28,20 +27,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"
|
||||||
|
|||||||
@@ -28,7 +28,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
|
||||||
|
|||||||
Reference in New Issue
Block a user