diff --git a/etc/X/Xdefaults b/etc/X/Xdefaults index 65ad044..d505f5f 100644 --- a/etc/X/Xdefaults +++ b/etc/X/Xdefaults @@ -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^ 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" + diff --git a/etc/X/Xdefaults.alternate b/etc/X/urxvt.alternate similarity index 100% rename from etc/X/Xdefaults.alternate rename to etc/X/urxvt.alternate diff --git a/etc/X/urxvt.light b/etc/X/urxvt.light new file mode 100644 index 0000000..a0d0ea9 --- /dev/null +++ b/etc/X/urxvt.light @@ -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 + diff --git a/etc/X/urxvt.tango b/etc/X/urxvt.tango new file mode 100644 index 0000000..ce5c37f --- /dev/null +++ b/etc/X/urxvt.tango @@ -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 +