mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Joe Groocock
2907e24656
I still prefer Breeze-Obsidian, but the reality is that it's unsupported and nobody even seems to have the source any more :( Allow `dpi` script to scale cursor relative to display scale according to a fixed "standard" size, which for BreezeX is around 28px to closely match the scale of the Breeze-Obsidian 16px. Signed-off-by: Joe Groocock <me@frebib.net>
41 lines
702 B
Plaintext
41 lines
702 B
Plaintext
! Colour order:
|
|
! black
|
|
! red
|
|
! green
|
|
! yellow
|
|
! blue
|
|
! magenta
|
|
! cyan
|
|
! white/gray
|
|
|
|
! Normal colours
|
|
*.color0: #333638
|
|
*.color1: #f41f1c
|
|
*.color2: #8bc34a
|
|
*.color3: #ffc107
|
|
*.color4: #0266f4
|
|
*.color5: #cc17cc
|
|
*.color6: #10aeba
|
|
*.color7: #8b9396
|
|
|
|
! Bright colours
|
|
*.color8: #475760
|
|
*.color9: #e53727
|
|
*.color10: #9ccc65
|
|
*.color11: #ffa000
|
|
*.color12: #81b3f9
|
|
*.color13: #a56ecc
|
|
*.color14: #5ddae2
|
|
*.color15: #eceff1
|
|
|
|
|
|
Xft.dpi: 96
|
|
Xft.antialias: true
|
|
Xft.rgba: rgb
|
|
Xft.hinting: true
|
|
Xft.hintstyle: hintfull
|
|
Xft.lcdfilter: lcddefault
|
|
|
|
Xcursor.size: 28
|
|
Xcursor.theme: BreezeX-Black
|