lapce/defaults/dark-theme.toml

104 lines
2.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-10-20 13:24:13 +00:00
magenta = "#C678DD"
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-12-30 11:32:15 +00:00
"lapce.scroll_bar" = "$grey"
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-20 13:24:13 +00:00
"terminal.white" = "$white"
"terminal.black" = "$black"
"terminal.red" = "$red"
2021-10-14 20:59:48 +00:00
"terminal.blue" = "$blue"
"terminal.green" = "$green"
"terminal.yellow" = "$yellow"
2021-10-20 13:24:13 +00:00
"terminal.cyan" = "$cyan"
"terminal.magenta" = "$magenta"
"terminal.bright_white" = "#C8CCD4"
"terminal.bright_red" = "$red"
"terminal.bright_blue" = "$blue"
"terminal.bright_green" = "$green"
"terminal.bright_yellow" = "$yellow"
"terminal.bright_cyan" = "$cyan"
"terminal.bright_magenta" = "$magenta"
"terminal.bright_black" = "#545862"
2021-10-14 12:05:47 +00:00
2021-09-27 16:40:34 +00:00
"editor.background" = "$black"
"editor.foreground" = "$white"
2021-12-30 11:46:10 +00:00
"editor.dim" = "#5C6370"
2021-12-30 12:55:21 +00:00
"editor.focus" = "#CCCCCC"
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"
2022-01-25 17:16:34 +00:00
"source_control.added" = "#50a14f32"
"source_control.removed" = "#ff526632"
2022-01-28 10:17:16 +00:00
"source_control.modified" = "#0184bc32"
2022-01-25 17:16:34 +00:00
2021-09-27 16:40:34 +00:00
"palette.background" = "#21252B"
"palette.current" = "#2C313A"
"completion.background" = "#21252B"
"completion.current" = "#2C313A"
2022-03-29 00:18:47 +00:00
"hover.background" = "#21252B"
2021-09-27 16:40:34 +00:00
"panel.background" = "#21252B"
2021-12-30 11:32:15 +00:00
"panel.current" = "#2C313A"
2022-03-26 21:08:00 +00:00
"panel.hovered" = "#343A45"
2021-09-27 16:40:34 +00:00
"status.background" = "#21252B"
"status.modal.normal" = "$blue"
"status.modal.insert" = "$red"
"status.modal.visual" = "$yellow"
"status.modal.terminal" = "$purple"
2021-09-27 17:07:52 +00:00
2021-12-30 11:32:15 +00:00
"style.comment" = "#5C6370"
2021-09-27 17:07:52 +00:00
"style.constant" = "$yellow"
"style.type" = "$yellow"
2022-03-22 10:26:31 +00:00
"style.typeAlias" = "$yellow"
2021-09-27 17:07:52 +00:00
"style.number" = "$yellow"
"style.enum" = "$yellow"
"style.struct" = "$yellow"
"style.structure" = "$yellow"
"style.interface" = "$yellow"
2022-03-22 10:26:31 +00:00
"style.attribute" = "$yellow"
"style.constructor" = "$yellow"
2021-09-27 17:07:52 +00:00
"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"
2022-01-17 14:35:39 +00:00
"style.variable.other.member" = "$red"
2021-09-27 17:07:52 +00:00
"style.string" = "$green"
"style.type.builtin" = "$cyan"
2021-10-05 10:10:49 +00:00
"style.builtinType" = "$cyan"
2022-03-22 10:26:31 +00:00
"style.escape" = "$cyan"
"style.embedded" = "$cyan"