Merge pull request #1 from khuedoan/theme/onedark

Replace Dracula with One Dark
This commit is contained in:
Khue Doan 2020-08-12 04:45:01 +00:00 committed by GitHub
commit ac423628c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ static const char *group = "nobody";
static const char *colorname[NUMCOLS] = { static const char *colorname[NUMCOLS] = {
[INIT] = "#000000", /* after initialization */ [INIT] = "#000000", /* after initialization */
[INPUT] = "#282a36", /* during input */ [INPUT] = "#282c34", /* during input */
[FAILED] = "#ff5555", /* wrong password */ [FAILED] = "#be5046", /* wrong password */
}; };
/* lock screen opacity */ /* lock screen opacity */
@ -18,7 +18,7 @@ static const int failonclear = 1;
static const char * message = "Enter password to unlock"; static const char * message = "Enter password to unlock";
/* text color */ /* text color */
static const char * text_color = "#ffffff"; static const char * text_color = "#abb2bf";
/* text size (must be a valid size) */ /* text size (must be a valid size) */
static const char * text_size = "-*-dejavu sans mono-bold-r-normal--22-*-*-*-*-*-iso10646-1"; static const char * text_size = "-*-dejavu sans mono-bold-r-normal--22-*-*-*-*-*-iso10646-1";