From 09133f24797fcf2bee98194b2e5a18e8c3d308e4 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sat, 16 Nov 2019 02:03:22 +0300 Subject: moved most fonts from user to system, changed greeter appearance --- system/lightdm/lightdm-mini-greeter.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'system/lightdm') diff --git a/system/lightdm/lightdm-mini-greeter.conf b/system/lightdm/lightdm-mini-greeter.conf index c99d2b7..c7da6d6 100644 --- a/system/lightdm/lightdm-mini-greeter.conf +++ b/system/lightdm/lightdm-mini-greeter.conf @@ -30,22 +30,22 @@ suspend-key = u # RGB color(`rgb(r,g,b)`) are all acceptable formats. # The font to use for all text -font = "monospace" +font = "BlexMono Nerd Font Mono" # The font size to use for all text font-size = 1em # The default text color -text-color = "#080800" +text-color = "#e5e9f0" # The color of the error text -error-color = "#F8F8F0" +error-color = "#b73030" # An absolute path to an optional background image. # The image will be displayed centered & unscaled. background-image = "" # The screen's background color. -background-color = "#111111" +background-color = "#1b1e25" # The password window's background color -window-color = "#cc241d" +window-color = "#2d333f" # The color of the password window's border -border-color = "#080800" +border-color = "#3b4252" # The width of the password window's border. # A trailing `px` is required. border-width = 2px @@ -53,6 +53,6 @@ border-width = 2px # Do not include a trailing `px`. layout-space = 15 # The color of the text in the password input. -password-color = "#F8F8F0" +password-color = "#e5e9f0" # The background color of the password input. -password-background-color = "#1B1D1E" +password-background-color = "#1b1e25" -- cgit v1.2.3