Created
July 16, 2020 02:31
-
-
Save gustavomedeiross/3a6f6810e483bdb8d84c0ee3b8546032 to your computer and use it in GitHub Desktop.
To update the config, run the command "$ xrdb .Xresources"
This file contains 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
! /---------| |-- /--| - Gustavo Mendes de Medeiros | |
! | /-------| | \ / | | |
! | | | \ \ / /| | GitHub: https://www.github.com/mendes13 | |
! | | |-----\ | |\ \/ / | | Twitter: @mendesss13 | |
! | | |---\ | | | \__/ | | | |
! | \-----/ | | | | | | |
! \---------/ |_| |_| | |
! | |
Xft.dpi: 96 | |
Xft.antialias: true | |
Xft.hinting: true | |
Xft.rgba: rgb | |
Xft.autohint: true | |
Xft.hintstyle: hintfull | |
Xft.lcdfilter: lcdfilter | |
XTerm*renderFont: true | |
XTerm*faceName: xft:Mononoki Nerd Font, \ | |
xft:Monospace:style=Medium:size=12 | |
XTerm*faceSize: 11 | |
XTerm*utf8: 2 | |
XTerm*locale: true | |
XTerm.vt100.translations: #override \n\ | |
Ctrl <Key> j: smaller-vt-font() \n\ | |
Ctrl <Key> k: larger-vt-font() | |
! Every shell is a login shell by default (for inclusion of all necessary environment variables) | |
XTerm*loginshell: true | |
! I like a LOT of scrollback... | |
XTerm*savelines: 16384 | |
! double-click to select whole URLs :D | |
XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48 | |
URxvt*imLocale: en_US.UTF-8 | |
URxvt*termName: rxvt-unicode-256color | |
URxvt*buffered: false | |
URxvt.intensityStyles: false | |
URxvt.font: xft:Mononoki Nerd Font:size=12, \ | |
xft:JoyPixels:size=12, \ | |
xft:Monospace:style=Medium:size=12 | |
URxvt.saveLines: 2000 | |
URxvt.scrollBar: false | |
URxvt.cursorColor: white | |
!! Extensions | |
URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select,clipboard | |
URxvt.colorUL: #4682B4 | |
!! url-select | |
URxvt.keysym.M-u: perl:url-select:select_next | |
URxvt.url-select.launcher: urxvt -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss | |
URxvt.url-select.underline: true | |
!! keyboard-select: | |
URxvt.keysym.M-Escape: perl:keyboard-select:activate | |
!! resize-font | |
URxvt.keysym.C-k: font-size:increase | |
URxvt.keysym.C-j: font-size:decrease | |
!! Matcher | |
URxvt.url-launcher: urxvt -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss | |
URxvt.matcher.button: 1 | |
!!clipboard | |
URxvt.keysym.M-c: perl:clipboard:copy | |
URxvt.keysym.M-v: perl:clipboard:paste | |
URxvt*depth: 32 | |
! ----------------------------------------------------------------------------- | |
! File: gruvbox-dark.xresources | |
! Description: Retro groove colorscheme generalized | |
! Author: morhetz <[email protected]> | |
! Source: https://github.com/morhetz/gruvbox-generalized | |
! Last Modified: 6 Sep 2014 | |
! ----------------------------------------------------------------------------- | |
! hard contrast: *background: #1d2021 | |
*background: #282828 | |
! soft contrast: *background: #32302f | |
*foreground: #ebdbb2 | |
! Black + DarkGrey | |
*color0: #282828 | |
*color8: #928374 | |
! DarkRed + Red | |
*color1: #cc241d | |
*color9: #fb4934 | |
! DarkGreen + Green | |
*color2: #98971a | |
*color10: #b8bb26 | |
! DarkYellow + Yellow | |
*color3: #d79921 | |
*color11: #fabd2f | |
! DarkBlue + Blue | |
*color4: #458588 | |
*color12: #83a598 | |
! DarkMagenta + Magenta | |
*color5: #b16286 | |
*color13: #d3869b | |
! DarkCyan + Cyan | |
*color6: #689d6a | |
*color14: #8ec07c | |
! LightGrey + White | |
*color7: #a89984 | |
*color15: #ebdbb2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment