Created
December 22, 2019 12:42
-
-
Save AffanIndo/f251e6c267c5411e59bd573d96f87e6a to your computer and use it in GitHub Desktop.
u/schorsch3000 urxvt Configuration
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
urxvt.transparent: false | |
urxvt.shading: 15 | |
URxvt.cursorBlink: 1 | |
URxvt.termName: rxvt-256color | |
URxvt.font: xft:Fira Mono:pixelsize=15,style=regular | |
URxvt.boldFont: xft:Fira Mono:pixelsize=15,style=bold | |
URxvt.italicFont: xft:Fira Mono:pixelsize=15,style=bold | |
URxvt.boldItalicFont: xft:Fira Mono:pixelsize=15,style=bold | |
URxvt.reverseVideo: True | |
URxvt.letterSpace: -1 | |
URxvt.perl-ext-common: default,matcher | |
URxvt.urlLauncher: google-chrome | |
URxvt.matcher.button: 3 | |
URxvt.visualBell: true | |
URxvt.scrollBar: false | |
URxvt.saveLines: 4095 | |
URxvt.reverseVideo: True | |
URxvt.foreground: #3a3a3a | |
URxvt.background: #bababa | |
! --- ~/.Xresources ------------------------------------------------------------ | |
! ------------------------------------------------------------------------------ | |
! --- generated with 4bit Terminal Color Scheme Designer ----------------------- | |
! ------------------------------------------------------------------------------ | |
! --- http://ciembor.github.com/4bit ------------------------------------------- | |
! ------------------------------------------------------------------------------ | |
! --- special colors --- | |
*background: #3a3a3a | |
*foreground: #bababa | |
! --- standard colors --- | |
! black | |
*color0: #000000 | |
! bright_black | |
*color8: #3a3a3a | |
! red | |
*color1: #cf6363 | |
! bright_red | |
*color9: #e7b1b1 | |
! green | |
*color2: #63cf63 | |
! bright_green | |
*color10: #b1e7b1 | |
! yellow | |
*color3: #cfcf63 | |
! bright_yellow | |
*color11: #e7e7b1 | |
! blue | |
*color4: #6363cf | |
! bright_blue | |
*color12: #b1b1e7 | |
! magenta | |
*color5: #cf63cf | |
! bright_magenta | |
*color13: #e7b1e7 | |
! cyan | |
*color6: #63cfcf | |
! bright_cyan | |
*color14: #b1e7e7 | |
! white | |
*color7: #bababa | |
! bright_white | |
*color15: #ffffff | |
! ------------------------------------------------------------------------------ | |
! --- end of terminal colors section ------------------------------------------- | |
! ------------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment