diff options
-rw-r--r-- | X11/Xresources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/X11/Xresources b/X11/Xresources index 33642ed..8bba687 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -30,7 +30,7 @@ st.termname: st-256color st.shell: /usr/bin/tmux ! The following options options can be reloaded via USR1 signal. -st.font: mononoki Nerd Font Mono:pixelsize=12:antialias=true:autohint=true; +st.font: mononoki Nerd Font Mono:pixelsize=10:antialias=true:autohint=true; st.font2: Symbola:pixelsize=12:antialias=true:autohint=true; st.borderpx: 3 ! st alpha @@ -470,8 +470,8 @@ dmenu.selhiforeground: #198844 *.color9: #cc342b ! green -*.color2: #4eec4e -*.color10: #198844 +*.color2: #198844 +*.color10: #4eec4e ! yellow *.color3: #ae7518 |