mirror of
https://codeberg.org/pnx/skift.nvim.git
synced 2026-06-16 04:24:57 +02:00
Change property color to green
This commit is contained in:
parent
4717a58e15
commit
20ba93c561
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ local colors = {
|
||||||
type = "blue",
|
type = "blue",
|
||||||
constant = "orange",
|
constant = "orange",
|
||||||
variable = "green",
|
variable = "green",
|
||||||
property = "white",
|
property = "green",
|
||||||
operator = "rose",
|
operator = "rose",
|
||||||
special = "purple",
|
special = "purple",
|
||||||
tag = "cyan",
|
tag = "cyan",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue