Files
lnx-arch/dots/xorg/.Xresources

84 lines
1.8 KiB
Plaintext
Raw Normal View History

2024-05-11 21:39:26 -05:00
! Cursor
2024-05-11 22:52:25 -05:00
! https://wiki.archlinux.org/title/Cursor_themes
2024-05-21 21:04:16 -05:00
2024-05-20 06:57:24 -05:00
Xcursor.theme: Qogir-dark
2024-05-21 21:04:16 -05:00
Xcursor.size: 16
2024-08-26 07:28:16 -05:00
! https://www.reddit.com/r/i3wm/comments/fq67lc/how_can_i_increase_the_font_size_of_applications/
! https://bbs.archlinux.org/viewtopic.php?id=271129
2024-08-27 18:59:23 -05:00
! https://dpi.lv/#32%E2%80%B3
2024-08-26 07:28:16 -05:00
2024-08-27 18:59:23 -05:00
Xft.dpi: 138
! misc
! https://wiki.archlinux.org/title/X_resources
! https://github.com/fabi1cazenave/dotFiles/blob/master/Xresources
! size matters
*saveLines : 32767
! anti-aliasing
Xft*antialias : true
Xft*hinting : 1
!| XTerm >> all VTE-based terminals <<<
!|=============================================================================
! preferred fonts: Inconsolata, Monaco, Monospace, Terminal, Terminus, Ubuntu…
XTerm*renderFont : true
XTerm*faceSize : 11
XTerm*faceName : Inconsolata
! lets be 8bit-clean
XTerm*utf8 : 1
XTerm*eightBitInput : false
XTerm*eightBitControl : false
XTerm*eightBitOutput : true
! disable fullscreen on <Alt-Return>
XTerm*fullscreen : never
XTerm*omitTranslation : fullscreen
!| Kalahari color theme <<<
!|=============================================================================
*fading : 40
*fadeColor : #002233
*cursorColor : #aa2222
*background : #222222
*foreground : #eeeedd
!*pointerColorForeground: #93a1a1
!*pointerColorBackground: #586e75
! 0: black
*color0 : #000000
*color8 : #666666
! 1: red
*color1 : #cc7777
*color9 : #cf6171
! 2: green
*color2 : #00cd00
*color10 : #c5f779
! 3: yellow
*color3 : #ffbb66
*color11 : #fff796
! 4: blue
*color4 : #22aa99
*color12 : #bbbbff
! 5: magenta
*color5 : #ff66cc
*color13 : #f935f9
! 6: cyan
*color6 : #88bbbb
*color14 : #14f0f0
! 7: white
*color7 : #eeeedd
*color15 : #ffffee