summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-03-12 23:37:50 -0500
committerzachir <zachir@librem.one>2023-03-12 23:37:50 -0500
commitbd8dc4dfb004dc65697cba3cb02a15fb4afabf11 (patch)
treebb656556b699aeb5be559c18aedaaafa592b1db6
parent61e14b6d5fbc0fc7afa0ba47507924cd071855dc (diff)
resize st font and fix green color
-rw-r--r--X11/Xresources6
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