blob: c1817cc41dc1b936ae3ff3993f12ea76ddfbf6a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
# wallust template - colors for Ghostty
# This file is included by ~/.config/ghostty/ghostty.config when present.
# Core UI colors
foreground = {{foreground}}
background = {{background}}
cursor-color = {{cursor}}
selection-foreground = {{foreground}}
selection-background = {{color12}}
# 16-color palette
palette = 0={{color0}}
palette = 1={{color1}}
palette = 2={{color2}}
palette = 3={{color3}}
palette = 4={{color4}}
palette = 5={{color5}}
palette = 6={{color6}}
palette = 7={{color7}}
palette = 8={{color8}}
palette = 9={{color9}}
palette = 10={{color10}}
palette = 11={{color11}}
palette = 12={{color12}}
palette = 13={{color13}}
palette = 14={{color14}}
palette = 15={{color15}}
|