use tokyonight as default kitty theme
This commit is contained in:
parent
4732f7c8be
commit
2cfef7795f
2 changed files with 45 additions and 65 deletions
|
|
@ -1,70 +1,50 @@
|
||||||
# vim:ft=kitty
|
# vim:ft=kitty
|
||||||
|
|
||||||
## name: Kanagawa_dragon
|
## name: Tokyo Night
|
||||||
## license: MIT
|
## license: MIT
|
||||||
## author: Tommaso Laurenzi
|
## author: Folke Lemaitre
|
||||||
## upstream: https://github.com/rebelot/kanagawa.nvim/
|
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf
|
||||||
## blurb: NeoVim dark colorscheme inspired by the colors of the famous painting
|
|
||||||
## by Katsushika Hokusai. Dragon version.
|
|
||||||
|
|
||||||
#: The basic colors
|
|
||||||
|
|
||||||
foreground #c5c9c5
|
|
||||||
background #181616
|
|
||||||
selection_foreground #c8c093
|
|
||||||
selection_background #2d4f67
|
|
||||||
|
|
||||||
#: Cursor colors
|
|
||||||
|
|
||||||
cursor #c8c093
|
|
||||||
|
|
||||||
#: URL underline color when overing with mouse
|
|
||||||
|
|
||||||
url_color #72a7bc
|
|
||||||
|
|
||||||
#: Tab bar colors
|
|
||||||
|
|
||||||
active_tab_foreground #c8c093
|
|
||||||
active_tab_background #12120f
|
|
||||||
inactive_tab_foreground #a6a69c
|
|
||||||
inactive_tab_background #12120f
|
|
||||||
|
|
||||||
#: The basic 16 colors
|
|
||||||
|
|
||||||
#: black
|
|
||||||
color0 #0d0c0c
|
|
||||||
color8 #a6a69c
|
|
||||||
|
|
||||||
#: red
|
|
||||||
color1 #c4746e
|
|
||||||
color9 #e46876
|
|
||||||
|
|
||||||
#: green
|
|
||||||
color2 #8a9a7b
|
|
||||||
color10 #87a987
|
|
||||||
|
|
||||||
#: yellow
|
|
||||||
color3 #c4b28a
|
|
||||||
color11 #e6c384
|
|
||||||
|
|
||||||
#: blue
|
|
||||||
color4 #8ba4b0
|
|
||||||
color12 #7fb4ca
|
|
||||||
|
|
||||||
#: magenta
|
|
||||||
color5 #a292a3
|
|
||||||
color13 #938aa9
|
|
||||||
|
|
||||||
#: cyan
|
|
||||||
color6 #8ea4a2
|
|
||||||
color14 #7aa89f
|
|
||||||
|
|
||||||
#: white
|
|
||||||
color7 #c8c093
|
|
||||||
color15 #c5c9c5
|
|
||||||
|
|
||||||
|
|
||||||
#: You can set the remaining 240 colors as color16 to color255.
|
background #1a1b26
|
||||||
|
foreground #c0caf5
|
||||||
|
selection_background #283457
|
||||||
|
selection_foreground #c0caf5
|
||||||
|
url_color #73daca
|
||||||
|
cursor #c0caf5
|
||||||
|
cursor_text_color #1a1b26
|
||||||
|
|
||||||
color16 #b6927b
|
# Tabs
|
||||||
color17 #b98d7b
|
active_tab_background #7aa2f7
|
||||||
|
active_tab_foreground #16161e
|
||||||
|
inactive_tab_background #292e42
|
||||||
|
inactive_tab_foreground #545c7e
|
||||||
|
#tab_bar_background #15161e
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
active_border_color #7aa2f7
|
||||||
|
inactive_border_color #292e42
|
||||||
|
|
||||||
|
# normal
|
||||||
|
color0 #15161e
|
||||||
|
color1 #f7768e
|
||||||
|
color2 #9ece6a
|
||||||
|
color3 #e0af68
|
||||||
|
color4 #7aa2f7
|
||||||
|
color5 #bb9af7
|
||||||
|
color6 #7dcfff
|
||||||
|
color7 #a9b1d6
|
||||||
|
|
||||||
|
# bright
|
||||||
|
color8 #414868
|
||||||
|
color9 #f7768e
|
||||||
|
color10 #9ece6a
|
||||||
|
color11 #e0af68
|
||||||
|
color12 #7aa2f7
|
||||||
|
color13 #bb9af7
|
||||||
|
color14 #7dcfff
|
||||||
|
color15 #c0caf5
|
||||||
|
|
||||||
|
# extended colors
|
||||||
|
color16 #ff9e64
|
||||||
|
color17 #db4b4b
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Kanagawa_dragon
|
# Tokyo Night
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue