new theme and font for kitty
This commit is contained in:
parent
4901b0dc88
commit
572e061f63
2 changed files with 74 additions and 35 deletions
|
@ -1,35 +1,75 @@
|
||||||
# vim:ft=kitty
|
# vim:ft=kitty
|
||||||
## name: Dracula
|
## name: citylights
|
||||||
## author: Keegan Carruthers-Smith
|
## author: 食無魚 <liuyinz@gmail.com>
|
||||||
## license: MIT
|
## license: MIT
|
||||||
## upstream: https://raw.githubusercontent.com/dracula/kitty/master/dracula.conf
|
## upstream: https://raw.githubusercontent.com/liuyinz/dotfile/master/common/kitty/citylights.conf
|
||||||
|
## blurb: Theme for Kitty inspired by https://citylights.xyz/
|
||||||
|
|
||||||
foreground #f8f8f2
|
# The basic colors
|
||||||
background #282a36
|
foreground #a0b3c5
|
||||||
selection_foreground #ffffff
|
background #1d252c
|
||||||
selection_background #44475a
|
selection_foreground #1d252c
|
||||||
url_color #8be9fd
|
selection_background #a0b3c5
|
||||||
color0 #21222c
|
|
||||||
color8 #6272a4
|
# Cursor colors
|
||||||
color1 #ff5555
|
cursor #a0b3c5
|
||||||
color9 #ff6e6e
|
cursor_text_color #1d252c
|
||||||
color2 #50fa7b
|
|
||||||
color10 #69ff94
|
# URL
|
||||||
color3 #f1fa8c
|
url_color #5ec4ff
|
||||||
color11 #ffffa5
|
|
||||||
color4 #bd93f9
|
# kitty window border colors
|
||||||
color12 #d6acff
|
active_border_color #a0b3c5
|
||||||
color5 #ff79c6
|
inactive_border_color #62686e
|
||||||
color13 #ff92df
|
|
||||||
color6 #8be9fd
|
# OS Window titlebar colors
|
||||||
color14 #a4ffff
|
wayland_titlebar_color #1d252c
|
||||||
color7 #f8f8f2
|
macos_titlebar_color #1d252c
|
||||||
color15 #ffffff
|
|
||||||
cursor #f8f8f2
|
# Tab bar colors
|
||||||
cursor_text_color background
|
active_tab_foreground #1d252c
|
||||||
active_tab_foreground #282a36
|
active_tab_background #a0b3c5
|
||||||
active_tab_background #f8f8f2
|
inactive_tab_foreground #a0b3c5
|
||||||
inactive_tab_foreground #282a36
|
inactive_tab_background #1d252c
|
||||||
inactive_tab_background #6272a4
|
|
||||||
mark1_foreground #282a36
|
# Colors for marks (marked text in the terminal)
|
||||||
mark1_background #ff5555
|
|
||||||
|
mark1_foreground #1d252c
|
||||||
|
mark1_background #8bd49c
|
||||||
|
mark2_foreground #1d252c
|
||||||
|
mark2_background #ebbf83
|
||||||
|
mark3_foreground #1d252c
|
||||||
|
mark3_background #d95468
|
||||||
|
|
||||||
|
# The basic 16 colors
|
||||||
|
# black
|
||||||
|
color0 #1d252c
|
||||||
|
color8 #566c7d
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #d95468
|
||||||
|
color9 #d95468
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #8bd49c
|
||||||
|
color10 #8bd49c
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #ebbf83
|
||||||
|
color11 #ebbf83
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #5ec4ff
|
||||||
|
color12 #5ec4ff
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #c06ece
|
||||||
|
color13 #c06ece
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #008b94
|
||||||
|
color14 #70e1e8
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #a0b3c5
|
||||||
|
color15 #a0b3c5
|
||||||
|
|
|
@ -4,12 +4,11 @@ copy_on_select no
|
||||||
strip_trailing_spaces smart
|
strip_trailing_spaces smart
|
||||||
window_padding_width 5
|
window_padding_width 5
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
shell_integration disabled
|
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
font_family CommitMono Nerd Font
|
font_family 0xproto Nerd Font
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Dracula
|
# citylights
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|
Loading…
Add table
Reference in a new issue