Fix: set theme "High contrast dark" as dark

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2023-08-03 15:13:20 -03:00
parent 5c6d3800ec
commit 547d60c5ea

View File

@@ -34,7 +34,7 @@ available_themes['high-contrast'] = {
available_themes['high-contrast-dark'] = {
name = 'High contrast dark',
dark = false,
dark = true,
color = '#0077c7'
}