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
|
||||
|-------------|--------------------
|
||||
| pina | default
|
||||
| tokyodark | programming
|
||||
| lanterns | (tbd)
|
||||
| lighthouse | (tbd)
|
||||
| gruvbox | admin/productivity work
|
||||
| jade | (tbd)
|
||||
| gruvbox | admin/productivity work (default theme)
|
||||
| tokyodark | music
|
||||
| pina | programming/coding
|
||||
| mars | night (within 2+ hours of sleep)
|
||||
| lanterns | (tbd?)
|
||||
| lighthouse | (tbd?)
|
||||
| jade | (tbd?)
|
||||
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"baseFontSize": 20,
|
||||
"enabledCssSnippets": [],
|
||||
"translucency": false,
|
||||
"cssTheme": "Obsidian gruvbox"
|
||||
"cssTheme": ""
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -28,7 +28,7 @@ export XDG_DATA_DIRS="/usr/local/share:/usr/share"
|
||||
|
||||
# directory for theme/style stuff
|
||||
export DIR_THEME_SETTINGS="$XDG_CONFIG_HOME/zz-this-box/themes"
|
||||
export DEFAULT_THEME_NAME="pina"
|
||||
export DEFAULT_THEME_NAME="gruvbox"
|
||||
|
||||
# ksh/oksh
|
||||
export ENV="$HOME/.config/ksh/kshrc" # ENV var should be ignored by zsh and bash
|
||||
|
||||
Reference in New Issue
Block a user