1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
dotfiles/.Xresources

97 lines
2.4 KiB
Plaintext
Raw Normal View History

2016-03-31 02:03:55 +00:00
!!=============================================================================
!! RXVT-unicode setting
!!=============================================================================
urxvt.depth: 32
2016-04-01 11:45:17 +00:00
urxvt.internalBorder: 4
2016-03-31 02:03:55 +00:00
urxvt.blurRadius: 25
2016-05-16 16:43:27 +00:00
urxvt.scrollBar: false
2016-03-31 02:03:55 +00:00
urxvt.saveLines: 10000
urxvt.preeditType: Root
urxvt.jumpScroll: false
2016-04-01 12:03:00 +00:00
urxvt.altSendsEscape: true
2016-03-31 02:03:55 +00:00
xterm.metaSendsEscape: true
!Set TERM
urxvt.termName: xterm-256color
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hinting: true
Xft.hintstyle: hintfull
urxvt*font: xft:Sauce Code Pro:style=Regular:size=9
urxvt*imFont: xft:Sauce Code Pro:style=Regular:size=9
urxvt*boldFont: xft:Sauce Code Pro:style=Bold:size=9
urxvt*italicFont: xft:Sauce Code Pro:style=Italic:size=9
urxvt*boldItalicFont: xft:Sauce Code Pro:style=Bold,Italic:size=9
2016-04-01 11:45:17 +00:00
2016-03-31 02:03:55 +00:00
! clickable Url and copy paste keys
urxvt.iso14755: false
urxvt.iso14755_52: false
2016-04-01 15:27:19 +00:00
urxvt.perl-ext-common: default,clipboard,vtwheel,font-size
2016-03-31 02:03:55 +00:00
urxvt.keysym.Shift-Control-C: perl:clipboard:copy
urxvt.keysym.Shift-Control-V: perl:clipboard:paste
2018-03-31 13:50:53 +00:00
urxvt.url-launcher: /usr/bin/chromium
2016-03-31 02:03:55 +00:00
urxvt.matcher.button: 1
2016-04-01 15:27:19 +00:00
urxvt.keysym.C-Up: font-size:increase
urxvt.keysym.C-Down: font-size:decrease
urxvt.keysym.C-S-Up: font-size:incglobal
urxvt.keysym.C-S-Down: font-size:decglobal
2016-03-31 02:03:55 +00:00
Xft.lcdfilter: lcddefault
! special
2016-04-01 11:59:18 +00:00
*.foreground: #ECEFF1
*.background: #002B36
2016-04-01 12:15:32 +00:00
!*.cursorColor: #ECEFF1
*.cursorColor: #5294E2
2016-04-01 11:59:18 +00:00
*.highlightColor: #5294E2
2016-05-16 16:43:27 +00:00
urxvt.background: [95]#383C4A
2016-04-01 11:59:18 +00:00
urxvt.scrollColor: #767B87
2016-04-01 12:01:25 +00:00
urxvt*dynamicColors: on
urxvt*highlightSelection: true
urxvt*colorMode: on
2016-03-31 02:03:55 +00:00
! black
2017-11-15 23:04:28 +00:00
*.color0: #333638
!white
*.color15: #eceff1
! gray
*.color7: #8b9396
*.color8: #475760
2016-03-31 02:03:55 +00:00
! red
2017-11-15 23:04:28 +00:00
*.color1: #ff3f00
*.color9: #ef5345
2016-03-31 02:03:55 +00:00
! green
*.color2: #8bc34a
*.color10: #9ccc65
! yellow
*.color3: #ffc107
*.color11: #ffa000
! blue
2017-11-15 23:04:28 +00:00
*.color4: #0266f4
*.color12: #3f86da
2016-03-31 02:03:55 +00:00
! magenta
2017-11-15 23:04:28 +00:00
*.color5: #cc17cc
*.color13: #a56ecC
2016-03-31 02:03:55 +00:00
! cyan
2017-11-15 23:04:28 +00:00
*.color6: #10aeba
*.color14: #5ddae2
2016-03-31 02:03:55 +00:00