Last active
October 12, 2018 15:25
-
-
Save codefionn/04e5b4943bbb20e6f7526ed9e314f7ab to your computer and use it in GitHub Desktop.
Xresources for rxvt-unicode (solarized dark)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! xft | |
Xft*antialias: true | |
Xft*rgba: rgba | |
Xft*hinting: true | |
Xft*hintstyle: hintfull | |
! rxvt-unicode | |
URxvt*saveLines: 1000 | |
URxvt*internalBorder: 3 | |
URxvt*lineSpace: 0 | |
URxvt*scrollBar: false | |
URxvt*depth: 32 | |
URxvt*cursorBlink: true | |
URxvt.cursorUnderline: false | |
urxvt*allow_bold: false | |
!urxvt*font: xft:DejaVu Sans Mono:size=8:antialias=true,xft:Noto Sans Mono:size=8:antialias=true | |
!urxvt*boldFont: xft:DejaVu Sans Mono Bold:size=8:antialias=true,xft:Noto Sans Mono Bold:size=8:antialias=true | |
!URxvt*font: xft:DejaVu Sans Mono for Powerline:size=8:antialias=true,xft:Noto Sans Mono:size=8:antialias=true | |
URxvt*font: xft:Inconsolata for Powerline:size=9:antialias=true,xft:Noto Sans Mono:size=8:antialias=true | |
!URxvt*boldFont: xft:Inconsolata Bold:size=9:antialias=true | |
! Solarized dark theme | |
! (from https://github.com/solarized/xresources, last check: 2018-09-25) | |
! License below is effective for all parts below | |
! (except for the URxvt*background key) | |
! | |
! Copyright (c) 2011 Ethan Schoonover | |
! | |
! Permission is hereby granted, free of charge, to any person obtaining a copy | |
! of this software and associated documentation files (the "Software"), to deal | |
! in the Software without restriction, including without limitation the rights | |
! to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
! copies of the Software, and to permit persons to whom the Software is | |
! furnished to do so, subject to the following conditions: | |
! | |
! The above copyright notice and this permission notice shall be included in | |
! all copies or substantial portions of the Software. | |
! | |
! THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
! IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
! FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
! AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
! LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
! OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
! THE SOFTWARE. | |
#define S_base03 #002b36 | |
#define S_base02 #073642 | |
#define S_base01 #586e75 | |
#define S_base00 #657b83 | |
#define S_base0 #839496 | |
#define S_base1 #93a1a1 | |
#define S_base2 #eee8d5 | |
#define S_base3 #fdf6e3 | |
! S_base03 | |
! The following line is modified !!! | |
URxvt*background: rgba:0000/2b00/3600/F400 | |
URxvt*foreground: S_base0 | |
URxvt*fadeColor: S_base03 | |
URxvt*cursorColor: S_base1 | |
URxvt*pointerColorBackground:S_base01 | |
URxvt*pointerColorForeground:S_base1 | |
#define S_yellow #b58900 | |
#define S_orange #cb4b16 | |
#define S_red #dc322f | |
#define S_magenta #d33682 | |
#define S_violet #6c71c4 | |
#define S_blue #268bd2 | |
#define S_cyan #2aa198 | |
#define S_green #859900 | |
!! black dark/light | |
*color0: S_base02 | |
*color8: S_base03 | |
!! red dark/light | |
*color1: S_red | |
*color9: S_orange | |
!! green dark/light | |
*color2: S_green | |
*color10: S_base01 | |
!! yellow dark/light | |
*color3: S_yellow | |
*color11: S_base00 | |
!! blue dark/light | |
*color4: S_blue | |
*color12: S_base0 | |
!! magenta dark/light | |
*color5: S_magenta | |
*color13: S_violet | |
!! cyan dark/light | |
*color6: S_cyan | |
*color14: S_base1 | |
!! white dark/light | |
*color7: S_base2 | |
*color15: S_base3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment