Skip to content

Commit 5271ac3

Browse files
authored
Merge pull request #275 from djensenius/add-some-other-names
Add 'git:' and a bit more catppuccin
2 parents 6033ac7 + a8baab5 commit 5271ac3

4 files changed

Lines changed: 39 additions & 0 deletions

File tree

atuin/config.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,21 @@ records = true
231231
## The port that should be used for TCP on non unix systems
232232
# tcp_port = 8889
233233

234+
235+
[theme]
236+
name = "catppuccin_mocha"
237+
238+
[theme.colors]
239+
text = "#cdd6f4"
240+
background = "#1e1e2e"
241+
background_selected = "#585b70"
242+
border = "#585b70"
243+
border_selected = "#cba6f7"
244+
info = "#cba6f7"
245+
info_selected = "#cba6f7"
246+
success = "#a6e3a1"
247+
success_selected = "#a6e3a1"
248+
warning = "#f9e2af"
249+
warning_selected = "#f9e2af"
250+
error = "#f38ba8"
251+
error_selected = "#f38ba8"

tmux/tmux-nerd-font-window-name.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ config:
44
icon-position: "left"
55
icons:
66
copilot: ""
7+
"git:": ""
78
mise: "󱌣"

zellij/config.kdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
// Minimal config that disables the welcome message
33

44
welcome_screen false
5+
theme "catppuccin-mocha"

zellij/themes/catppuccin-mocha.kdl

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Catppuccin Mocha theme for Zellij
2+
// https://github.com/catppuccin/zellij
3+
4+
themes {
5+
catppuccin-mocha {
6+
// Catppuccin Mocha color palette
7+
bg "#1e1e2e" // Base
8+
fg "#cdd6f4" // Text
9+
red "#f38ba8" // Red
10+
green "#a6e3a1" // Green
11+
blue "#89b4fa" // Blue
12+
yellow "#f9e2af" // Yellow
13+
magenta "#f5c2e7" // Pink
14+
orange "#fab387" // Peach
15+
cyan "#89dceb" // Sky
16+
black "#181825" // Mantle
17+
white "#cdd6f4" // Text
18+
}
19+
}

0 commit comments

Comments
 (0)