updated antidote config somewhat
This commit is contained in:
parent
7e33d7c962
commit
ba8cf2c09f
27 changed files with 361 additions and 178 deletions
|
@ -1,32 +1,21 @@
|
|||
# One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano
|
||||
# This work is licensed under the terms of the GPL-2.0 license.
|
||||
# For a copy, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html.
|
||||
|
||||
# Colors
|
||||
|
||||
foreground #979eab
|
||||
background #282c34
|
||||
|
||||
color0 #282c34
|
||||
color1 #e06c75
|
||||
color2 #98c379
|
||||
color3 #e5c07b
|
||||
color4 #61afef
|
||||
color5 #be5046
|
||||
color6 #56b6c2
|
||||
color7 #979eab
|
||||
color8 #393e48
|
||||
color9 #d19a66
|
||||
color10 #56b6c2
|
||||
color11 #e5c07b
|
||||
color12 #61afef
|
||||
color13 #be5046
|
||||
color14 #56b6c2
|
||||
color15 #abb2bf
|
||||
|
||||
# Tab Bar
|
||||
|
||||
active_tab_foreground #282c34
|
||||
active_tab_background #979eab
|
||||
inactive_tab_foreground #abb2bf
|
||||
inactive_tab_background #282c34
|
||||
background #241200
|
||||
foreground #ddc165
|
||||
cursor #e5591c
|
||||
selection_background #e5591c
|
||||
color0 #000000
|
||||
color8 #7e6954
|
||||
color1 #d5252b
|
||||
color9 #e4591b
|
||||
color2 #909b00
|
||||
color10 #bfc659
|
||||
color3 #bd8a13
|
||||
color11 #ffca1b
|
||||
color4 #4698a2
|
||||
color12 #7cc9ce
|
||||
color5 #8c4231
|
||||
color13 #d16349
|
||||
color6 #d98112
|
||||
color14 #e6a96b
|
||||
color7 #ddc165
|
||||
color15 #ffe9a3
|
||||
selection_foreground #241200
|
||||
|
|
|
@ -9,7 +9,5 @@ shell_integration enabled
|
|||
# Fonts
|
||||
font_family FiraCode Nerd Font
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# One Dark
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue