mirror of https://github.com/lapce/lapce.git
69 lines
1.5 KiB
TOML
69 lines
1.5 KiB
TOML
white = "#ABB2BF"
|
|
black = "#282C34"
|
|
grey = "#3E4451"
|
|
light_grey = "#2c313c"
|
|
blue = "#61AFEF"
|
|
red = "#E06C75"
|
|
yellow = "#e5c07b"
|
|
orange = "#D19A66"
|
|
green = "#98C379"
|
|
purple = "#C678DD"
|
|
cyan = "#56b6c2"
|
|
|
|
"lapce.active_tab" = "$black"
|
|
"lapce.inactive_tab" = "$grey"
|
|
"lapce.error" = "$red"
|
|
"lapce.warn" = "$yellow"
|
|
"lapce.dropdown_shadow" = "#000000"
|
|
"lapce.border" = "#000000"
|
|
|
|
"terminal.cursor" = "$white"
|
|
"terminal.foreground" = "$white"
|
|
"terminal.background" = "$black"
|
|
"terminal.blue" = "$blue"
|
|
"terminal.green" = "$green"
|
|
"terminal.yellow" = "$yellow"
|
|
|
|
"editor.background" = "$black"
|
|
"editor.foreground" = "$white"
|
|
"editor.dim" = "#A0A1A7"
|
|
"editor.caret" = "#528bff"
|
|
"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"
|
|
|
|
"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"
|
|
"style.builtinType" = "$cyan"
|