mirror of https://github.com/lapce/lapce.git
Add tooltip coloring to settings.toml (#3077)
This commit is contained in:
parent
750b12242c
commit
2ea1c8aba2
|
@ -200,6 +200,9 @@ magenta = "#C678DD"
|
||||||
"source_control.removed" = "#FF5266CC"
|
"source_control.removed" = "#FF5266CC"
|
||||||
"source_control.modified" = "#0184BCCC"
|
"source_control.modified" = "#0184BCCC"
|
||||||
|
|
||||||
|
"tooltip.background" = "#4B4D51"
|
||||||
|
"tooltip.foreground" = "$white"
|
||||||
|
|
||||||
"palette.background" = "#21252B"
|
"palette.background" = "#21252B"
|
||||||
"palette.foreground" = "$white"
|
"palette.foreground" = "$white"
|
||||||
"palette.current.background" = "#2C313A"
|
"palette.current.background" = "#2C313A"
|
||||||
|
|
Loading…
Reference in New Issue