diff options
| author | kj-sh604 | 2025-01-31 21:15:55 -0500 |
|---|---|---|
| committer | kj-sh604 | 2025-01-31 21:15:55 -0500 |
| commit | 2fef7a836cbf9561dce8f536da2ece96296372bf (patch) | |
| tree | 35500e73a00e35616143a2cf0cba4db4444a5db7 /.config/awesome/themes/vide | |
| parent | d3013822c88d97a657997ca546a4b3a175f11d47 (diff) | |
refactor: re-🍚 fonts
Diffstat (limited to '.config/awesome/themes/vide')
| -rw-r--r-- | .config/awesome/themes/vide/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/themes/vide/theme.lua b/.config/awesome/themes/vide/theme.lua index 146a991..f09392e 100644 --- a/.config/awesome/themes/vide/theme.lua +++ b/.config/awesome/themes/vide/theme.lua @@ -12,7 +12,7 @@ local themes_path = "~/.config/awesome/themes/" local theme = {} -theme.font = "JetBrains Mono 10" +theme.font = "Roboto Mono 10" theme.bg_normal = "#000000" theme.bg_focus = "#303030" |
