Change to catppuccin theme in kitty, and fix the font to jetbrainsNL mono NF
This commit is contained in:
parent
6be1d3233a
commit
e3c59f7302
1 changed files with 74 additions and 41 deletions
115
kitty/kitty.conf
115
kitty/kitty.conf
|
|
@ -3,51 +3,84 @@
|
||||||
#########################
|
#########################
|
||||||
# vim:ft=kitty
|
# vim:ft=kitty
|
||||||
|
|
||||||
## name: Tokyo Night Storm
|
## name: Catppuccin Kitty Macchiato
|
||||||
## license: MIT
|
## author: Catppuccin Org
|
||||||
## author: Folke Lemaitre
|
## license: MIT
|
||||||
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_storm.conf
|
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/macchiato.conf
|
||||||
|
## blurb: Soothing pastel theme for the high-spirited!
|
||||||
|
|
||||||
|
|
||||||
background #24283b
|
|
||||||
foreground #c0caf5
|
|
||||||
selection_background #2e3c64
|
|
||||||
selection_foreground #c0caf5
|
|
||||||
url_color #73daca
|
|
||||||
cursor #c0caf5
|
|
||||||
cursor_text_color #24283b
|
|
||||||
|
|
||||||
# Tabs
|
# The basic colors
|
||||||
active_tab_background #7aa2f7
|
foreground #CAD3F5
|
||||||
active_tab_foreground #1f2335
|
background #24273A
|
||||||
inactive_tab_background #292e42
|
selection_foreground #24273A
|
||||||
inactive_tab_foreground #545c7e
|
selection_background #F4DBD6
|
||||||
#tab_bar_background #1d202f
|
|
||||||
|
|
||||||
# Windows
|
# Cursor colors
|
||||||
active_border_color #7aa2f7
|
cursor #F4DBD6
|
||||||
inactive_border_color #292e42
|
cursor_text_color #24273A
|
||||||
|
|
||||||
# normal
|
# URL underline color when hovering with mouse
|
||||||
color0 #1d202f
|
url_color #F4DBD6
|
||||||
color1 #f7768e
|
|
||||||
color2 #9ece6a
|
|
||||||
color3 #e0af68
|
|
||||||
color4 #7aa2f7
|
|
||||||
color5 #bb9af7
|
|
||||||
color6 #7dcfff
|
|
||||||
color7 #a9b1d6
|
|
||||||
|
|
||||||
# bright
|
# Kitty window border colors
|
||||||
color8 #414868
|
active_border_color #B7BDF8
|
||||||
color9 #f7768e
|
inactive_border_color #6E738D
|
||||||
color10 #9ece6a
|
bell_border_color #EED49F
|
||||||
color11 #e0af68
|
|
||||||
color12 #7aa2f7
|
|
||||||
color13 #bb9af7
|
|
||||||
color14 #7dcfff
|
|
||||||
color15 #c0caf5
|
|
||||||
|
|
||||||
|
# OS Window titlebar colors
|
||||||
|
wayland_titlebar_color #24273A
|
||||||
|
macos_titlebar_color #24273A
|
||||||
|
|
||||||
|
# Tab bar colors
|
||||||
|
active_tab_foreground #181926
|
||||||
|
active_tab_background #C6A0F6
|
||||||
|
inactive_tab_foreground #CAD3F5
|
||||||
|
inactive_tab_background #1E2030
|
||||||
|
tab_bar_background #181926
|
||||||
|
|
||||||
|
# Colors for marks (marked text in the terminal)
|
||||||
|
mark1_foreground #24273A
|
||||||
|
mark1_background #B7BDF8
|
||||||
|
mark2_foreground #24273A
|
||||||
|
mark2_background #C6A0F6
|
||||||
|
mark3_foreground #24273A
|
||||||
|
mark3_background #7DC4E4
|
||||||
|
|
||||||
|
# The 16 terminal colors
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 #494D64
|
||||||
|
color8 #5B6078
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #ED8796
|
||||||
|
color9 #ED8796
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #A6DA95
|
||||||
|
color10 #A6DA95
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #EED49F
|
||||||
|
color11 #EED49F
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #8AADF4
|
||||||
|
color12 #8AADF4
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #F5BDE6
|
||||||
|
color13 #F5BDE6
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #8BD5CA
|
||||||
|
color14 #8BD5CA
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #B8C0E0
|
||||||
|
color15 #A5ADCB
|
||||||
# extended colors
|
# extended colors
|
||||||
color16 #ff9e64
|
color16 #ff9e64
|
||||||
color17 #db4b4b
|
color17 #db4b4b
|
||||||
|
|
@ -79,9 +112,9 @@ tab_bar_margin_height 0 0
|
||||||
macos_quit_when_last_window_closed yes
|
macos_quit_when_last_window_closed yes
|
||||||
|
|
||||||
# font
|
# font
|
||||||
font_family JetBrains Mono
|
font_family JetBrainsMonoNL Nerd Font Mono
|
||||||
font_size 13
|
font_size 12
|
||||||
modify_font cell_height +4
|
modify_font cell_height +2
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
### KEYMAPING START ###
|
### KEYMAPING START ###
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue