alqueva/computers/python/configs/alacritty/alacritty.toml
Artur Manuel df2064b116 feat: move to tokyo tokyo night
this isn't fully complete but it will be soon

still have river
2024-11-28 16:23:15 +00:00

46 lines
628 B
TOML

[window]
decorations = "None"
[window.padding]
x = 8
y = 8
[font]
size = 14
[colors.primary]
background = '#1a1b26'
foreground = '#c0caf5'
[colors.cursor]
cursor = '#c0caf5'
text = '#1a1b26'
[colors.normal]
black = '#15161e'
red = '#f7768e'
green = '#9ece6a'
yellow = '#e0af68'
blue = '#7aa2f7'
magenta = '#bb9af7'
cyan = '#7dcfff'
white = '#a9b1d6'
[colors.bright]
black = '#414868'
red = '#f7768e'
green = '#9ece6a'
yellow = '#e0af68'
blue = '#7aa2f7'
magenta = '#bb9af7'
cyan = '#7dcfff'
white = '#c0caf5'
[[colors.indexed_colors]]
index = 16
color = '#ff9e64'
[[colors.indexed_colors]]
index = 17
color = '#db4b4b'