lapce/defaults/settings.toml

372 lines
10 KiB
TOML
Raw Normal View History

#:schema ../extra/schemas/settings.json
[core]
2021-10-07 17:03:46 +00:00
modal = false
2021-09-27 16:40:34 +00:00
color-theme = "Lapce Dark"
2022-10-20 18:08:16 +00:00
icon-theme = "Lapce Codicons"
2022-08-29 19:04:45 +00:00
custom-titlebar = true
2021-09-27 13:39:44 +00:00
[editor]
font-family = "Cascadia Code"
font-size = 13
2022-03-10 22:07:20 +00:00
code-lens-font-size = 2
2022-10-09 19:10:43 +00:00
line-height = 1.5
2022-03-03 12:18:18 +00:00
tab-width = 4
2022-02-07 20:54:20 +00:00
show-tab = true
show-bread-crumbs = true
2022-06-10 19:24:17 +00:00
scroll-beyond-last-line = true
cursor-surrounding-lines = 1
sticky-header = true
completion-show-documentation = true
show-signature = true
signature-label-code-block = true
auto-closing-matching-pairs = true
hover-delay = 300 # ms
modal-mode-relative-line-numbers = true
format-on-save = false
2022-10-31 21:30:36 +00:00
highlight-matching-brackets = true
highlight-scope-lines = false
autosave-interval = 0
format-on-autosave = true
2022-07-01 01:25:18 +00:00
enable-inlay-hints = true
inlay-hint-font-family = ""
inlay-hint-font-size = 0
2022-07-15 04:52:08 +00:00
enable-error-lens = true
error-lens-end-of-line = true
error-lens-font-family = ""
error-lens-font-size = 0
2023-01-12 19:19:10 +00:00
enable-completion-lens = false
completion-lens-font-family = ""
completion-lens-font-size = 0
blink-interval = 500 # ms
multicursor-case-sensitive = true
multicursor-whole-words = true
render-whitespace = "none"
show-indent-guide = true
2022-10-11 20:24:08 +00:00
atomic-soft-tabs = false
double-click = "single"
move-focus-while-search = true
diff-context-lines=3
scroll-speed-modifier=1
2022-05-20 16:34:32 +00:00
[terminal]
font-family = ""
font-size = 0
line-height = 0
shell = ""
2022-05-25 13:11:08 +00:00
[ui]
font-family = ""
font-size = 13
2022-10-27 18:31:51 +00:00
icon-size = 0
2023-04-28 19:43:15 +00:00
header-height = 36
2022-05-25 13:11:08 +00:00
status-height = 25
tab-min-width = 100
scroll-width = 10
drop-shadow-width = 0
2022-08-20 20:18:24 +00:00
preview-editor-width = 0
2022-07-06 02:27:17 +00:00
hover-font-family = ""
hover-font-size = 0
trim-search-results-whitespace = true
list-line-height = 25
2022-05-25 13:11:08 +00:00
2022-10-20 18:08:16 +00:00
[color-theme]
2022-05-25 16:18:52 +00:00
name = ""
2022-05-25 13:11:08 +00:00
2022-10-20 18:08:16 +00:00
[color-theme.base]
2022-05-25 13:11:08 +00:00
white = "#ABB2BF"
black = "#282C34"
grey = "#3E4451"
blue = "#61AFEF"
red = "#E06C75"
2022-06-01 07:46:16 +00:00
yellow = "#E5C07B"
2022-05-25 13:11:08 +00:00
orange = "#D19A66"
green = "#98C379"
purple = "#C678DD"
2022-06-01 07:46:16 +00:00
cyan = "#56B6C2"
2022-05-25 13:11:08 +00:00
magenta = "#C678DD"
2022-10-20 18:08:16 +00:00
[color-theme.syntax]
2022-05-25 13:11:08 +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"
2022-09-26 13:01:41 +00:00
"keyword.control" = "$purple"
2022-05-25 13:11:08 +00:00
"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"
2022-07-11 21:19:51 +00:00
"symbol" = "$yellow"
2022-05-25 13:11:08 +00:00
2022-10-20 18:08:16 +00:00
[color-theme.ui]
2022-05-25 13:11:08 +00:00
"lapce.error" = "$red"
"lapce.warn" = "$yellow"
"lapce.dropdown_shadow" = "#000000"
"lapce.border" = "#000000"
"lapce.scroll_bar" = "$grey"
"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"
2022-10-30 20:41:34 +00:00
"lapce.tab.inactive.background" = "#21252b"
"lapce.tab.inactive.foreground" = "$white"
"lapce.tab.inactive.underline" = "#528BFF77"
2022-10-30 20:41:34 +00:00
"lapce.tab.separator" = "#000000"
"lapce.icon.active" = "$white"
"lapce.icon.inactive" = "#5C6370"
2022-10-20 18:08:16 +00:00
"lapce.remote.icon" = "$black"
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"
2022-05-25 13:11:08 +00:00
2022-10-30 20:41:34 +00:00
"lapce.plugin.name" = "#DDDDDD"
"lapce.plugin.description" = "$white"
"lapce.plugin.author" = "#B0B0B0"
2022-05-25 13:11:08 +00:00
"editor.background" = "$black"
"editor.foreground" = "$white"
"editor.dim" = "#5C6370"
"editor.focus" = "#CCCCCC"
2022-06-01 07:46:16 +00:00
"editor.caret" = "#528bFF"
2022-05-25 13:11:08 +00:00
"editor.selection" = "$grey"
2022-06-01 07:46:16 +00:00
"editor.current_line" = "#2C313C"
"editor.link" = "$blue"
2022-10-14 19:29:52 +00:00
"editor.visible_whitespace" = "#5C6370"
"editor.indent_guide" = "$grey"
"editor.drag_drop_background" = "#79c1fc55"
2022-10-30 20:41:34 +00:00
"editor.drag_drop_tab_background" = "#0b0e1455"
"editor.sticky_header_background" = "$black"
2022-05-25 13:11:08 +00:00
2022-07-19 19:23:23 +00:00
"inlay_hint.foreground" = "$white"
2022-07-02 09:08:39 +00:00
"inlay_hint.background" = "#528bFF88"
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"
2023-01-12 19:19:10 +00:00
"completion_lens.foreground" = "#5C6370"
2022-06-01 07:46:16 +00:00
"source_control.added" = "#50A14F32"
"source_control.removed" = "#FF526632"
"source_control.modified" = "#0184BC32"
2022-05-25 13:11:08 +00:00
"palette.background" = "#21252B"
"palette.foreground" = "$white"
2022-11-20 19:40:21 +00:00
"palette.current.background" = "#2C313A"
"palette.current.foreground" = "$white"
2022-05-25 13:11:08 +00:00
"completion.background" = "#21252B"
"completion.current" = "#2C313A"
"hover.background" = "#21252B"
"activity.background" = "#21252B"
"activity.current" = "$black"
2023-01-25 20:31:24 +00:00
"debug.breakpoint" = "$red"
"debug.breakpoint.hover" = "$grey"
2022-05-25 13:11:08 +00:00
"panel.background" = "#21252B"
2022-11-20 19:40:21 +00:00
"panel.foreground" = "$white"
"panel.foreground.dim" = "#5C6370"
"panel.current.background" = "#2C313A"
"panel.current.foreground" = "$white"
"panel.current.foreground.dim" = "#5C6370"
"panel.hovered.background" = "#343A45"
2023-04-20 19:51:07 +00:00
"panel.hovered.active.background" = "#5C6370"
2022-11-20 19:40:21 +00:00
"panel.hovered.foreground" = "$white"
"panel.hovered.foreground.dim" = "#5C6370"
2022-05-25 13:11:08 +00:00
"status.background" = "#21252B"
"status.foreground" = "$white"
"status.modal.normal.background" = "$blue"
"status.modal.normal.foreground" = "$black"
"status.modal.insert.background" = "$red"
"status.modal.insert.foreground" = "$black"
"status.modal.visual.background" = "$yellow"
"status.modal.visual.foreground" = "$black"
"status.modal.terminal.background" = "$purple"
"status.modal.terminal.foreground" = "$black"
2022-05-25 13:11:08 +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"
2022-10-20 18:08:16 +00:00
"terminal.bright_black" = "#545862"
[icon-theme]
name = ""
[icon-theme.ui]
"logo" = "lapce_logo.svg"
"link" = "link.svg"
"error" = "error.svg"
"add" = "add.svg"
"close" = "close.svg"
"remote" = "lapce_remote.svg"
"unsaved" = "circle-filled.svg"
"warning" = "warning.svg"
"problem" = "problem.svg"
2023-01-19 18:52:27 +00:00
"debug" = "debug.svg"
2023-01-20 21:18:09 +00:00
"debug_breakpoint" = "circle-filled.svg"
2023-01-13 18:56:03 +00:00
"debug_small" = "debug-alt-small.svg"
2023-01-18 19:39:37 +00:00
"debug_restart" = "debug-restart.svg"
2023-01-19 18:52:27 +00:00
"debug_continue" = "debug-continue.svg"
2023-01-20 19:24:49 +00:00
"debug_pause" = "debug-pause.svg"
2023-01-18 19:39:37 +00:00
"debug_stop" = "debug-stop.svg"
2023-04-11 20:34:35 +00:00
"debug_console" = "debug-console.svg"
"debug_disconnect" = "debug-disconnect.svg"
2023-01-13 18:56:03 +00:00
"start" = "debug-start.svg"
"run_errors" = "run-errors.svg"
"settings" = "settings-gear.svg"
"terminal" = "terminal.svg"
"lightbulb" = "lightbulb.svg"
"extensions" = "extensions.svg"
"breadcrumb_separator" = "chevron-right.svg"
"window.close" = "chrome-close.svg"
"window.restore" = "chrome-restore.svg"
"window.maximize" = "chrome-maximize.svg"
"window.minimize" = "chrome-minimize.svg"
"file" = "file.svg"
"file_explorer" = "files.svg"
"file_picker_up" = "arrow-up.svg"
"image_loading" = "refresh.svg"
"image_error" = "error.svg"
"scm.icon" = "source-control.svg"
"scm.diff.modified" = "diff-modified.svg"
"scm.diff.added" = "diff-added.svg"
"scm.diff.removed" = "diff-removed.svg"
"scm.diff.renamed" = "diff-renamed.svg"
"scm.change.add" = "add.svg"
"scm.change.remove" = "remove.svg"
"palette.menu" = "chevron-down.svg"
"dropdown.arrow" = "chevron-down.svg"
"location.forward" = "arrow-right.svg"
"location.backward" = "arrow-left.svg"
"item.opened" = "chevron-down.svg"
"item.closed" = "chevron-right.svg"
"directory.closed" = "folder.svg"
"directory.opened" = "folder-opened.svg"
"panel.restore" = "chevron-down.svg"
2023-01-05 19:47:01 +00:00
"panel.maximise" = "chevron-right.svg"
"split.horizontal" = "split-horizontal.svg"
"tab.previous" = "chevron-left.svg"
"tab.next" = "chevron-right.svg"
"sidebar.left.on" = "layout-sidebar-left.svg"
"sidebar.left.off" = "layout-sidebar-left-off.svg"
"sidebar.right.on" = "layout-sidebar-right.svg"
"sidebar.right.off" = "layout-sidebar-right-off.svg"
"layout.panel.on" = "layout-panel.svg"
"layout.panel.off" = "layout-panel-off.svg"
"search.icon" = "search.svg"
"search.clear" = "close.svg"
"search.forward" = "arrow-down.svg"
"search.backward" = "arrow-up.svg"
"search.case_sensitive" = "case-sensitive.svg"
"symbol_kind.array" = "symbol-array.svg"
"symbol_kind.boolean" = "symbol-boolean.svg"
"symbol_kind.class" = "symbol-class.svg"
"symbol_kind.constant" = "symbol-constant.svg"
"symbol_kind.enum_member" = "symbol-enum-member.svg"
"symbol_kind.enum" = "symbol-enum.svg"
"symbol_kind.event" = "symbol-event.svg"
"symbol_kind.field" = "symbol-field.svg"
"symbol_kind.file" = "symbol-file.svg"
"symbol_kind.function" = "symbol-method.svg"
"symbol_kind.interface" = "symbol-interface.svg"
"symbol_kind.key" = "symbol-key.svg"
"symbol_kind.method" = "symbol-method.svg"
"symbol_kind.namespace" = "symbol-namespace.svg"
"symbol_kind.number" = "symbol-numeric.svg"
"symbol_kind.object" = "symbol-namespace.svg"
"symbol_kind.operator" = "symbol-operator.svg"
"symbol_kind.property" = "symbol-property.svg"
"symbol_kind.string" = "symbol-string.svg"
"symbol_kind.struct" = "symbol-structure.svg"
"symbol_kind.type_parameter" = "symbol-parameter.svg"
"symbol_kind.variable" = "symbol-variable.svg"
"completion_item_kind.class" = "symbol-class.svg"
"completion_item_kind.constant" = "symbol-constant.svg"
"completion_item_kind.enum_member" = "symbol-enum-member.svg"
"completion_item_kind.enum" = "symbol-enum.svg"
"completion_item_kind.field" = "symbol-field.svg"
"completion_item_kind.function" = "symbol-method.svg"
"completion_item_kind.interface" = "symbol-interface.svg"
"completion_item_kind.keyword" = "symbol-keyword.svg"
"completion_item_kind.method" = "symbol-method.svg"
"completion_item_kind.module" = "symbol-namespace.svg"
"completion_item_kind.property" = "symbol-property.svg"
"completion_item_kind.snippet" = "symbol-snippet.svg"
"completion_item_kind.string" = "symbol-string.svg"
"completion_item_kind.struct" = "symbol-structure.svg"
"completion_item_kind.variable" = "symbol-variable.svg"
[icon-theme.foldername]
2022-10-20 18:08:16 +00:00
[icon-theme.filename]
[icon-theme.extension]