feat: catppuccin themes

This commit is contained in:
2026-06-29 17:09:10 +02:00
parent f703b52d44
commit 3532c50ba4
9 changed files with 22 additions and 2803 deletions
+1 -1
View File
@@ -1 +1 @@
--theme="Nord"
--theme="Catppuccin Frappe"
File diff suppressed because it is too large Load Diff
-204
View File
@@ -1,204 +0,0 @@
{
"document": {
"block_prefix": "\n",
"block_suffix": "\n",
"color": "#D8DEE9",
"margin": 2
},
"block_quote": {
"indent": 1,
"indent_token": "│ ",
"color": "#4C566A",
"italic": true
},
"paragraph": {},
"list": {
"level_indent": 2
},
"heading": {
"block_suffix": "\n",
"bold": true
},
"h1": {
"prefix": " ",
"suffix": " ",
"color": "#2E3440",
"background_color": "#88C0D0",
"bold": true
},
"h2": {
"prefix": "## ",
"color": "#88C0D0"
},
"h3": {
"prefix": "### ",
"color": "#81A1C1"
},
"h4": {
"prefix": "#### ",
"color": "#8FBCBB"
},
"h5": {
"prefix": "##### ",
"color": "#5E81AC"
},
"h6": {
"prefix": "###### ",
"color": "#4C566A",
"bold": false
},
"text": {},
"strikethrough": {
"crossed_out": true
},
"emph": {
"italic": true
},
"strong": {
"color": "#ECEFF4",
"bold": true
},
"hr": {
"color": "#4C566A",
"format": "\n────────────────────────────────────────────────────────────\n"
},
"item": {
"block_prefix": "• "
},
"enumeration": {
"block_prefix": ". ",
"color": "#81A1C1"
},
"task": {
"ticked": "[✓] ",
"unticked": "[ ] "
},
"link": {
"color": "#5E81AC",
"underline": true
},
"link_text": {
"color": "#88C0D0",
"bold": true
},
"image": {
"color": "#B48EAD",
"underline": true
},
"image_text": {
"color": "#4C566A",
"format": "Image: {{.text}} →"
},
"code": {
"prefix": " ",
"suffix": " ",
"color": "#88C0D0",
"background_color": "#3B4252"
},
"code_block": {
"color": "#D8DEE9",
"margin": 2,
"chroma": {
"text": {
"color": "#D8DEE9"
},
"error": {
"color": "#ECEFF4",
"background_color": "#BF616A"
},
"comment": {
"color": "#4C566A"
},
"comment_preproc": {
"color": "#5E81AC"
},
"keyword": {
"color": "#81A1C1"
},
"keyword_reserved": {
"color": "#81A1C1"
},
"keyword_namespace": {
"color": "#5E81AC"
},
"keyword_type": {
"color": "#8FBCBB"
},
"operator": {
"color": "#81A1C1"
},
"punctuation": {
"color": "#D8DEE9"
},
"name": {
"color": "#D8DEE9"
},
"name_builtin": {
"color": "#88C0D0"
},
"name_tag": {
"color": "#81A1C1"
},
"name_attribute": {
"color": "#8FBCBB"
},
"name_class": {
"color": "#8FBCBB",
"underline": true,
"bold": true
},
"name_constant": {
"color": "#B48EAD"
},
"name_decorator": {
"color": "#D08770"
},
"name_exception": {
"color": "#BF616A"
},
"name_function": {
"color": "#88C0D0"
},
"name_other": {},
"literal": {},
"literal_number": {
"color": "#B48EAD"
},
"literal_date": {
"color": "#A3BE8C"
},
"literal_string": {
"color": "#A3BE8C"
},
"literal_string_escape": {
"color": "#EBCB8B"
},
"generic_deleted": {
"color": "#BF616A"
},
"generic_emph": {
"italic": true
},
"generic_inserted": {
"color": "#A3BE8C"
},
"generic_strong": {
"bold": true
},
"generic_subheading": {
"color": "#4C566A"
},
"background": {
"background_color": "#2E3440"
}
}
},
"table": {},
"definition_list": {},
"definition_term": {},
"definition_description": {
"block_prefix": "\n🠶 "
},
"html_block": {},
"html_span": {}
}
-55
View File
@@ -1,55 +0,0 @@
# Nord true-color scheme for micro editor
# https://www.nordtheme.com/docs/colors-and-palettes
#
# Polar Night: nord0=#2E3440 nord1=#3B4252 nord2=#434C5E nord3=#4C566A
# Snow Storm: nord4=#D8DEE9 nord5=#E5E9F0 nord6=#ECEFF4
# Frost: nord7=#8FBCBB nord8=#88C0D0 nord9=#81A1C1 nord10=#5E81AC
# Aurora: nord11=#BF616A nord12=#D08770 nord13=#EBCB8B nord14=#A3BE8C nord15=#B48EAD
color-link default "#D8DEE9,#2E3440"
color-link comment "#4C566A"
color-link identifier "#88C0D0"
color-link identifier.class "#8FBCBB"
color-link identifier.var "#D8DEE9"
color-link constant "#B48EAD"
color-link constant.number "#B48EAD"
color-link constant.bool "#81A1C1"
color-link constant.string "#A3BE8C"
color-link constant.string.url "#88C0D0"
color-link constant.specialChar "#EBCB8B"q
color-link statement "#81A1C1"
color-link symbol "#ECEFF4"
color-link symbol.brackets "#D8DEE9"
color-link symbol.operator "#81A1C1"
color-link preproc "#5E81AC"
color-link type "#8FBCBB"
color-link type.keyword "#81A1C1"
color-link special "#D08770"
color-link underlined "#88C0D0"
color-link error "#BF616A"
color-link todo "#EBCB8B,#2E3440"
color-link selection "#D8DEE9,#434C5E"
color-link indent-char "#3B4252"
color-link line-number "#4C566A,#2E3440"
color-link current-line-number "#D8DEE9,#3B4252"
color-link gutter-info "#88C0D0"
color-link gutter-error "#BF616A"
color-link gutter-warning "#EBCB8B"
color-link cursor-line "#3B4252"
color-link color-column "#3B4252"
color-link statusline "#D8DEE9,#3B4252"
color-link statusline.inactive "#4C566A,#2E3440"
color-link tabbar "#4C566A,#2E3440"
color-link tabbar.active "#ECEFF4,#434C5E"
color-link divider "#3B4252,#3B4252"
color-link scrollbar "#4C566A,#2E3440"
color-link match-brace "#EBCB8B"
color-link hlsearch "#2E3440,#EBCB8B"
color-link diff-added "#A3BE8C"
color-link diff-modified "#EBCB8B"
color-link diff-deleted "#BF616A"
color-link diff-added-lines "#A3BE8C,#2E3440"
color-link diff-modified-lines "#EBCB8B,#2E3440"
color-link diff-deleted-lines "#BF616A,#2E3440"
+1 -1
View File
@@ -1,3 +1,3 @@
{
"colorscheme": "nord-tc"
"colorscheme": "catppuccin-frappe"
}
-138
View File
@@ -1,138 +0,0 @@
# Nord theme for Yazi
# https://www.nordtheme.com/docs/colors-and-palettes
#
# Polar Night: nord0=#2E3440 nord1=#3B4252 nord2=#434C5E nord3=#4C566A
# Snow Storm: nord4=#D8DEE9 nord5=#E5E9F0 nord6=#ECEFF4
# Frost: nord7=#8FBCBB nord8=#88C0D0 nord9=#81A1C1 nord10=#5E81AC
# Aurora: nord11=#BF616A nord12=#D08770 nord13=#EBCB8B nord14=#A3BE8C nord15=#B48EAD
[app]
overall = { bg = "#2E3440" }
[mgr]
cwd = { fg = "#88C0D0", bold = true }
find_keyword = { fg = "#EBCB8B", bold = true, italic = true, underline = true }
find_position = { fg = "#D08770", bg = "reset", bold = true, italic = true }
symlink_target = { fg = "#81A1C1", italic = true }
marker_copied = { fg = "#A3BE8C", bg = "#A3BE8C" }
marker_cut = { fg = "#BF616A", bg = "#BF616A" }
marker_marked = { fg = "#EBCB8B", bg = "#EBCB8B" }
marker_selected = { fg = "#88C0D0", bg = "#88C0D0" }
count_copied = { fg = "#2E3440", bg = "#A3BE8C" }
count_cut = { fg = "#2E3440", bg = "#BF616A" }
count_selected = { fg = "#2E3440", bg = "#88C0D0" }
border_symbol = "│"
border_style = { fg = "#4C566A" }
[indicator]
parent = { fg = "#4C566A", bg = "#3B4252" }
current = { bg = "#434C5E" }
preview = { fg = "#4C566A", bg = "#3B4252" }
padding = { open = "", close = "" }
[tabs]
active = { fg = "#ECEFF4", bg = "#434C5E", bold = true }
inactive = { fg = "#4C566A", bg = "#3B4252" }
sep_inner = { open = "", close = "" }
sep_outer = { open = "", close = "" }
[mode]
normal_main = { fg = "#2E3440", bg = "#88C0D0", bold = true }
normal_alt = { fg = "#88C0D0", bg = "#3B4252" }
select_main = { fg = "#2E3440", bg = "#A3BE8C", bold = true }
select_alt = { fg = "#A3BE8C", bg = "#3B4252" }
unset_main = { fg = "#2E3440", bg = "#EBCB8B", bold = true }
unset_alt = { fg = "#EBCB8B", bg = "#3B4252" }
[status]
overall = { fg = "#D8DEE9", bg = "#3B4252" }
sep_left = { open = "", close = "" }
sep_right = { open = "", close = "" }
perm_type = { fg = "#81A1C1" }
perm_read = { fg = "#A3BE8C" }
perm_write = { fg = "#BF616A" }
perm_exec = { fg = "#EBCB8B" }
perm_sep = { fg = "#4C566A" }
progress_label = { fg = "#ECEFF4", bold = true }
progress_normal = { fg = "#88C0D0", bg = "#3B4252" }
progress_error = { fg = "#BF616A", bg = "#3B4252" }
[which]
cols = 3
mask = { bg = "#3B4252" }
cand = { fg = "#88C0D0" }
rest = { fg = "#D8DEE9" }
desc = { fg = "#4C566A" }
separator = "  "
separator_style = { fg = "#4C566A" }
[confirm]
border = { fg = "#81A1C1" }
title = { fg = "#88C0D0", bold = true }
body = {}
list = {}
btn_yes = { fg = "#2E3440", bg = "#A3BE8C", bold = true }
btn_no = { fg = "#2E3440", bg = "#BF616A", bold = true }
btn_labels = [" [Y]es ", " (N)o "]
[spot]
border = { fg = "#81A1C1" }
title = { fg = "#88C0D0", bold = true }
tbl_col = { fg = "#88C0D0", bold = true }
tbl_cell = { fg = "#EBCB8B", reversed = true }
[notify]
title_info = { fg = "#A3BE8C", bold = true }
title_warn = { fg = "#EBCB8B", bold = true }
title_error = { fg = "#BF616A", bold = true }
icon_info = ""
icon_warn = ""
icon_error = ""
[pick]
border = { fg = "#81A1C1" }
active = { fg = "#88C0D0", bold = true }
inactive = {}
[input]
border = { fg = "#81A1C1" }
title = { fg = "#88C0D0", bold = true }
value = {}
selected = { reversed = true }
[cmp]
border = { fg = "#81A1C1" }
active = { reversed = true }
inactive = {}
icon_file = ""
icon_folder = ""
icon_command = ""
[tasks]
border = { fg = "#81A1C1" }
title = { fg = "#88C0D0", bold = true }
hovered = { fg = "#B48EAD", bold = true }
[help]
on = { fg = "#8FBCBB" }
run = { fg = "#B48EAD" }
desc = {}
hovered = { reversed = true, bold = true }
footer = { fg = "#2E3440", bg = "#D8DEE9" }
[filetype]
rules = [
# Images
{ mime = "image/*", fg = "#D08770" },
# Media
{ mime = "{audio,video}/*", fg = "#B48EAD" },
# Archives
{ mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio}", fg = "#BF616A" },
# Documents
{ mime = "application/{pdf,doc,rtf}", fg = "#88C0D0" },
# Special files
{ url = "*", is = "orphan", bg = "#BF616A" },
{ url = "*", is = "exec", fg = "#A3BE8C" },
# Directories
{ url = "*/", fg = "#81A1C1" },
]
-6
View File
@@ -27,18 +27,12 @@
!.config/
!.config/yazi/
!.config/yazi/yazi.toml
!.config/yazi/theme.toml
!.config/micro/
!.config/micro/settings.json
!.config/micro/bindings.json
!.config/micro/colorschemes/
!.config/micro/colorschemes/nord-tc.micro
!.config/bat/
!.config/bat/config
!.config/bat/themes/
!.config/bat/themes/Nord.tmTheme
!.config/glow/
!.config/glow/glow.yml
!.config/glow/nord.json
!LICENSE
!README.md
+1 -1030
View File
File diff suppressed because it is too large Load Diff
+18 -1
View File
@@ -28,6 +28,14 @@ references:
into: .zsh/plugins/zsh-autosuggestions
- url: https://github.com/zsh-users/zsh-syntax-highlighting.git
into: .zsh/plugins/zsh-syntax-highlighting
- url: https://github.com/catppuccin/bat.git
into: .catppuccin/bat
- url: https://github.com/catppuccin/yazi.git
into: .catppuccin/yazi
- url: https://github.com/catppuccin/zsh-syntax-highlighting.git
into: .catppuccin/zsh-syntax-highlighting
- url: https://github.com/catppuccin/micro.git
into: .catppuccin/micro
scripts:
git:config: |
printf 'Name: ' && read name
@@ -61,7 +69,16 @@ scripts:
sudo apt install -y micro
micro:plugins: |
micro -plugin install editorconfig
bat:build: bat cache --build
catppuccin:install: |
code --install-extension catppuccin.catppuccin-vsc
code --install-extension catppuccin.catppuccin-vsc-icons
mkdir -p ~/.config/micro/colorschemes
ln -sf ~/.catppuccin/micro/themes/catppuccin-frappe.micro ~/.config/micro/colorschemes/catppuccin-frappe.micro
mkdir -p ~/.config/bat/themes
ln -sf ~/.catppuccin/bat/themes/Catppuccin\ Frappe.tmTheme ~/.config/bat/themes/Catppuccin\ Frappe.tmTheme
bat cache --build
ln -sf ~/.catppuccin/yazi/themes/frappe/catppuccin-frappe-blue.toml ~/.config/yazi/theme.toml
ln -sf ~/.catppuccin/zsh-syntax-highlighting/themes/catppuccin_frappe-zsh-syntax-highlighting.zsh ~/.zsh/catppuccin_frappe-zsh-syntax-highlighting.zsh
fonts:install: |
mkdir -p ~/.local/share/fonts/Meslo
curl -L https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Meslo.tar.xz | tar --extract --xz --directory ~/.local/share/fonts/Meslo