monobiome/apps/symconf/badlands-monobiome-dark.toml

73 lines
1.8 KiB
TOML

bg0 = "f{{badlands.l20}}" # darkest
bg1 = "f{{badlands.l25}}"
bg2 = "f{{badlands.l30}}"
bg3 = "f{{badlands.l35}}"
grey = "f{{badlands.l50}}" # <bg3 + 15>
fg3 = "f{{badlands.l70}}"
fg2 = "f{{badlands.l75}}"
fg1 = "f{{badlands.l80}}"
fg0 = "f{{badlands.l85}}" # lightest
red = "f{{red.l65}}"
orange = "f{{orange.l65}}"
yellow = "f{{yellow.l65}}"
green = "f{{green.l65}}"
cyan = "f{{green.l65}}"
blue = "f{{blue.l65}}"
violet = "f{{blue.l65}}"
magenta = "f{{red.l65}}"
[term]
background = "f{{badlands.l25}}" # <bg0 + 5>
foreground = "f{{badlands.l90}}" # <fg0 + 5>
selection_bg = "f{{badlands.l30}}" # <bg1 + 5>
selection_fg = "f{{badlands.l85}}" # <fg1 + 5>
cursor = "f{{badlands.l85}}" # <fg1 + 5>
cursor_text = "f{{badlands.l30}}" # <bg1 + 5>
[term.normal]
black = "f{{badlands.l25}}" # <background>
red = "f{{red.l65}}"
green = "f{{green.l65}}"
yellow = "f{{yellow.l65}}"
blue = "f{{blue.l65}}"
magenta = "f{{orange.l65}}"
cyan = "f{{blue.l65}}"
white = "f{{badlands.l80}}" # <foreground - 10>
[term.bright]
black = "f{{badlands.l35}}" # <background + 10>
red = "f{{red.l75}}"
green = "f{{green.l75}}"
yellow = "f{{yellow.l75}}"
blue = "f{{blue.l75}}"
magenta = "f{{orange.l75}}"
cyan = "f{{blue.l75}}"
white = "f{{badlands.l90}}" # <foreground>
[vim]
bg0 = "f{{badlands.l25}}" # <bg0 + 5>
bg1 = "f{{badlands.l30}}" # <bg1 + 5>
bg2 = "f{{badlands.l35}}" # <bg2 + 5>
bg3 = "f{{badlands.l40}}" # <bg3 + 5>
grey = "f{{badlands.l60}}" # <grey + 5>
fg3 = "f{{badlands.l75}}" # <fg0 + 5>
fg2 = "f{{badlands.l80}}" # <fg1 + 5>
fg1 = "f{{badlands.l85}}" # <fg2 + 5>
fg0 = "f{{badlands.l90}}" # <fg3 + 5>
red = "f{{red.l65}}"
orange = "f{{orange.l65}}"
yellow = "f{{yellow.l65}}"
green = "f{{green.l65}}"
cyan = "f{{green.l65}}"
blue = "f{{blue.l65}}"
violet = "f{{blue.l65}}"
magenta = "f{{red.l65}}"