.dotfiles/botfiles/.Xresources

48 lines
756 B
Plaintext
Raw Normal View History

2019-10-19 10:32:00 +02:00
! special
*.foreground: #dfdfdf
2020-04-01 15:18:47 +02:00
*.background: #0a0200
*.border_unfocused: #262323
*.border_focused: #353131
2019-10-19 10:32:00 +02:00
2020-03-14 22:37:20 +01:00
! dmenu
2020-04-01 15:18:47 +02:00
dmenu.selbackground: #353131
2020-03-14 22:37:20 +01:00
dmenu.selforeground: #dfdfdf
dmenu.font: Monospace:pixelsize=13:antialias=true:autohint=true:hintstyle=hintmedium
2020-03-14 22:37:20 +01:00
! st
2020-03-25 20:19:17 +01:00
st.font: Monospace:pixelsize=13:antialias=true:autohint=true:hintstyle=hintmedium
2020-03-14 22:37:20 +01:00
2019-10-19 10:32:00 +02:00
! black
*.color0: #000000
2020-03-12 22:17:28 +01:00
! gray
*.color8: #343834
2019-10-19 10:32:00 +02:00
! red
*.color1: #cf5252
*.color9: #cf5252
! green
*.color2: #92ad4a
*.color10: #92ad4a
! yellow
*.color3: #c9895b
*.color11: #c9895b
! blue
*.color4: #6f97b8
*.color12: #6f97b8
! magenta
*.color5: #ab6ba6
*.color13: #ab6ba6
! cyan
*.color6: #6fa69f
*.color14: #6fa69f
! white
*.color7: #cccccc
2020-03-25 20:19:17 +01:00