Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions xresources
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ Xft.autohint: 0
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
! needed if cursor is already installed
Xcursor.theme: Fuchsia

st.font: JetBrainsMono Nerd Font:style:medium:pixelsize=13
st.font: JetBrainsMono Nerd Font:style:medium:pixelsize=14

! window padding
st.borderpx: 20
st.borderpx: 10

!- 0.1 to 0.9 = transparency
st.alpha: 1.0
st.alpha: 0.8

*background: #181f21
*foreground: #dadada
Expand Down