mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
29 lines
481 B
TOML
29 lines
481 B
TOML
[colors]
|
|
[colors.primary]
|
|
background = "#1e1e2e"
|
|
foreground = "#cdd6f4"
|
|
|
|
[colors.normal]
|
|
black = "#45475a"
|
|
red = "#f38ba8"
|
|
green = "#a6e3a1"
|
|
yellow = "#f9e2af"
|
|
blue = "#89b4fa"
|
|
magenta = "#cba6f7"
|
|
cyan = "#94e2d5"
|
|
white = "#bac2de"
|
|
|
|
[colors.bright]
|
|
black = "#585b70"
|
|
red = "#f38ba8"
|
|
green = "#a6e3a1"
|
|
yellow = "#f9e2af"
|
|
blue = "#89b4fa"
|
|
magenta = "#cba6f7"
|
|
cyan = "#94e2d5"
|
|
white = "#cdd6f4"
|
|
|
|
[colors.cursor]
|
|
text = "#1e1e2e"
|
|
cursor = "#cdd6f4"
|