lapce/defaults/light-theme.toml

143 lines
3.2 KiB
TOML
Raw Normal View History

2022-05-25 16:18:52 +00:00
[theme]
name = "Lapce Light"
[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
[theme.base]
2022-06-01 07:46:16 +00:00
white = "#FAFAFA"
black = "#383A42"
2021-09-27 16:40:34 +00:00
grey = "#E5E5E6"
2022-06-01 07:46:16 +00:00
light_grey = "#F2F2F2"
blue = "#4078F2"
red = "#E45649"
yellow = "#C18401"
2021-09-27 13:39:44 +00:00
green = "#50A14F"
purple = "#A626A4"
2022-06-01 07:46:16 +00:00
cyan = "#0184BC"
2021-10-18 17:49:40 +00:00
magenta = "#A626A4"
2021-09-27 13:39:44 +00:00
2022-05-25 16:18:52 +00:00
[theme.syntax]
"comment" = "#A0A1A7"
"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"
2022-09-10 05:55:50 +00:00
"string.escape" = "$cyan"
2022-05-25 16:18:52 +00:00
"type.builtin" = "$cyan"
"builtinType" = "$cyan"
"escape" = "$cyan"
"embedded" = "$cyan"
2022-09-10 05:55:50 +00:00
"punctuation.delimiter" = "$yellow"
"text.title" = "$orange"
"text.uri" = "$cyan"
"text.reference" = "$yellow"
2022-09-11 07:38:17 +00:00
"variable" = "$red"
"variable.other.member" = "$green"
"tag" = "$blue"
2022-09-10 05:55:50 +00:00
2022-05-25 16:18:52 +00:00
[theme.ui]
2022-09-14 18:53:51 +00:00
"lapce.active_tab" = "#526FFF"
"lapce.inactive_tab" = "#A0A1A7"
2022-06-01 07:46:16 +00:00
"lapce.error" = "#E51400"
"lapce.warn" = "#E9A700"
"lapce.dropdown_shadow" = "#B4B4B4"
"lapce.border" = "#B4B4B4"
"lapce.scroll_bar" = "#B4B4B4"
2021-09-27 16:40:34 +00:00
2021-10-14 12:05:47 +00:00
"terminal.cursor" = "$black"
"terminal.foreground" = "$black"
"terminal.background" = "$white"
2021-10-18 17:49:40 +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-18 17:49:40 +00:00
"terminal.cyan" = "$cyan"
"terminal.magenta" = "$magenta"
2021-10-21 15:25:06 +00:00
"terminal.bright_white" = "#090A0B"
2021-10-18 17:49:40 +00:00
"terminal.bright_red" = "$red"
"terminal.bright_blue" = "$blue"
"terminal.bright_green" = "$green"
"terminal.bright_yellow" = "$yellow"
"terminal.bright_cyan" = "$cyan"
"terminal.bright_magenta" = "$magenta"
2021-10-21 15:25:06 +00:00
"terminal.bright_black" = "#A0A1A7"
2021-10-14 12:05:47 +00:00
2021-09-27 13:39:44 +00:00
"editor.background" = "$white"
"editor.foreground" = "$black"
2021-09-27 16:40:34 +00:00
"editor.dim" = "#A0A1A7"
2021-12-30 11:46:10 +00:00
"editor.focus" = "#000000"
2021-09-28 08:43:36 +00:00
"editor.caret" = "#526FFF"
2021-09-27 16:40:34 +00:00
"editor.selection" = "$grey"
2022-06-01 07:46:16 +00:00
"editor.current_line" = "#F2F2F2"
"editor.link" = "$blue"
"editor.visible_whitespace" = "$grey"
2021-09-27 13:39:44 +00:00
2022-07-19 19:23:23 +00:00
"inlay_hint.foreground" = "$black"
2022-07-02 09:08:39 +00:00
"inlay_hint.background" = "#528bFF55"
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" = "#E4564920"
"error_lens.warning.foreground" = "$yellow"
"error_lens.warning.background" = "#C1840120"
"error_lens.other.foreground" = "#A0A1A7"
"error_lens.other.background" = "#A0A1A720"
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
2022-06-01 07:46:16 +00:00
"palette.background" = "#EAEAEB"
"palette.current" = "#DBDBDC"
2021-09-27 13:39:44 +00:00
2022-06-01 07:46:16 +00:00
"completion.background" = "#EAEAEB"
"completion.current" = "#DBDBDC"
2021-09-27 13:39:44 +00:00
2022-06-01 07:46:16 +00:00
"hover.background" = "#EAEAEB"
2022-03-29 00:18:47 +00:00
2022-06-01 07:46:16 +00:00
"activity.background" = "#EAEAEB"
2022-05-24 19:59:03 +00:00
"activity.current" = "$white"
2022-05-20 21:01:11 +00:00
2022-06-01 07:46:16 +00:00
"panel.background" = "#EAEAEB"
"panel.current" = "#DBDBDC"
2022-03-26 21:08:00 +00:00
"panel.hovered" = "#E4E4E6"
2021-09-27 13:39:44 +00:00
2022-06-01 07:46:16 +00:00
"status.background" = "#EAEAEB"
"status.modal.normal" = "$blue"
"status.modal.insert" = "$red"
"status.modal.visual" = "$yellow"
"status.modal.terminal" = "$purple"
2021-09-28 08:43:36 +00:00
2022-04-24 20:54:30 +00:00
"markdown.blockquote" = "#686868"