Thiago Kenji Okada 2021-02-09 11:59:29 -03:00 committed by GitHub
parent e6f2687a83
commit 87e2ec341b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 16 deletions

View file

@ -9,6 +9,8 @@ with lib;
theme = let inherit (config.lib.formats.rasi) mkLiteral;
in {
"@import" = "~/.cache/wal/colors-rofi-dark";
"*" = {
background-color = mkLiteral "#000000";
foreground-color = mkLiteral "rgba ( 250, 251, 252, 100 % )";

View file

@ -15,3 +15,5 @@ border-color: #FFFFFF;
foreground-color: rgba ( 250, 251, 252, 100 % );
width: 512;
}
@import "~/.cache/wal/colors-rofi-dark"