Fix position

This commit is contained in:
Chetan Vardhan 2022-09-11 13:10:32 +05:30
parent 7dfd0caf26
commit 9d124bb0be
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,6 @@ cyan = "#56B6C2"
magenta = "#C678DD" magenta = "#C678DD"
[theme.syntax] [theme.syntax]
"tag" = "$blue"
"comment" = "#5C6370" "comment" = "#5C6370"
"constant" = "$yellow" "constant" = "$yellow"
"type" = "$yellow" "type" = "$yellow"
@ -58,6 +57,7 @@ magenta = "#C678DD"
"text.reference" = "$yellow" "text.reference" = "$yellow"
"variable" = "$red" "variable" = "$red"
"variable.other.member" = "$green" "variable.other.member" = "$green"
"tag" = "$blue"
[theme.ui] [theme.ui]
"lapce.active_tab" = "$black" "lapce.active_tab" = "$black"