diff options
author | zachir <zachir@librem.one> | 2023-03-12 23:37:50 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-03-12 23:37:50 -0500 |
commit | bd8dc4dfb004dc65697cba3cb02a15fb4afabf11 (patch) | |
tree | bb656556b699aeb5be559c18aedaaafa592b1db6 /X11 | |
parent | 61e14b6d5fbc0fc7afa0ba47507924cd071855dc (diff) |
resize st font and fix green color
Diffstat (limited to 'X11')
-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 |