Update .config/kitty/kitty.conf
Add .config/kitty/themes/embark.conf Add .config/kitty/themes/penumbra.conf Update .config/zsh/env.zsh
This commit is contained in:
parent
c613de4753
commit
173be71c46
4 changed files with 147 additions and 4 deletions
|
@ -9,7 +9,5 @@ shell_integration enabled
|
|||
# Fonts
|
||||
font_family FiraCode Nerd Font
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Fun Forrest
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
# Penumbra Theme
|
||||
include themes/embark.conf
|
||||
|
|
53
dot_config/kitty/themes/embark.conf
Normal file
53
dot_config/kitty/themes/embark.conf
Normal file
|
@ -0,0 +1,53 @@
|
|||
background #1E1C31
|
||||
foreground #CBE3E7
|
||||
|
||||
cursor #A1EFD3
|
||||
|
||||
selection_background #3E3859
|
||||
selection_foreground #CBE3E7
|
||||
|
||||
# black
|
||||
color0 #1E1C31
|
||||
color8 #585273
|
||||
|
||||
# red
|
||||
color1 #F48FB1
|
||||
color9 #F02E6E
|
||||
|
||||
# green
|
||||
color2 #A1EFD3
|
||||
color10 #7FE9C3
|
||||
|
||||
# yellow
|
||||
color3 #FFE6B3
|
||||
color11 #F2B482
|
||||
|
||||
# blue
|
||||
color4 #91DDFF
|
||||
color12 #78A8FF
|
||||
|
||||
# magenta
|
||||
color5 #D4BFFF
|
||||
color13 #7676FF
|
||||
|
||||
# cyan
|
||||
color6 #ABF8F7
|
||||
color14 #63F2F1
|
||||
|
||||
# white
|
||||
color7 #CBE3E7
|
||||
color15 #8A889D
|
||||
|
||||
active_border_color #A1EFD3
|
||||
inactive_border_color #585273
|
||||
bell_border_color #F56574
|
||||
|
||||
active_tab_foreground #2D2B40
|
||||
active_tab_background #63F2F1
|
||||
active_tab_font_style bold
|
||||
|
||||
inactive_tab_foreground #CBE3E7
|
||||
inactive_tab_background #585273
|
||||
inactive_tab_font_style normal
|
||||
|
||||
url_color #D4BFFF
|
91
dot_config/kitty/themes/penumbra.conf
Normal file
91
dot_config/kitty/themes/penumbra.conf
Normal file
|
@ -0,0 +1,91 @@
|
|||
# vim:ft=kitty
|
||||
|
||||
## name: Penumbra
|
||||
### license: MIT License
|
||||
## blurb: Kitty terminal port of the dark Penumbra color theme
|
||||
## by Neal McKee. https://github.com/nealmckee/penumbra
|
||||
## This theme uses the balanced 7 colors plus sun and shade
|
||||
## as well as the the contrast++ for the 16 color palette
|
||||
|
||||
# Place this theme in your `~/.config/kitty/themes` directory
|
||||
# and select it using `kitty +kitten themes` in the User menu
|
||||
|
||||
#: The basic colors
|
||||
#:sky
|
||||
foreground #8F8F8F
|
||||
#:shade
|
||||
background #303338
|
||||
#:shade
|
||||
selection_foreground #303338
|
||||
#:sun
|
||||
selection_background #FFF7ED
|
||||
|
||||
#: Cursor colors
|
||||
#:sun
|
||||
cursor #FFF7ED
|
||||
#:shade
|
||||
cursor_text_color #303338
|
||||
|
||||
#: URL underline color when hovering with mouse
|
||||
#:blue
|
||||
url_color #6E8DD5
|
||||
|
||||
#: The basic 16 colors
|
||||
#: black
|
||||
#: shade- balanced
|
||||
color0 #24272B
|
||||
#: shade- contrast++
|
||||
color8 #0D0F13
|
||||
|
||||
#: red
|
||||
#: red balanced
|
||||
color1 #CA736C
|
||||
#: red contrast++
|
||||
color9 #F18AA1
|
||||
|
||||
#: green
|
||||
#: green balanced
|
||||
color2 #3EA57B
|
||||
#: green contrast++
|
||||
color10 #58C792
|
||||
|
||||
#: yellow
|
||||
#: yellow balanced
|
||||
color3 #92963A
|
||||
#: yellow contrast++
|
||||
color11 #B4B44A
|
||||
|
||||
#: blue
|
||||
#: blue balanced
|
||||
color4 #6E8DD5
|
||||
#: blue contrast++
|
||||
color12 #83ADFF
|
||||
|
||||
#: magenta (we replace with orange)
|
||||
#: orange balanced
|
||||
color5 #C27D40
|
||||
#: orange contrast++
|
||||
color13 #EA9856
|
||||
|
||||
#: cyan
|
||||
#: cyan balanced
|
||||
color6 #00A0BA
|
||||
#: cyan contrast++
|
||||
color14 #16C3DD
|
||||
|
||||
#: white
|
||||
#: sun
|
||||
color7 #FFF7ED
|
||||
#: sun+
|
||||
color15 #FFFDFB
|
||||
|
||||
# colors used by lsd
|
||||
color187 #F2E6D4
|
||||
color230 #FFF7ED
|
||||
color245 #636363
|
||||
color229 #8D9741
|
||||
color216 #BA823A
|
||||
color172 #CA736C
|
||||
color40 #54C794
|
||||
color42 #50B584
|
||||
color36 #47A477
|
|
@ -39,6 +39,7 @@ export WAKATIME_HOME="$XDG_DATA_HOME"/wakatime
|
|||
export WINEPREFIX="$XDG_DATA_HOME"/wine
|
||||
#export GNUPGHOME="$XDG_DATA_HOME"/gnupg
|
||||
export W3M_DIR="$XDG_DATA_HOME"/w3m
|
||||
export GIBO_BOILERPLATES="$XDG_DATA_HOME"/giboboilerplates
|
||||
|
||||
# other programs
|
||||
export LESSHISTFILE="$XDG_STATE_HOME"/less/history
|
||||
|
|
Loading…
Add table
Reference in a new issue