mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-10 02:01:22 +01:00
32 lines
562 B
TOML
32 lines
562 B
TOML
# By Josean Martinez
|
|
# Inspired by aura.toml
|
|
|
|
# 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]
|
|
black = "#214969"
|
|
red = "#E52E2E"
|
|
green = "#44FFB1"
|
|
yellow = "#FFE073"
|
|
blue = "#0FC5ED"
|
|
magenta = "#a277ff"
|
|
cyan = "#24EAF7"
|
|
white = "#24EAF7"
|
|
|
|
[colors.bright]
|
|
black = "#214969"
|
|
red = "#E52E2E"
|
|
green = "#44FFB1"
|
|
yellow = "#FFE073"
|
|
blue = "#A277FF"
|
|
magenta = "#a277ff"
|
|
cyan = "#24EAF7"
|
|
white = "#24EAF7"
|