lapce/defaults/dark-theme.toml

164 lines
3.9 KiB
TOML
Raw Normal View History

2022-10-20 18:08:16 +00:00
[color-theme]
2022-05-25 16:18:52 +00:00
name = "Lapce Dark"
[ui]
font-family = ""
font-size = 13
header-height = 35
status-height = 25
tab-min-width = 100
activity-width = 50
scroll-width = 10
drop-shadow-width = 0
2022-10-20 18:08:16 +00:00
[color-theme.base]
2021-09-27 16:40:34 +00:00
white = "#ABB2BF"
black = "#282C34"
grey = "#3E4451"
blue = "#61AFEF"
red = "#E06C75"
2022-06-01 07:46:16 +00:00
yellow = "#E5C07B"
2021-09-27 17:07:52 +00:00
orange = "#D19A66"
2021-09-27 16:40:34 +00:00
green = "#98C379"
purple = "#C678DD"
2022-06-01 07:46:16 +00:00
cyan = "#56B6C2"
2021-10-20 13:24:13 +00:00
magenta = "#C678DD"
2021-09-27 16:40:34 +00:00
2022-10-20 18:08:16 +00:00
[color-theme.syntax]
2022-05-25 16:18:52 +00:00
"comment" = "#5C6370"
"constant" = "$yellow"
"type" = "$yellow"
"typeAlias" = "$yellow"
"number" = "$yellow"
"enum" = "$yellow"
"struct" = "$yellow"
"structure" = "$yellow"
"interface" = "$yellow"
"attribute" = "$yellow"
"constructor" = "$yellow"
"function" = "$blue"
"method" = "$blue"
"function.method" = "$blue"
"keyword" = "$purple"
"selfKeyword" = "$purple"
"field" = "$red"
"property" = "$red"
"enumMember" = "$red"
"enum-member" = "$red"
"string" = "$green"
"type.builtin" = "$cyan"
"builtinType" = "$cyan"
"escape" = "$cyan"
2022-09-10 05:55:50 +00:00
"string.escape" = "$cyan"
2022-05-25 16:18:52 +00:00
"embedded" = "$cyan"
2022-09-10 05:55:50 +00:00
"punctuation.delimiter" = "$yellow"
"text.title" = "$orange"
"text.uri" = "$cyan"
"text.reference" = "$yellow"
2022-09-10 21:19:27 +00:00
"variable" = "$red"
"variable.other.member" = "$green"
2022-09-11 07:40:32 +00:00
"tag" = "$blue"
2022-05-25 16:18:52 +00:00
2022-10-20 18:08:16 +00:00
[color-theme.ui]
2021-09-27 16:40:34 +00:00
"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
"lapce.button.primary.background" = "#50a14f"
"lapce.button.primary.foreground" = "$black"
# tab
"lapce.tab.active.background" = "$black"
"lapce.tab.active.foreground" = "$white"
"lapce.tab.active.underline" = "#528BFF"
"lapce.tab.inactive.background" = "#1d2026"
"lapce.tab.inactive.foreground" = "#7e838c"
"lapce.tab.inactive.underline" = "#528BFF33"
"lapce.tab.separator" = ""
"lapce.icon.active" = "$white"
"lapce.icon.inactive" = "$grey"
2022-10-20 18:08:16 +00:00
"lapce.remote.local" = "#4078F2"
"lapce.remote.connected" = "#50A14F"
"lapce.remote.connecting" = "#C18401"
2022-10-26 18:21:06 +00:00
"lapce.remote.disconnected" = "#E45649"
2021-10-14 12:05:47 +00:00
"lapce.plugin.name" = "#DDDDDD"
"lapce.plugin.description" = "$white"
"lapce.plugin.author" = "#B0B0B0"
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"
2022-06-01 07:46:16 +00:00
"editor.caret" = "#528BFF"
2021-09-27 16:40:34 +00:00
"editor.selection" = "$grey"
2022-06-01 07:46:16 +00:00
"editor.current_line" = "#2C313C"
"editor.link" = "$blue"
"editor.visible_whitespace" = "$grey"
"editor.indent_guide" = "$grey"
"editor.drag_drop_background" = "#79c1fc55"
"editor.drag_drop_tab_background" = "#0b0e14EE"
2021-09-27 16:40:34 +00:00
2022-07-19 19:23:23 +00:00
"inlay_hint.foreground" = "$white"
"inlay_hint.background" = "#528abF37"
2022-07-01 01:25:18 +00:00
2022-07-15 04:52:08 +00:00
"error_lens.error.foreground" = "$red"
"error_lens.error.background" = "#E06C7520"
"error_lens.warning.foreground" = "$yellow"
"error_lens.warning.background" = "#E5C07B20"
"error_lens.other.foreground" = "#5C6370"
"error_lens.other.background" = "#5C637020"
2022-06-01 07:46:16 +00:00
"source_control.added" = "#50A14F32"
"source_control.removed" = "#FF526632"
"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"
2022-05-24 19:59:03 +00:00
"activity.background" = "#21252B"
"activity.current" = "$black"
2022-05-20 21:01:11 +00:00
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
2022-04-24 20:54:30 +00:00
"markdown.blockquote" = "#898989"
2022-05-25 16:18:52 +00:00
"terminal.cursor" = "$white"
"terminal.foreground" = "$white"
"terminal.background" = "$black"
"terminal.white" = "$white"
"terminal.black" = "$black"
"terminal.red" = "$red"
"terminal.blue" = "$blue"
"terminal.green" = "$green"
"terminal.yellow" = "$yellow"
"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"