This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Ristretto | |
| rr_bg="#2c2525" | |
| rr_bg_1="#403838" | |
| rr_bg_2="#5b5353" | |
| rr_bg_3="#1a1515" | |
| rr_fg="#fff8f9" | |
| rr_fg_2="#72696a" | |
| rr_fg_2="#948a8b" | |
| rr_fg_2="#b5a9aa" | |
| rr_fg_4="#fff1f3" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # kanablack='#1f1f28' | |
| # # # Dopeness | |
| # set -g status-bg $kanablack | |
| # set -g status-fg $kanablack | |
| # set -g status-style fg=$kanablack,bg=default | |
| # | |
| # set -g status-left-length 50 | |
| # set -g status-left "#[fg=green]#[bg=$kanablack]#[fg=$kanablack]#[bg=green]△#[fg=green]#[bg=$kanablack] #S#[fg=$kanablack]#[bg=$kanablack] " | |
| # set -g status-right "#[bg=default] #[fg=$kanablack]y#[fg=green]#[bg=$kanablack]%a %d %b #[fg=$kanablack]#[bg=green]#[fg=$kanablack]%R#[fg=green]#[bg=$kanablack]" | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [colors.normal] | |
| black = '#211828' # (Black) | |
| red = '#e06c76' # (Red) | |
| green = '#98c379' # (Green) | |
| yellow = '#e5c07b' # (Yellow) | |
| blue = '#61afef' # (Blue) | |
| magenta = '#c678dd' # (Magenta) | |
| cyan = '#56b6c2' # (Cyan) | |
| white = '#abb2bf' # (White) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Decay Theme for Ghostty | |
| # Based on the Wezterm Decay theme | |
| # Standard colors (0-15) | |
| palette = 0=#1c252c | |
| palette = 1=#e05f65 | |
| palette = 2=#78dba9 | |
| palette = 3=#f1cf8a | |
| palette = 4=#70a5eb | |
| palette = 5=#c68aee |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Decay color scheme | |
| config.colors = { | |
| -- Terminal ANSI colors | |
| ansi = { | |
| "#1c252c", -- black | |
| "#e05f65", -- red | |
| "#78dba9", -- green | |
| "#f1cf8a", -- yellow | |
| "#70a5eb", -- blue | |
| "#c68aee", -- magenta |
OlderNewer