Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions atuin/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,21 @@ records = true
## The port that should be used for TCP on non unix systems
# tcp_port = 8889


[theme]
name = "catppuccin_mocha"

[theme.colors]
text = "#cdd6f4"
background = "#1e1e2e"
background_selected = "#585b70"
border = "#585b70"
border_selected = "#cba6f7"
info = "#cba6f7"
info_selected = "#cba6f7"
success = "#a6e3a1"
success_selected = "#a6e3a1"
warning = "#f9e2af"
warning_selected = "#f9e2af"
error = "#f38ba8"
error_selected = "#f38ba8"
1 change: 1 addition & 0 deletions tmux/tmux-nerd-font-window-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ config:
icon-position: "left"
icons:
copilot: ""
"git:": ""
mise: "󱌣"
1 change: 1 addition & 0 deletions zellij/config.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
// Minimal config that disables the welcome message

welcome_screen false
theme "catppuccin-mocha"
19 changes: 19 additions & 0 deletions zellij/themes/catppuccin-mocha.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// Catppuccin Mocha theme for Zellij
// https://github.com/catppuccin/zellij

themes {
catppuccin-mocha {
// Catppuccin Mocha color palette
bg "#1e1e2e" // Base
fg "#cdd6f4" // Text
red "#f38ba8" // Red
green "#a6e3a1" // Green
blue "#89b4fa" // Blue
yellow "#f9e2af" // Yellow
magenta "#f5c2e7" // Pink
orange "#fab387" // Peach
cyan "#89dceb" // Sky
black "#181825" // Mantle
white "#cdd6f4" // Text
}
}