#define THEME_DARK

#if HEIGHT >= 2160
Xft.dpi: 160
Xcursor.size: 48
polybar.height: 40
#else
Xft.dpi: 107
polybar.height: 30
#endif

emacs.font: Iosevka Fixed Slab-12
emacs.cursorBlink: false
emacs.scrollBarWidth: 20
emacs.background: #424242
emacs.foreground: #E0E0E0

XTerm.vt100.faceName: Iosevka NFM Light:size=12

! Colors from rmehri01/onenord.nvim

XTerm.vt100.foreground:     #E5E9F0
XTerm.vt100.background:     #2E3440
XTerm.vt100.highlightColor: #3F4758
XTerm.vt100.cursorColor:    #81A1C1

! black
XTerm.vt100.color0:         #3B4252
XTerm.vt100.color8:         #4C566A

! red
XTerm.vt100.color1:         #E06C75
XTerm.vt100.color9:         #E06C75

! green
XTerm.vt100.color2:         #9EC183
XTerm.vt100.color10:        #9EC183

! yellow
XTerm.vt100.color3:         #EBCB8B
XTerm.vt100.color11:        #EBCB8B

! blue
XTerm.vt100.color4:         #81A1C1
XTerm.vt100.color12:        #81A1C1

! magenta
XTerm.vt100.color5:         #B988B0
XTerm.vt100.color13:        #B988B0

! cyan
XTerm.vt100.color6:         #88C0D0
XTerm.vt100.color14:        #8FBCBB

! white
XTerm.vt100.color7:         #E5E9F0
XTerm.vt100.color15:        #ECEFF4

st.font: HurmitNerdFont:size=16

! kanagawa wave colors from https://github.com/rebelot/kanagawa.nvim/blob/master/extras/alacritty/kanagawa_wave.toml
! dayfox colors from https://github.com/edeneast/nightfox.nvim/raw/main/extra/dayfox/alacritty.toml

Zutty.font: monaspaceneon
Zutty.fontpath: /usr/share/fonts:HOME/.local/share/fonts
Zutty.fontsize: 20

#ifdef THEME_DARK
st.lightmode: 0
st.background: #1f212e
st.foreground: #9da0af
st.cursorColor: #bf8040
st.reverse-cursor: #1f212e
st.color0: #1f212e
st.color1: #862d2d
st.color2: #3a783a
st.color3: #707010
st.color4: #345eb2
st.color5: #cc66cc
st.color6: #3a7878
st.color7: #a1a3aa
st.color8: #4d4d4d
st.color9: #c27070
st.color10: #40bf40
st.color11: #acac53
st.color12: #6b8ac7
st.color13: #8f248f
st.color14: #509595
st.color15: #dbdff0
#else
st.lightmode: 1
st.background: #faf8f5
st.foreground: #1f212e
st.cursorColor: #bf8040
st.reverse-cursor: #1f212e
st.color0: #1f212e
st.color1: #862d2d
st.color2: #3a783a
st.color3: #707010
st.color4: #345eb2
st.color5: #cc66cc
st.color6: #3a7878
st.color7: #a1a3aa
st.color8: #73778c
st.color9: #c27070
st.color10: #40bf40
st.color11: #acac53
st.color12: #6b8ac7
st.color13: #8f248f
st.color14: #509595
st.color15: #dae4f1
#endif
