-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
100 lines (94 loc) · 3.35 KB
/
.Xdefaults
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
! $OpenBSD: dot.Xdefaults,v 1.3 2014/07/10 10:22:59 jasper Exp $
XTerm*loginShell:true
!! rxvt-unicode (urxvt)
URxvt.scrollBar_right: true
URxvt.scrollBar_floating: true
URxvt.scrollstyle: plain
URxvt.cursorBlink: false
URxvt.cursorUnderline: false
URxvt.pointerBlank: true
URxvt.visualBell: true
URxvt.saveLines: 3000
URxvt.fading: 5
!! funa
urxvt.iso14755: false
urxvt.pastableTabs: false
urxvt.perl-ext-common: xim-onthespot,font-size,selection-to-clipboard
urxvt.inputMethod: ibus
urxvt.preeditType: OnTheSpot
URxvt.keysym.M-plus: font-size:increase
URxvt.keysym.M-equal: font-size:increase
URxvt.keysym.M-minus: font-size:decrease
URxvt.keysym.M-S-plus: font-size:incglobal
URxvt.keysym.M-S-minus: font-size:decglobal
URxvt.keysym.M-0: font-size:reset
URxvt.keysym.M-slash: font-size:show
URxvt.clipboard.autocopy: true
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
!! Font list and Spacing
!URxvt.font: xft:Cica:size=14:antialias=true:autohint-=true
!URxvt.font: xft:Liberation Mono:pixelsize=14:antialias=true:autohint=true
URxvt.font: xft:Monaco Nerd Font Mono:pixelsize=14:antialias=true:autohint=true
!URxvt.font: xft:Dejavu Sans Mono-14,xft:IPAGothic
URxvt.letterSpace: -1
URxvt.lineSpace: 3
!!! Color Scheme and Opacity - gruvbox-dark https://github.com/morhetz/gruvbox
!URxvt.depth: 32
!URxvt.color0: [90]#282828
!URxvt.color1: [90]#cc241d
!URxvt.color2: [90]#98971a
!URxvt.color3: [90]#d79921
!URxvt.color4: [90]#458588
!URxvt.color5: [90]#b16286
!URxvt.color6: [90]#689d6a
!URxvt.color7: [90]#a89984
!URxvt.color8: [90]#928374
!URxvt.color9: [90]#fb4934
!URxvt.color10: [90]#b8bb26
!URxvt.color11: [90]#fabd2f
!URxvt.color12: [90]#83a598
!URxvt.color13: [90]#d3869b
!URxvt.color14: [90]#8ec07c
!URxvt.color15: [90]#ebdbb2
!URxvt.foreground: [90]#ebdbb2
!URxvt.background: [90]#282828
!URxvt.colorIT: [90]#8ec07c
!URxvt.colorBD: [90]#d5c4a1
!URxvt.colorUL: [90]#83a598
!URxvt.scrollColor: [90]#504945
!!URxvt.troughColor: [90]#3C3836
! Custom one half dark
! https://github.com/janoamaral/Xresources-themes/blob/master/one-dark.Xresources
! Original theme https://github.com/nathanbuchar/atom-one-dark-terminal
!URxvt.foreground: #ABB2BF
URxvt.foreground: #BCC3CF
URxvt.background: #1E2127
!URxvt.cursorColor: #5C6370
URxvt.cursorColor: #BCC3CF
URxvt.highlightColor:#3A3F4B
! Negro y gris
URxvt.color0: #1E2127
URxvt.color8: #5C6370
! Rojos
URxvt.color1: #E06C75
URxvt.color9: #E06C75
! Verde
URxvt.color2: #98C379
URxvt.color10: #98C379
! Amarillo
URxvt.color3: #D19A66
URxvt.color11: #D19A66
! Azul
URxvt.color4: #61AFEF
URxvt.color12: #61AFEF
! Magenta
URxvt.color5: #C678DD
URxvt.color13: #C678DD
! Cyan
URxvt.color6: #56B6C2
URxvt.color14: #56B6C2
! Blanco
!URxvt.color7: #ABB2BF
URxvt.color7: #BCC3CF
URxvt.color15: #FFFFFF