fixed typo

This commit is contained in:
2025-12-14 23:47:04 +03:00
parent 65e54f9c0b
commit bb1c14d566
7 changed files with 8 additions and 5 deletions

1
.envrc Normal file
View File

@@ -0,0 +1 @@
use flake .

2
.gitignore vendored
View File

@@ -13,6 +13,8 @@ out
/result /result
/result-* /result-*
/.direnv
*.log *.log
*tar.zst *tar.zst
*tar.gz *tar.gz

View File

@@ -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'

View File

@@ -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"

View File

@@ -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'

View File

@@ -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",

View File

@@ -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"});