mirror of https://github.com/lapce/lapce.git
Fix position
This commit is contained in:
parent
7dfd0caf26
commit
9d124bb0be
|
@ -25,7 +25,6 @@ cyan = "#56B6C2"
|
|||
magenta = "#C678DD"
|
||||
|
||||
[theme.syntax]
|
||||
"tag" = "$blue"
|
||||
"comment" = "#5C6370"
|
||||
"constant" = "$yellow"
|
||||
"type" = "$yellow"
|
||||
|
@ -58,6 +57,7 @@ magenta = "#C678DD"
|
|||
"text.reference" = "$yellow"
|
||||
"variable" = "$red"
|
||||
"variable.other.member" = "$green"
|
||||
"tag" = "$blue"
|
||||
|
||||
[theme.ui]
|
||||
"lapce.active_tab" = "$black"
|
||||
|
|
Loading…
Reference in New Issue