nix-config/xresources/.Xresources
Donovan Glover 33f9dbfbf0
Change waterfox to firefox
As much as I enjoyed using Waterfox, the update to Firefox (and its
developer tools) is pretty nice. Since many add-ons now support this
new version of Firefox, I think it's now time to make the switch.
2018-08-31 15:05:07 -04:00

72 lines
1.8 KiB
Plaintext

! New Start: A modern Arch workflow built with an emphasis on functionality.
! Copyright (C) 2017-2018 Donovan Glover
! Use 1.875x (180/96) scaling for 4k (Effectively 2048x1152)
Xft.dpi: 180
! Make it easier to distinguish between letters (Required for dpi < 300)
Xft.hinting: true
! Make high resolution output look cleaner
Xft.antialias: true
! Only use hinting if the font provides it; do not attempt to autohint
Xft.autohint: false
! Reduce blur and other unwanted artifacts
Xft.lcdfilter: lcddefault
! Align the font fully to the grid (increases clarity)
Xft.hintstyle: hintfull
! Make font colors look better (?)
Xft.rgba: rgb
! urxvt settings
URxvt.font: xft:Hack:size=12
URxvt.scrollBar: false
URxvt.internalBorder: 30
URxvt.cursorBlink: true
URxvt.pointerBlank: true
! https://wiki.gentoo.org/wiki/Rxvt-unicode
URxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-launcher: /usr/bin/firefox
URxvt.underlineURLs: true
URxvt.matcher.button: 1
URxvt.keysym.M-Escape:perl:keyboard-select:activate
URxvt.keysym.Control-Shift-V: perl:pasta:paste
URxvt.clipboard.autocopy: true
! This line is used to indicate where to add theme colors. Note that everything
! after this line is replaced. See the theme docs for more information.
! [colors]
*foreground: #C0C5CE
*cursorColor: #CDD3DE
*background: #1B2B34
*color0: #1B2B34
*color8: #65737E
*color7: #C0C5CE
*color15: #D8DEE9
*color1: #EC5f67
*color9: #EC5f67
*color2: #99C794
*color10: #99C794
*color3: #FAC863
*color11: #FAC863
*color4: #6699CC
*color12: #6699CC
*color5: #C594C5
*color13: #C594C5
*color6: #5FB3B3
*color14: #5FB3B3
*color16: #F99157
*color17: #AB7967
*color18: #343D46
*color19: #4F5B66
*color20: #A7ADBA
*color21: #CDD3DE
! vim:ft=xdefaults