2024-04-18 16:16:25 +02:00
|
|
|
# By Josean Martinez
|
2024-04-28 01:29:28 +02:00
|
|
|
# Inspired by aura.toml
|
2024-04-17 22:10:58 +02:00
|
|
|
|
|
|
|
# Default colors
|
|
|
|
[colors.primary]
|
|
|
|
background = '#011423'
|
|
|
|
foreground = '#CBE0F0'
|
|
|
|
|
|
|
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
|
|
|
[colors.cursor]
|
|
|
|
text = "#011423"
|
|
|
|
cursor = "#47FF9C"
|
|
|
|
|
|
|
|
[colors.normal]
|
2024-04-28 06:01:33 +02:00
|
|
|
black = "#214969"
|
2024-04-17 22:10:58 +02:00
|
|
|
red = "#E52E2E"
|
|
|
|
green = "#44FFB1"
|
|
|
|
yellow = "#FFE073"
|
|
|
|
blue = "#0FC5ED"
|
|
|
|
magenta = "#a277ff"
|
|
|
|
cyan = "#24EAF7"
|
|
|
|
white = "#24EAF7"
|
|
|
|
|
|
|
|
[colors.bright]
|
2024-04-28 06:01:33 +02:00
|
|
|
black = "#214969"
|
2024-04-17 22:10:58 +02:00
|
|
|
red = "#E52E2E"
|
|
|
|
green = "#44FFB1"
|
|
|
|
yellow = "#FFE073"
|
|
|
|
blue = "#A277FF"
|
|
|
|
magenta = "#a277ff"
|
|
|
|
cyan = "#24EAF7"
|
|
|
|
white = "#24EAF7"
|