use accent
This commit is contained in:
parent
19ef727a4c
commit
dbd4055bb8
2 changed files with 4 additions and 4 deletions
|
|
@ -7,4 +7,4 @@ general {
|
|||
col.inactive_border = rgba($subtext194)
|
||||
}
|
||||
|
||||
windowrulev2 = bordercolor rgb($maroon) rgba($maroon94), pinned:1
|
||||
windowrulev2 = bordercolor rgb($accent) rgba($accent94), pinned:1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
source = ~/.config/hypr/scheme/current.conf
|
||||
|
||||
$outline = rgba($mauvedd)
|
||||
$secondary_text = rgb($lavender)
|
||||
$outline = rgb($accent)
|
||||
$secondary_text = rgb($accent)
|
||||
|
||||
$font_family = JetBrains Mono Nerd Font Bold
|
||||
$font_family_clock = JetBrains Mono Nerd Font Bold
|
||||
|
|
@ -46,7 +46,7 @@ input-field {
|
|||
check_color = rgb($sky)
|
||||
fail_color = rgb($red)
|
||||
fade_on_empty = false
|
||||
placeholder_text = <i> Logged in as </i><span foreground="##$lavender">$USER</span>
|
||||
placeholder_text = <i> Logged in as </i><span foreground="##$accent">$USER</span>
|
||||
fail_text = <i>$FAIL ($ATTEMPTS)</i>
|
||||
|
||||
position = 0, 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue