feat: changed kitty theme to pine rose moon
This commit is contained in:
@@ -1,51 +1,56 @@
|
|||||||
# vim:ft=kitty
|
## name: Rosé Pine Moon
|
||||||
|
## author: mvllow
|
||||||
## name: Adwaita darker
|
|
||||||
## license: MIT
|
## license: MIT
|
||||||
## author: Emil Löfquist (https://github.com/ewal)
|
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine-moon.conf
|
||||||
## upstream: https://github.com/ewal/kitty-adwaita/blob/main/adwaita_darker.conf
|
## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
|
||||||
## blurb: Adwaita darker - based on https://github.com/Mofiqul/adwaita.nvim
|
|
||||||
|
|
||||||
background #232136
|
foreground #e0def4
|
||||||
foreground #deddda
|
background #232136
|
||||||
|
selection_foreground #e0def4
|
||||||
|
selection_background #44415a
|
||||||
|
|
||||||
selection_background #1c1c1c
|
cursor #56526e
|
||||||
selection_foreground #c0bfbc
|
cursor_text_color #e0def4
|
||||||
|
|
||||||
url_color #1a5fb4
|
url_color #c4a7e7
|
||||||
|
|
||||||
wayland_titlebar_color system
|
active_tab_foreground #e0def4
|
||||||
macos_titlebar_color system
|
active_tab_background #393552
|
||||||
|
inactive_tab_foreground #6e6a86
|
||||||
|
inactive_tab_background #232136
|
||||||
|
|
||||||
cursor #deddda
|
active_border_color #3e8fb0
|
||||||
cursor_text_color #000000
|
inactive_border_color #44415a
|
||||||
|
|
||||||
active_border_color #1e1e1e
|
# black
|
||||||
inactive_border_color #282828
|
color0 #393552
|
||||||
bell_border_color #ed333b
|
color8 #6e6a86
|
||||||
visual_bell_color none
|
|
||||||
|
|
||||||
active_tab_background #101010
|
# red
|
||||||
active_tab_foreground #fcfcfc
|
color1 #eb6f92
|
||||||
inactive_tab_background #1c1c1c
|
color9 #eb6f92
|
||||||
inactive_tab_foreground #b0afac
|
|
||||||
tab_bar_background none
|
|
||||||
tab_bar_margin_color none
|
|
||||||
|
|
||||||
color0 #000000
|
# green
|
||||||
color1 #ed333b
|
color2 #3e8fb0
|
||||||
color2 #57e389
|
color10 #3e8fb0
|
||||||
color3 #ff7800
|
|
||||||
color4 #62a0ea
|
# yellow
|
||||||
color5 #9141ac
|
color3 #f6c177
|
||||||
color6 #5bc8af
|
color11 #f6c177
|
||||||
color7 #deddda
|
|
||||||
|
# blue
|
||||||
|
color4 #9ccfd8
|
||||||
|
color12 #9ccfd8
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #c4a7e7
|
||||||
|
color13 #c4a7e7
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #ea9a97
|
||||||
|
color14 #ea9a97
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #e0def4
|
||||||
|
color15 #e0def4
|
||||||
|
|
||||||
color8 #9a9996
|
|
||||||
color9 #f66151
|
|
||||||
color10 #8ff0a4
|
|
||||||
color11 #ffa348
|
|
||||||
color12 #99c1f1
|
|
||||||
color13 #dc8add
|
|
||||||
color14 #93ddc2
|
|
||||||
color15 #f6f5f4
|
|
||||||
|
|||||||
@@ -3,21 +3,21 @@ window_padding_width 5
|
|||||||
window_border_width 0
|
window_border_width 0
|
||||||
|
|
||||||
tab_bar_edge top
|
tab_bar_edge top
|
||||||
active_tab_foreground #fff
|
# active_tab_foreground #fff
|
||||||
active_tab_font_style bold-italic
|
active_tab_font_style bold-italic
|
||||||
active_tab_background #8631B4
|
# active_tab_background #8631B4
|
||||||
inactive_tab_foreground #c2c2c2
|
# inactive_tab_foreground #c2c2c2
|
||||||
inactive_tab_background #955bb4
|
# inactive_tab_background #955bb4
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Adwaita darker
|
# Rosé Pine Moon
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
active_tab_foreground #fff
|
# active_tab_foreground #fff
|
||||||
active_tab_font_style bold-italic
|
active_tab_font_style bold-italic
|
||||||
active_tab_background #8631B4
|
# active_tab_background #8631B4
|
||||||
inactive_tab_foreground #c2c2c2
|
# inactive_tab_foreground #c2c2c2
|
||||||
inactive_tab_background #955bb4
|
# inactive_tab_background #955bb4
|
||||||
|
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
|
|||||||
Reference in New Issue
Block a user