29 lines
479 B
TOML
29 lines
479 B
TOML
# miasma: https://github.com/xero/miasma.nvim
|
|
|
|
# Primary colors
|
|
[colors.primary]
|
|
background = "#222222"
|
|
foreground = "#c2c2b0"
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = "#222222"
|
|
red = "#685742"
|
|
green = "#5f875f"
|
|
yellow = "#b36d43"
|
|
blue = "#78824b"
|
|
magenta = "#bb7744"
|
|
cyan = "#c9a554"
|
|
white = "#d7c483"
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = "#666666"
|
|
red = "#685742"
|
|
green = "#5f875f"
|
|
yellow = "#b36d43"
|
|
blue = "#78824b"
|
|
magenta = "#bb7744"
|
|
cyan = "#c9a554"
|
|
white = "#d7c483"
|