mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
fixed typo
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -13,6 +13,8 @@ out
|
|||||||
/result
|
/result
|
||||||
/result-*
|
/result-*
|
||||||
|
|
||||||
|
/.direnv
|
||||||
|
|
||||||
*.log
|
*.log
|
||||||
*tar.zst
|
*tar.zst
|
||||||
*tar.gz
|
*tar.gz
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ on_error = '#151515FF'
|
|||||||
on_info = '#151515FF'
|
on_info = '#151515FF'
|
||||||
on_success = '#151515FF'
|
on_success = '#151515FF'
|
||||||
on_surface = '#C2C2B0FF'
|
on_surface = '#C2C2B0FF'
|
||||||
on_surface_varuant = '#C2C2B0FF'
|
on_surface_variant = '#C2C2B0FF'
|
||||||
on_warning = '#151515FF'
|
on_warning = '#151515FF'
|
||||||
success = '#95A328FF'
|
success = '#95A328FF'
|
||||||
surface = '#1C1C1CFF'
|
surface = '#1C1C1CFF'
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ surface = "#e8e8e8FF"
|
|||||||
on_surface = "#3d3d2fFF"
|
on_surface = "#3d3d2fFF"
|
||||||
|
|
||||||
surface_variant = "#d0d0c8FF"
|
surface_variant = "#d0d0c8FF"
|
||||||
on_surface_varuant = "#3d3d2fFF"
|
on_surface_variant = "#3d3d2fFF"
|
||||||
|
|
||||||
border_focused = "#c9a305FF"
|
border_focused = "#c9a305FF"
|
||||||
border = "#d0d0c8FF"
|
border = "#d0d0c8FF"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ on_error = '#151515FF'
|
|||||||
on_info = '#151515FF'
|
on_info = '#151515FF'
|
||||||
on_success = '#151515FF'
|
on_success = '#151515FF'
|
||||||
on_surface = '#C2C2B0FF'
|
on_surface = '#C2C2B0FF'
|
||||||
on_surface_varuant = '#C2C2B0FF'
|
on_surface_variant = '#C2C2B0FF'
|
||||||
on_warning = '#151515FF'
|
on_warning = '#151515FF'
|
||||||
success = '#95A328FF'
|
success = '#95A328FF'
|
||||||
surface = '#1C1C1CFF'
|
surface = '#1C1C1CFF'
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ constexpr const char* COLOR_KEYS[] = {
|
|||||||
"on_surface",
|
"on_surface",
|
||||||
|
|
||||||
"surface_variant",
|
"surface_variant",
|
||||||
"on_surface_varuant",
|
"on_surface_variant",
|
||||||
|
|
||||||
"border_focused",
|
"border_focused",
|
||||||
"border",
|
"border",
|
||||||
|
|||||||
@@ -305,7 +305,7 @@ void color_scheme_editor::render_color_table()
|
|||||||
};
|
};
|
||||||
|
|
||||||
draw_table("General UI", {"background", "on_background", "surface", "on_surface",
|
draw_table("General UI", {"background", "on_background", "surface", "on_surface",
|
||||||
"surface_variant", "on_surface_varuant", "foreground",
|
"surface_variant", "on_surface_variant", "foreground",
|
||||||
"cursor", "accent"});
|
"cursor", "accent"});
|
||||||
|
|
||||||
draw_table("Borders", {"border_focused", "border"});
|
draw_table("Borders", {"border_focused", "border"});
|
||||||
|
|||||||
Reference in New Issue
Block a user