32 lines
471 B
TOML
32 lines
471 B
TOML
[colors]
|
|
author = ""
|
|
name = "GJM"
|
|
|
|
[colors.bright]
|
|
black = "#666666"
|
|
blue = "#48c6ff"
|
|
cyan = "#63e7f0"
|
|
green = "#ccff00"
|
|
magenta = "#be67e1"
|
|
red = "#ff00a0"
|
|
white = "#f3f3f3"
|
|
yellow = "#ff9f00"
|
|
|
|
[colors.cursor]
|
|
cursor = "#c5c5c5"
|
|
text = "#1c1c1c"
|
|
|
|
[colors.normal]
|
|
black = "#1c1c1c"
|
|
blue = "#048ac7"
|
|
cyan = "#0ac1cd"
|
|
green = "#cee318"
|
|
magenta = "#833c9f"
|
|
red = "#ff005b"
|
|
white = "#e5e5e5"
|
|
yellow = "#ffe755"
|
|
|
|
[colors.primary]
|
|
background = "#1c1c1c"
|
|
foreground = "#c5c5c5"
|