lapce/defaults/dark-theme.toml

69 lines
1.5 KiB
TOML
Raw Normal View History

2021-09-27 16:40:34 +00:00
white = "#ABB2BF"
black = "#282C34"
grey = "#3E4451"
2021-09-27 17:07:52 +00:00
light_grey = "#2c313c"
2021-09-27 16:40:34 +00:00
blue = "#61AFEF"
red = "#E06C75"
2021-09-27 17:07:52 +00:00
yellow = "#e5c07b"
orange = "#D19A66"
2021-09-27 16:40:34 +00:00
green = "#98C379"
purple = "#C678DD"
2021-09-27 17:07:52 +00:00
cyan = "#56b6c2"
2021-09-27 16:40:34 +00:00
2021-10-08 15:15:14 +00:00
"lapce.active_tab" = "$black"
2021-09-27 16:40:34 +00:00
"lapce.inactive_tab" = "$grey"
"lapce.error" = "$red"
"lapce.warn" = "$yellow"
"lapce.dropdown_shadow" = "#000000"
2021-09-27 17:07:52 +00:00
"lapce.border" = "#000000"
2021-09-27 16:40:34 +00:00
2021-10-14 12:05:47 +00:00
"terminal.cursor" = "$white"
"terminal.foreground" = "$white"
"terminal.background" = "$black"
2021-10-14 20:59:48 +00:00
"terminal.blue" = "$blue"
"terminal.green" = "$green"
"terminal.yellow" = "$yellow"
2021-10-14 12:05:47 +00:00
2021-09-27 16:40:34 +00:00
"editor.background" = "$black"
"editor.foreground" = "$white"
"editor.dim" = "#A0A1A7"
2021-09-27 17:07:52 +00:00
"editor.caret" = "#528bff"
2021-09-27 16:40:34 +00:00
"editor.selection" = "$grey"
"editor.current_line" = "$light_grey"
"palette.background" = "#21252B"
"palette.current" = "#2C313A"
"completion.background" = "#21252B"
"completion.current" = "#2C313A"
"panel.background" = "#21252B"
"panel.current" = "#dbdbdc"
"status.background" = "#21252B"
2021-09-27 17:07:52 +00:00
"style.constant" = "$yellow"
"style.type" = "$yellow"
"style.number" = "$yellow"
"style.enum" = "$yellow"
"style.struct" = "$yellow"
"style.structure" = "$yellow"
"style.interface" = "$yellow"
"style.function" = "$blue"
"style.method" = "$blue"
"style.function.method" = "$blue"
"style.keyword" = "$purple"
"style.selfKeyword" = "$purple"
"style.field" = "$red"
"style.property" = "$red"
"style.enumMember" = "$red"
"style.enum-member" = "$red"
"style.string" = "$green"
"style.type.builtin" = "$cyan"
2021-10-05 10:10:49 +00:00
"style.builtinType" = "$cyan"