diff --git a/defaults/light-theme.toml b/defaults/light-theme.toml index 26e8c84a..97ff577f 100644 --- a/defaults/light-theme.toml +++ b/defaults/light-theme.toml @@ -2,24 +2,24 @@ white = "#fafafa" black = "#383a42" grey = "#E5E5E6" light_grey = "#f2f2f2" -blue = "#526FFF" -red = "#e51400" -yellow = "#e9a700" +blue = "#4078f2" +red = "#e45649" +yellow = "#c18401" green = "#50A14F" purple = "#A626A4" cyan = "#0184bc" "lapce.active_tab" = "$white" "lapce.inactive_tab" = "$grey" -"lapce.error" = "$red" -"lapce.warn" = "$yellow" +"lapce.error" = "#e51400" +"lapce.warn" = "#e9a700" "lapce.dropdown_shadow" = "#b4b4b4" -"lapce.border" = "#eaeaeb" +"lapce.border" = "#b4b4b4" "editor.background" = "$white" "editor.foreground" = "$black" "editor.dim" = "#A0A1A7" -"editor.caret" = "$blue" +"editor.caret" = "#526FFF" "editor.selection" = "$grey" "editor.current_line" = "$light_grey" @@ -33,3 +33,29 @@ cyan = "#0184bc" "panel.current" = "#dbdbdc" "status.background" = "#eaeaeb" + +"style.comment" = "#A0A1A7" + +"style.constant" = "$yellow" +"style.type" = "$yellow" +"style.number" = "$yellow" +"style.enum" = "$yellow" +"style.struct" = "$yellow" +"style.structure" = "$yellow" +"style.interface" = "$yellow" + +"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" + +"style.string" = "$green" + +"style.type.builtin" = "$cyan"