mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
fixed hyprland and kvantum configs
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
$primary = rgb({accent_stripped})
|
||||
$surface = rgb({surface_stripped})
|
||||
$secondary = rgb({base04_stripped})
|
||||
$error = rgb({error_stripped})
|
||||
$tertiary = rgb({base06_stripped})
|
||||
$surface_lowest = rgb({background_stripped})
|
||||
$primary = rgb({accent.hex_stripped})
|
||||
$surface = rgb({surface.hex_stripped})
|
||||
$secondary = rgb({base04.hex_stripped})
|
||||
$error = rgb({error.hex_stripped})
|
||||
$tertiary = rgb({base06.hex_stripped})
|
||||
$surface_lowest = rgb({background.hex_stripped})
|
||||
|
||||
general {
|
||||
col.active_border = $primary
|
||||
|
||||
@@ -76,7 +76,7 @@ menu_blur_radius=0
|
||||
tooltip_blur_radius=0
|
||||
|
||||
[GeneralColors]
|
||||
window.color={surface}
|
||||
window.color={background}
|
||||
base.color={surface}
|
||||
alt.base.color={surface}
|
||||
button.color={surface_variant}
|
||||
@@ -86,14 +86,14 @@ dark.color={surface_variant}
|
||||
mid.color={surface_variant}
|
||||
highlight.color={accent}
|
||||
inactive.highlight.color={accent}
|
||||
text.color={on_surface}
|
||||
window.text.color={on_surface}
|
||||
button.text.color={on_surface}
|
||||
text.color={on_background}
|
||||
window.text.color={on_background}
|
||||
button.text.color={on_surface_variant}
|
||||
disabled.text.color={editor_disabled}
|
||||
tooltip.text.color={on_surface}
|
||||
highlight.text.color={on_surface}
|
||||
link.color={base06}
|
||||
link.visited.color={base0D}
|
||||
highlight.text.color={on_accent}
|
||||
link.color={base04}
|
||||
link.visited.color={base05}
|
||||
progress.indicator.text.color={on_surface}
|
||||
|
||||
[Hacks]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
namespace clrsync::core
|
||||
{
|
||||
|
||||
const std::string GIT_SEMVER = "1.0.1+git.g9803f49";
|
||||
const std::string GIT_SEMVER = "1.0.2+git.ga813b7f";
|
||||
|
||||
const std::string version_string();
|
||||
} // namespace clrsync::core
|
||||
|
||||
Reference in New Issue
Block a user