Add tooltip coloring to settings.toml (#3077)

This commit is contained in:
MinusGix 2024-03-15 01:33:05 -05:00 committed by GitHub
parent 750b12242c
commit 2ea1c8aba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -200,6 +200,9 @@ magenta = "#C678DD"
"source_control.removed" = "#FF5266CC"
"source_control.modified" = "#0184BCCC"
"tooltip.background" = "#4B4D51"
"tooltip.foreground" = "$white"
"palette.background" = "#21252B"
"palette.foreground" = "$white"
"palette.current.background" = "#2C313A"