Files
dotfiles/config/alacritty/dank-theme.toml
T

32 lines
530 B
TOML

[colors.primary]
background = '#131412'
foreground = '#e4e2df'
[colors.selection]
text = '#e4e2df'
background = '#404a3b'
[colors.cursor]
text = '#131412'
cursor = '#bfcab7'
[colors.normal]
black = '#131412'
red = '#e88068'
green = '#6bca65'
yellow = '#fcea71'
blue = '#b3bfaa'
magenta = '#545d4d'
cyan = '#bfcab7'
white = '#ccd4c7'
[colors.bright]
black = '#7d8379'
red = '#ffb19f'
green = '#a2f29d'
yellow = '#fff3a5'
blue = '#d3decc'
magenta = '#f5ffee'
cyan = '#f8fff4'
white = '#fbfff8'