.
This commit is contained in:
parent
cba0f6f825
commit
418e090ce6
37 changed files with 933 additions and 25 deletions
50
config/kitty/diff-mocha.conf
Normal file
50
config/kitty/diff-mocha.conf
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
# vim:ft=kitty
|
||||
|
||||
## name: Catppuccin Kitty Diff Mocha
|
||||
## author: Catppuccin Org
|
||||
## license: MIT
|
||||
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/diff-mocha.conf
|
||||
## blurb: Soothing pastel theme for the high-spirited!
|
||||
|
||||
# text
|
||||
foreground #cdd6f4
|
||||
# base
|
||||
background #1e1e2e
|
||||
# subtext0
|
||||
title_fg #a6adc8
|
||||
|
||||
# mantle
|
||||
title_bg #181825
|
||||
margin_bg #181825
|
||||
|
||||
# subtext1
|
||||
margin_fg #a6adc8
|
||||
# mantle
|
||||
filler_bg #181825
|
||||
|
||||
# 30% red, 70% base
|
||||
removed_bg #5e3f53
|
||||
# 50% red, 50% base
|
||||
highlight_removed_bg #89556b
|
||||
# 40% red, 60% base
|
||||
removed_margin_bg #734a5f
|
||||
|
||||
# 30% green, 70% base
|
||||
added_bg #475a51
|
||||
# 50% green, 50% base
|
||||
highlight_added_bg #628168
|
||||
# 40% green, 60% base
|
||||
added_margin_bg #734a5f
|
||||
|
||||
# mantle
|
||||
hunk_margin_bg #181825
|
||||
hunk_bg #181825
|
||||
|
||||
# 40% yellow, 60% base
|
||||
search_bg #766c62
|
||||
# text
|
||||
search_fg #cdd6f4
|
||||
# 30% sky, 70% base
|
||||
select_bg #3e5767
|
||||
# text
|
||||
select_fg #cdd6f4
|
||||
|
|
@ -1,11 +1,64 @@
|
|||
# Generated by Home Manager.
|
||||
# See https://sw.kovidgoyal.net/kitty/conf.html
|
||||
include /nix/store/rjp2p9ndz1j74k074nnic900987pfwqv-kitty-themes-0-unstable-2024-08-14/share/kitty-themes/themes/Catppuccin-Mocha.conf
|
||||
|
||||
include ./mocha.conf
|
||||
include ./diff-mocha.conf
|
||||
# Shell integration is sourced and configured manually
|
||||
shell_integration no-rc
|
||||
background_opacity 0.95
|
||||
font_family family "Iosevka"
|
||||
# - Use additional nerd symbols
|
||||
# See https://github.com/be5invis/Iosevka/issues/248
|
||||
# See https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points
|
||||
|
||||
# Seti-UI + Custom
|
||||
symbol_map U+E5FA-U+E6AC Symbols Nerd Font Mono
|
||||
|
||||
# Devicons
|
||||
symbol_map U+E700-U+E7C5 Symbols Nerd Font Mono
|
||||
|
||||
# Font Awesome
|
||||
symbol_map U+F000-U+F2E0 Symbols Nerd Font Mono
|
||||
|
||||
# Font Awesome Extension
|
||||
symbol_map U+E200-U+E2A9 Symbols Nerd Font Mono
|
||||
|
||||
# Material Design Icons
|
||||
symbol_map U+F0001-U+F1AF0 Symbols Nerd Font Mono
|
||||
|
||||
# Weather
|
||||
symbol_map U+E300-U+E3E3 Symbols Nerd Font Mono
|
||||
|
||||
# Octicons
|
||||
symbol_map U+F400-U+F532,U+2665,U+26A1 Symbols Nerd Font Mono
|
||||
|
||||
# Powerline Symbols
|
||||
symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 Symbols Nerd Font Mono
|
||||
|
||||
# Powerline Extra Symbols
|
||||
symbol_map U+E0A3,U+E0B4-U+E0C8,U+E0CA,U+E0CC-U+E0D4 Symbols Nerd Font Mono
|
||||
|
||||
# IEC Power Symbols
|
||||
symbol_map U+23FB-U+23FE,U+2B58 Symbols Nerd Font Mono
|
||||
|
||||
# Font Logos
|
||||
symbol_map U+F300-U+F32F Symbols Nerd Font Mono
|
||||
|
||||
# Pomicons
|
||||
symbol_map U+E000-U+E00A Symbols Nerd Font Mono
|
||||
|
||||
# Codicons
|
||||
symbol_map U+EA60-U+EBEB Symbols Nerd Font Mono
|
||||
|
||||
# Additional sets
|
||||
symbol_map U+E276C-U+E2771 Symbols Nerd Font Mono # Heavy Angle Brackets
|
||||
symbol_map U+2500-U+259F Symbols Nerd Font Mono # Box Drawing
|
||||
|
||||
# Some symbols not covered by Symbols Nerd Font
|
||||
# nonicons contains icons in the range: U+F101-U+F27D
|
||||
# U+F167 is HTML logo, but YouTube logo in Symbols Nerd Font
|
||||
symbol_map U+F102,U+F116-U+F118,U+F12F,U+F13E,U+F1AF,U+F1BF,U+F1CF,U+F1FF,U+F20F,U+F21F-U+F220,U+F22E-U+F22F,U+F23F,U+F24F,U+F25F nonicons
|
||||
|
||||
# Emojis
|
||||
symbol_map U+1F600-U+1F64F Noto Color Emoji
|
||||
|
||||
map alt+1 goto_tab 1
|
||||
map alt+2 goto_tab 2
|
||||
|
|
@ -14,5 +67,3 @@ map alt+4 goto_tab 4
|
|||
map alt+5 goto_tab 5
|
||||
map alt+enter new_tab_with_cwd
|
||||
map alt+q close_tab
|
||||
|
||||
|
||||
|
|
|
|||
80
config/kitty/kitty.conf.bak
Normal file
80
config/kitty/kitty.conf.bak
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
# See https://sw.kovidgoyal.net/kitty/conf.html
|
||||
include ./mocha.conf
|
||||
include ./diff-mocha.conf
|
||||
# Shell integration is sourced and configured manually
|
||||
shell_integration no-rc
|
||||
background_opacity 0.95
|
||||
# font_family family "Symbols Nerd Font Mono"
|
||||
# - Use additional nerd symbols
|
||||
# See https://github.com/be5invis/Iosevka/issues/248
|
||||
# See https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points
|
||||
|
||||
# Seti-UI + Custom
|
||||
symbol_map U+E5FA-U+E6AC Symbols Nerd Font Mono
|
||||
|
||||
# Devicons
|
||||
symbol_map U+E700-U+E7C5 Symbols Nerd Font Mono
|
||||
|
||||
# Font Awesome
|
||||
symbol_map U+F000-U+F2E0 Symbols Nerd Font Mono
|
||||
|
||||
# Font Awesome Extension
|
||||
symbol_map U+E200-U+E2A9 Symbols Nerd Font Mono
|
||||
|
||||
# Material Design Icons
|
||||
symbol_map U+F0001-U+F1AF0 Symbols Nerd Font Mono
|
||||
|
||||
# Weather
|
||||
symbol_map U+E300-U+E3E3 Symbols Nerd Font Mono
|
||||
|
||||
# Octicons
|
||||
symbol_map U+F400-U+F532,U+2665,U+26A1 Symbols Nerd Font Mono
|
||||
|
||||
# Powerline Symbols
|
||||
symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 Symbols Nerd Font Mono
|
||||
|
||||
# Powerline Extra Symbols
|
||||
symbol_map U+E0A3,U+E0B4-U+E0C8,U+E0CA,U+E0CC-U+E0D4 Symbols Nerd Font Mono
|
||||
|
||||
# IEC Power Symbols
|
||||
symbol_map U+23FB-U+23FE,U+2B58 Symbols Nerd Font Mono
|
||||
|
||||
# Font Logos
|
||||
symbol_map U+F300-U+F32F Symbols Nerd Font Mono
|
||||
|
||||
# Pomicons
|
||||
symbol_map U+E000-U+E00A Symbols Nerd Font Mono
|
||||
|
||||
# Codicons
|
||||
symbol_map U+EA60-U+EBEB Symbols Nerd Font Mono
|
||||
|
||||
# Additional sets
|
||||
symbol_map U+E276C-U+E2771 Symbols Nerd Font Mono # Heavy Angle Brackets
|
||||
symbol_map U+2500-U+259F Symbols Nerd Font Mono # Box Drawing
|
||||
|
||||
# Some symbols not covered by Symbols Nerd Font
|
||||
# nonicons contains icons in the range: U+F101-U+F27D
|
||||
# U+F167 is HTML logo, but YouTube logo in Symbols Nerd Font
|
||||
symbol_map U+F102,U+F116-U+F118,U+F12F,U+F13E,U+F1AF,U+F1BF,U+F1CF,U+F1FF,U+F20F,U+F21F-U+F220,U+F22E-U+F22F,U+F23F,U+F24F,U+F25F nonicons
|
||||
|
||||
# Emojis
|
||||
symbol_map U+1F600-U+1F64F Noto Color Emoji
|
||||
|
||||
map alt+1 goto_tab 1
|
||||
map alt+2 goto_tab 2
|
||||
map alt+3 goto_tab 3
|
||||
map alt+4 goto_tab 4
|
||||
map alt+5 goto_tab 5
|
||||
map alt+enter new_tab_with_cwd
|
||||
map alt+q close_tab
|
||||
|
||||
|
||||
# font_family family="Adwaita Mono"
|
||||
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family="FiraMono Nerd Font Mono"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
# END_KITTY_FONTS
|
||||
80
config/kitty/mocha.conf
Normal file
80
config/kitty/mocha.conf
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue