Browse Source

X: реорганизованы настройки, добавлена цветовая схема tango

Maxim Lihachev 9 years ago
parent
commit
63c92b6243
  1. 99
      etc/X/Xdefaults
  2. 0
      etc/X/urxvt.alternate
  3. 72
      etc/X/urxvt.light
  4. 31
      etc/X/urxvt.tango

99
etc/X/Xdefaults

@ -5,88 +5,9 @@ URxvt*scrollBar:false @@ -5,88 +5,9 @@ URxvt*scrollBar:false
URxvt.cursorColor: #AAAAAA
URxvt*termName: xterm
!Настрока шрифтов
Xft.antialias: 1
Xft.dpi: 96
! Xft.dpi: 120
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: rgb
xterm*faceName: DejaVu Sans Mono
xterm*pixelsize:14
!Цветовая схема Xterm
xterm*background: rgb:D9/D9/D9
xterm*foreground: rgb:00/00/00
! black
xterm*color0: rgb:3B/3B/3C
! red
xterm*color1: rgb:cd/00/00
! green
xterm*color2: rgb:20/A3/30
! yellow
xterm*color3: rgb:b8/b8/00
! blue
xterm*color4: rgb:00/00/cd
! magenta
xterm*color5: rgb:b2/17/b2
! cyan
xterm*color6: rgb:00/b0/b0
! white (light grey really)
xterm*color7: rgb:be/b2/62
! bold black (i.e. dark grey)
xterm*color8: rgb:80/80/80
! bold red
xterm*color9: rgb:80/00/00
! bold green
xterm*color10: rgb:00/50/20
! bold yellow
xterm*color11: rgb:99/55/00
! bold blue
xterm*color12: rgb:00/40/80
! bold magenta
xterm*color13: rgb:44/33/00
! bold cyan
xterm*color14: rgb:30/60/80
! bold white
xterm*color15: rgb:7F/77/76
!Цветовая схема URxvt
URxvt*background: rgb:D9/D9/D9
URxvt*foreground: rgb:00/00/00
! black
URxvt*color0: rgb:3B/3B/3C
! red
URxvt*color1: rgb:cd/00/00
! green
URxvt*color2: rgb:20/A3/30
! yellow
URxvt*color3: rgb:b8/b8/00
! blue
URxvt*color4: rgb:00/00/cd
! magenta
URxvt*color5: rgb:b2/17/b2
! cyan
URxvt*color6: rgb:00/b0/b0
! white (light grey really)
URxvt*color7: rgb:be/b2/62
! bold black (i.e. dark grey)
URxvt*color8: rgb:80/80/80
! bold red
URxvt*color9: rgb:80/00/00
! bold green
URxvt*color10: rgb:00/50/20
! bold yellow
URxvt*color11: rgb:99/55/00
! bold blue
URxvt*color12: rgb:00/40/80
! bold magenta
URxvt*color13: rgb:44/33/00
! bold cyan
URxvt*color14: rgb:30/60/80
! bold white
URxvt*color15: rgb:7F/77/76
!Отключение расширений Perl
URxvt.perl-ext:
URxvt.perl-ext-common:
!Настрока клавиатуры для URxvt
URxvt*keysym.Control-Up: \033[1;5A
@ -99,3 +20,17 @@ URxvt.keysym.C-Home: \033[7;7^ @@ -99,3 +20,17 @@ URxvt.keysym.C-Home: \033[7;7^
URxvt.keysym.C-End: \033[8;8^
URxvt.keysym.Home: \033[7~
!Настрока шрифтов
Xft.antialias: false
Xft.dpi: 96
! Xft.dpi: 120
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: rgb
xterm*faceName: DejaVu Sans Mono
xterm*pixelsize:14
!Цветовая схема
#include "/home/maks/.shellrc/etc/X/urxvt.light"

0
etc/X/Xdefaults.alternate → etc/X/urxvt.alternate

72
etc/X/urxvt.light

@ -0,0 +1,72 @@ @@ -0,0 +1,72 @@
!Цветовая схема Xterm
xterm*background: rgb:D9/D9/D9
xterm*foreground: rgb:00/00/00
! black
xterm*color0: rgb:3B/3B/3C
! red
xterm*color1: rgb:cd/00/00
! green
xterm*color2: rgb:20/A3/30
! yellow
xterm*color3: rgb:b8/b8/00
! blue
xterm*color4: rgb:00/00/cd
! magenta
xterm*color5: rgb:b2/17/b2
! cyan
xterm*color6: rgb:00/b0/b0
! white (light grey really)
xterm*color7: rgb:be/b2/62
! bold black (i.e. dark grey)
xterm*color8: rgb:80/80/80
! bold red
xterm*color9: rgb:80/00/00
! bold green
xterm*color10: rgb:00/50/20
! bold yellow
xterm*color11: rgb:99/55/00
! bold blue
xterm*color12: rgb:00/40/80
! bold magenta
xterm*color13: rgb:44/33/00
! bold cyan
xterm*color14: rgb:30/60/80
! bold white
xterm*color15: rgb:7F/77/76
!Цветовая схема URxvt
URxvt*background: rgb:D9/D9/D9
URxvt*foreground: rgb:00/00/00
! black
URxvt*color0: rgb:3B/3B/3C
! red
URxvt*color1: rgb:cd/00/00
! green
URxvt*color2: rgb:20/A3/30
! yellow
URxvt*color3: rgb:b8/b8/00
! blue
URxvt*color4: rgb:00/00/cd
! magenta
URxvt*color5: rgb:b2/17/b2
! cyan
URxvt*color6: rgb:00/b0/b0
! white (light grey really)
URxvt*color7: rgb:be/b2/62
! bold black (i.e. dark grey)
URxvt*color8: rgb:80/80/80
! bold red
URxvt*color9: rgb:80/00/00
! bold green
URxvt*color10: rgb:00/50/20
! bold yellow
URxvt*color11: rgb:99/55/00
! bold blue
URxvt*color12: rgb:00/40/80
! bold magenta
URxvt*color13: rgb:44/33/00
! bold cyan
URxvt*color14: rgb:30/60/80
! bold white
URxvt*color15: rgb:7F/77/76

31
etc/X/urxvt.tango

@ -0,0 +1,31 @@ @@ -0,0 +1,31 @@
! tango color scheme
URxvt*background: #2B2B2B
URxvt*foreground: #DEDEDE
URxvt*colorUL: #86a2b0
! black
URxvt*color0 : #2E3436
URxvt*color8 : #555753
! red
URxvt*color1 : #CC0000
URxvt*color9 : #EF2929
! green
URxvt*color2 : #4E9A06
URxvt*color10 : #8AE234
! yellow
URxvt*color3 : #C4A000
URxvt*color11 : #FCE94F
! blue
URxvt*color4 : #3465A4
URxvt*color12 : #729FCF
! magenta
URxvt*color5 : #75507B
URxvt*color13 : #AD7FA8
! cyan
URxvt*color6 : #06989A
URxvt*color14 : #34E2E2
! white
URxvt*color7 : #D3D7CF
URxvt*color15 : #EEEEEC
Loading…
Cancel
Save