mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
fixed typo
This commit is contained in:
@@ -14,7 +14,7 @@ constexpr const char* COLOR_KEYS[] = {
|
||||
"on_surface",
|
||||
|
||||
"surface_variant",
|
||||
"on_surface_varuant",
|
||||
"on_surface_variant",
|
||||
|
||||
"border_focused",
|
||||
"border",
|
||||
|
||||
@@ -305,7 +305,7 @@ void color_scheme_editor::render_color_table()
|
||||
};
|
||||
|
||||
draw_table("General UI", {"background", "on_background", "surface", "on_surface",
|
||||
"surface_variant", "on_surface_varuant", "foreground",
|
||||
"surface_variant", "on_surface_variant", "foreground",
|
||||
"cursor", "accent"});
|
||||
|
||||
draw_table("Borders", {"border_focused", "border"});
|
||||
|
||||
Reference in New Issue
Block a user