lapce/defaults/light-theme.toml

125 lines
2.6 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]
2021-09-27 13:39:44 +00:00
white = "#fafafa"
black = "#383a42"
2021-09-27 16:40:34 +00:00
grey = "#E5E5E6"
2021-09-27 13:39:44 +00:00
light_grey = "#f2f2f2"
2021-09-28 08:43:36 +00:00
blue = "#4078f2"
2021-10-18 20:21:23 +00:00
red = "#e45649"
2021-09-28 08:43:36 +00:00
yellow = "#c18401"
2021-09-27 13:39:44 +00:00
green = "#50A14F"
purple = "#A626A4"
2021-09-27 17:07:52 +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"
"variable.other.member" = "$red"
"string" = "$green"
"type.builtin" = "$cyan"
"builtinType" = "$cyan"
"escape" = "$cyan"
"embedded" = "$cyan"
[theme.ui]
2021-09-27 16:40:34 +00:00
"lapce.active_tab" = "$white"
"lapce.inactive_tab" = "$grey"
2021-09-28 08:43:36 +00:00
"lapce.error" = "#e51400"
"lapce.warn" = "#e9a700"
2021-09-27 16:40:34 +00:00
"lapce.dropdown_shadow" = "#b4b4b4"
2021-09-28 08:43:36 +00:00
"lapce.border" = "#b4b4b4"
2021-12-30 12:06:35 +00:00
"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-05-25 16:18:52 +00:00
"editor.current_line" = "#f2f2f2"
2022-04-24 20:54:30 +00:00
"editor.link" = "$cyan"
2021-09-27 13:39:44 +00:00
2022-01-25 17:16:34 +00:00
"source_control.added" = "#50a14f32"
"source_control.removed" = "#ff526632"
"source_control.modified" = "#0184bc32"
2021-09-27 16:40:34 +00:00
"palette.background" = "#eaeaeb"
"palette.current" = "#dbdbdc"
2021-09-27 13:39:44 +00:00
2021-09-27 16:40:34 +00:00
"completion.background" = "#eaeaeb"
"completion.current" = "#dbdbdc"
2021-09-27 13:39:44 +00:00
2022-03-29 00:18:47 +00:00
"hover.background" = "#eaeaeb"
2022-05-24 19:59:03 +00:00
"activity.background" = "#eaeaeb"
"activity.current" = "$white"
2022-05-20 21:01:11 +00:00
2021-09-27 16:40:34 +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
2021-09-27 16:40:34 +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"