diff --git a/mako/config b/mako/config index d18a857..2cc57e0 100644 --- a/mako/config +++ b/mako/config @@ -1,7 +1,7 @@ -font=SourceCodePro Normal Regular 12 -background-color=#2C374688 +font=FantasqueSansM Nerd Font Normal Regular 12 +background-color=#3a464c88 border-size=2 -border-color=#81A1C1FF +border-color=#35a77cff icon-location=right text-alignment=right default-timeout=2000 diff --git a/swaylock/config b/swaylock/config index b0518be..ad0fcbd 100644 --- a/swaylock/config +++ b/swaylock/config @@ -44,5 +44,5 @@ layout-border-color=81a1c1 scaling=stretch -font=SourceCodePro +font=FantasqueSansM Nerd Font font-size=18 diff --git a/wofi/style.css b/wofi/style.css index a43aa08..fbb01d0 100644 --- a/wofi/style.css +++ b/wofi/style.css @@ -1,13 +1,13 @@ #expander-box, #window, #input { - background-color: rgba(44, 37, 46, 0.7); + background-color: rgba(50, 70, 76, 0.5); border-radius: 0; color: white; - font-family: SourceCodePro; - font-size: 11pt; + font-family: FantasqueSansM Nerd Font; + font-size: 16px; } #window, #input { - border: 2px solid #81a1c1; + border: 2px solid #35a77c; } #expander-box { @@ -16,8 +16,8 @@ } #entry:selected { - background-color: #2c3746; - border-top: 2px solid #eceff4; - border-bottom: 2px solid #eceff4; + background-color: #3a464c; + border-top: 2px solid #83c092; + border-bottom: 2px solid #83c092; border-radius: 0; }