mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-12 18:28:07 +01:00
kitty: mist theme
This commit is contained in:
parent
0078790846
commit
7e92fdb4cb
3 changed files with 79 additions and 82 deletions
|
@ -1,80 +0,0 @@
|
|||
# vim:ft=kitty
|
||||
|
||||
## name: Catppuccin Kitty Mocha
|
||||
## author: Catppuccin Org
|
||||
## license: MIT
|
||||
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/mocha.conf
|
||||
## blurb: Soothing pastel theme for the high-spirited!
|
||||
|
||||
|
||||
|
||||
# The basic colors
|
||||
foreground #CDD6F4
|
||||
background #1E1E2E
|
||||
selection_foreground #1E1E2E
|
||||
selection_background #F5E0DC
|
||||
|
||||
# Cursor colors
|
||||
cursor #F5E0DC
|
||||
cursor_text_color #1E1E2E
|
||||
|
||||
# URL underline color when hovering with mouse
|
||||
url_color #F5E0DC
|
||||
|
||||
# Kitty window border colors
|
||||
active_border_color #B4BEFE
|
||||
inactive_border_color #6C7086
|
||||
bell_border_color #F9E2AF
|
||||
|
||||
# OS Window titlebar colors
|
||||
wayland_titlebar_color system
|
||||
macos_titlebar_color system
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #11111B
|
||||
active_tab_background #CBA6F7
|
||||
inactive_tab_foreground #CDD6F4
|
||||
inactive_tab_background #181825
|
||||
tab_bar_background #11111B
|
||||
|
||||
# Colors for marks (marked text in the terminal)
|
||||
mark1_foreground #1E1E2E
|
||||
mark1_background #B4BEFE
|
||||
mark2_foreground #1E1E2E
|
||||
mark2_background #CBA6F7
|
||||
mark3_foreground #1E1E2E
|
||||
mark3_background #74C7EC
|
||||
|
||||
# The 16 terminal colors
|
||||
|
||||
# black
|
||||
color0 #45475A
|
||||
color8 #585B70
|
||||
|
||||
# red
|
||||
color1 #F38BA8
|
||||
color9 #F38BA8
|
||||
|
||||
# green
|
||||
color2 #A6E3A1
|
||||
color10 #A6E3A1
|
||||
|
||||
# yellow
|
||||
color3 #F9E2AF
|
||||
color11 #F9E2AF
|
||||
|
||||
# blue
|
||||
color4 #89B4FA
|
||||
color12 #89B4FA
|
||||
|
||||
# magenta
|
||||
color5 #F5C2E7
|
||||
color13 #F5C2E7
|
||||
|
||||
# cyan
|
||||
color6 #94E2D5
|
||||
color14 #94E2D5
|
||||
|
||||
# white
|
||||
color7 #BAC2DE
|
||||
color15 #A6ADC8
|
|
@ -3,7 +3,7 @@ editor nvim
|
|||
# ----- window settings ------ #
|
||||
|
||||
resize_in_steps yes
|
||||
background_opacity 0.9
|
||||
background_opacity 0.4
|
||||
inactive_text_alpha 1.0
|
||||
enabled_layouts splits, stack
|
||||
|
||||
|
@ -26,9 +26,14 @@ cursor_stop_blinking_after 5.0
|
|||
|
||||
# ----- font settings ----- #
|
||||
|
||||
font_family FiraCode Nerd Font Mono
|
||||
bold_font FiraCode Nerd Font Mono Medium
|
||||
italic_font FiraCode Nerd Font Mono Italic
|
||||
bold_italic_font FiraCode Nerd Font Mono Bold Italic
|
||||
|
||||
# nerd fonts
|
||||
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0C8,U+E0CA,U+E0CC-U+E0D2,U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E62F,U+E700-U+E7C5,U+F000-U+F2E0,U+F300-U+F31C,U+F400-U+F4A9,U+F500-U+F8FF Symbols Nerd Font
|
||||
|
||||
# ----- colour settings ----- #
|
||||
|
||||
include catppuccin/mocha.conf
|
||||
include mist.conf
|
||||
|
|
72
.config/kitty/mist.conf
Normal file
72
.config/kitty/mist.conf
Normal file
|
@ -0,0 +1,72 @@
|
|||
# vim:ft=kitty
|
||||
|
||||
# The basic colors
|
||||
foreground #CDD6F4
|
||||
background #1A1A1A
|
||||
selection_foreground #1A1A1A
|
||||
selection_background #ffecbf
|
||||
|
||||
# Cursor colors
|
||||
cursor #ffecbf
|
||||
cursor_text_color #1A1A1A
|
||||
|
||||
# URL underline color when hovering with mouse
|
||||
url_color #ffecbf
|
||||
|
||||
# Kitty window border colors
|
||||
active_border_color #282828
|
||||
inactive_border_color #181818
|
||||
bell_border_color #F9E2AF
|
||||
|
||||
# OS Window titlebar colors
|
||||
wayland_titlebar_color system
|
||||
macos_titlebar_color system
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #4D4D4D
|
||||
active_tab_background #A6E3A1
|
||||
inactive_tab_foreground #4D4D4D
|
||||
inactive_tab_background #1a1919
|
||||
tab_bar_background #0D0D0D
|
||||
|
||||
# Colors for marks (marked text in the terminal)
|
||||
mark1_foreground #1A1A1A
|
||||
mark1_background #282828
|
||||
mark2_foreground #1A1A1A
|
||||
mark2_background #A6E3A1
|
||||
mark3_foreground #1A1A1A
|
||||
mark3_background #74C7EC
|
||||
|
||||
# The 16 terminal colors
|
||||
|
||||
# black
|
||||
color0 #404040
|
||||
color8 #4D4D4D
|
||||
|
||||
# red
|
||||
color1 #ff9999
|
||||
color9 #ff9999
|
||||
|
||||
# green
|
||||
color2 #A6E3A1
|
||||
color10 #A6E3A1
|
||||
|
||||
# yellow
|
||||
color3 #ffd573
|
||||
color11 #ffd573
|
||||
|
||||
# blue
|
||||
color4 #4db8ff
|
||||
color12 #4db8ff
|
||||
|
||||
# magenta
|
||||
color5 #ff4da6
|
||||
color13 #ff4da6
|
||||
|
||||
# cyan
|
||||
color6 #4df0ff
|
||||
color14 #4df0ff
|
||||
|
||||
# white
|
||||
color7 #f5f5f5
|
||||
color15 #e6e6e6
|
Loading…
Reference in a new issue