diff options
author | Kent Smith <kent@sadbeast.com> | 2021-12-18 18:16:21 -0600 |
---|---|---|
committer | Kent Smith <kent@sadbeast.com> | 2021-12-18 18:16:21 -0600 |
commit | aaeaf49483931a2702da8731d83360bc18c23621 (patch) | |
tree | 0a4d9f48860e7e85e5bb85dada652ceb331af4ac /.config/wofi/style.css | |
parent | ff9cc07f11428cd67bb9df07ee68318f80f84126 (diff) | |
download | cfg-aaeaf49483931a2702da8731d83360bc18c23621.tar.gz cfg-aaeaf49483931a2702da8731d83360bc18c23621.tar.bz2 |
finally
Diffstat (limited to '.config/wofi/style.css')
-rw-r--r-- | .config/wofi/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/wofi/style.css b/.config/wofi/style.css index 015f27e..016d349 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -2,7 +2,9 @@ * Base16 wofi template by knezi * Tomorrow Night scheme by Chris Kempson (http://chriskempson.com) */ + window { + font-family: 'Iosevka', monospace; background-color: #1d1f21; color: #c5c8c6; } |