diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-08-18 15:58:36 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-08-18 15:58:36 +0700 |
commit | ae407723121f9c45b18ceedd60c48e42e7b09ce7 (patch) | |
tree | b0a9d62173b9013d99b67448ea7d01875697b800 /awesome | |
parent | cfcfd009507d284b1968d981c070df0f9875bd3e (diff) | |
download | dotfiles-ae407723121f9c45b18ceedd60c48e42e7b09ce7.tar.gz |
Update 2018-08-18
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/.config/awesome/themes/gruvbox/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/.config/awesome/themes/gruvbox/theme.lua b/awesome/.config/awesome/themes/gruvbox/theme.lua index e1cd7e6..661719a 100644 --- a/awesome/.config/awesome/themes/gruvbox/theme.lua +++ b/awesome/.config/awesome/themes/gruvbox/theme.lua @@ -19,7 +19,7 @@ local theme = {} -- Working directory (where you place this theme) theme.wd = "~/.config/awesome/themes/gruvbox/" -theme.font = "Space Mono 10" +theme.font = "Latin Modern Mono Caps 12" theme.bg_normal = "#fbf1c7" theme.bg_focus = "#ebdbb2" |