change default light theme to catpuccin-latte
This commit is contained in:
parent
45485c5cdc
commit
4e577fc786
2 changed files with 76 additions and 68 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Kanagawa_dragon
|
# Catppuccin-Latte
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|
||||||
|
|
|
||||||
142
kitty/light.conf
142
kitty/light.conf
|
|
@ -1,72 +1,80 @@
|
||||||
# vim:ft=kitty
|
# vim:ft=kitty
|
||||||
|
|
||||||
## name: Kanagawa_light
|
## name: Catppuccin-Latte
|
||||||
## license: MIT
|
## author: Pocco81 (https://github.com/Pocco81)
|
||||||
## author: Tommaso Laurenzi
|
## license: MIT
|
||||||
## upstream: https://github.com/rebelot/kanagawa.nvim/
|
## upstream: https://github.com/catppuccin/kitty/blob/main/latte.conf
|
||||||
## blurb: NeoVim dark colorscheme inspired by the colors of the famous painting
|
## blurb: Soothing pastel theme for the high-spirited!
|
||||||
## by Katsushika Hokusai. Light version.
|
|
||||||
|
|
||||||
#: The basic colors
|
|
||||||
|
|
||||||
foreground #545464
|
|
||||||
background #f2ecbc
|
|
||||||
selection_foreground #43436c
|
|
||||||
selection_background #c9cbd1
|
|
||||||
|
|
||||||
#: Cursor colors
|
|
||||||
|
|
||||||
cursor #43436c
|
|
||||||
cursor_text_color #f2ecbc
|
|
||||||
|
|
||||||
#: URL underline color when overing with mouse
|
|
||||||
|
|
||||||
url_color #73a7bc
|
|
||||||
|
|
||||||
#: Tab bar colors
|
|
||||||
|
|
||||||
active_tab_foreground #716e61
|
|
||||||
active_tab_background #e5ddb0
|
|
||||||
inactive_tab_foreground #8a8980
|
|
||||||
inactive_tab_background #d5cea3
|
|
||||||
|
|
||||||
#: The basic 16 colors
|
|
||||||
|
|
||||||
# normal
|
|
||||||
#: black
|
|
||||||
color0 #1f1f28
|
|
||||||
color8 #8a8980
|
|
||||||
|
|
||||||
#: red
|
|
||||||
color1 #c84053
|
|
||||||
color9 #d7474b
|
|
||||||
|
|
||||||
#: green
|
|
||||||
color2 #6f894e
|
|
||||||
color10 #6e915f
|
|
||||||
|
|
||||||
#: yellow
|
|
||||||
color3 #77713f
|
|
||||||
color11 #836f4a
|
|
||||||
|
|
||||||
#: blue
|
|
||||||
color4 #4d699b
|
|
||||||
color12 #6693bf
|
|
||||||
|
|
||||||
#: magenta
|
|
||||||
color5 #b35b79
|
|
||||||
color13 #624c83
|
|
||||||
|
|
||||||
#: cyan
|
|
||||||
color6 #597b75
|
|
||||||
color14 #5e857a
|
|
||||||
|
|
||||||
#: white
|
|
||||||
color7 #545464
|
|
||||||
color15 #43436c
|
|
||||||
|
|
||||||
|
|
||||||
#: You can set the remaining 240 colors as color16 to color255.
|
|
||||||
|
|
||||||
color16 #cc6d00
|
# The basic colors
|
||||||
color17 #e82424
|
foreground #4C4F69
|
||||||
|
background #EFF1F5
|
||||||
|
selection_foreground #EFF1F5
|
||||||
|
selection_background #DC8A78
|
||||||
|
|
||||||
|
# Cursor colors
|
||||||
|
cursor #DC8A78
|
||||||
|
cursor_text_color #EFF1F5
|
||||||
|
|
||||||
|
# URL underline color when hovering with mouse
|
||||||
|
url_color #DC8A78
|
||||||
|
|
||||||
|
# Kitty window border colors
|
||||||
|
active_border_color #7287FD
|
||||||
|
inactive_border_color #9CA0B0
|
||||||
|
bell_border_color #DF8E1D
|
||||||
|
|
||||||
|
# OS Window titlebar colors
|
||||||
|
wayland_titlebar_color system
|
||||||
|
macos_titlebar_color system
|
||||||
|
|
||||||
|
# Tab bar colors
|
||||||
|
active_tab_foreground #EFF1F5
|
||||||
|
active_tab_background #8839EF
|
||||||
|
inactive_tab_foreground #4C4F69
|
||||||
|
inactive_tab_background #9CA0B0
|
||||||
|
tab_bar_background #BCC0CC
|
||||||
|
|
||||||
|
# Colors for marks (marked text in the terminal)
|
||||||
|
mark1_foreground #EFF1F5
|
||||||
|
mark1_background #7287fD
|
||||||
|
mark2_foreground #EFF1F5
|
||||||
|
mark2_background #8839EF
|
||||||
|
mark3_foreground #EFF1F5
|
||||||
|
mark3_background #209FB5
|
||||||
|
|
||||||
|
# The 16 terminal colors
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 #5C5F77
|
||||||
|
color8 #6C6F85
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #D20F39
|
||||||
|
color9 #D20F39
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #40A02B
|
||||||
|
color10 #40A02B
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #DF8E1D
|
||||||
|
color11 #DF8E1D
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #1E66F5
|
||||||
|
color12 #1E66F5
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #EA76CB
|
||||||
|
color13 #EA76CB
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #179299
|
||||||
|
color14 #179299
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #ACB0BE
|
||||||
|
color15 #BCC0CC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue