From 3704f28ad4783749fd9f6772a34eda201cc65974 Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Wed, 11 Sep 2013 13:59:49 +0600 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0?= =?UTF-8?q?=D1=80=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/X/Xdefaults | 32 ++++++++++++++++++++++++++++++++ etc/X/Xdefaults.alternate | 32 ++++++++++++++++---------------- 2 files changed, 48 insertions(+), 16 deletions(-) diff --git a/etc/X/Xdefaults b/etc/X/Xdefaults index 0479f4a..80ab483 100644 --- a/etc/X/Xdefaults +++ b/etc/X/Xdefaults @@ -19,41 +19,73 @@ 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 !Настрока клавиатуры для URxvt diff --git a/etc/X/Xdefaults.alternate b/etc/X/Xdefaults.alternate index 0ca0b7b..5f9d7f7 100644 --- a/etc/X/Xdefaults.alternate +++ b/etc/X/Xdefaults.alternate @@ -11,19 +11,19 @@ URxvt*scrollBar_right:true ! цвет скроллбара URxvt*scrollColor: #fdb927 ! цветовая схема используемая в URxvt -URxvt*color0: #6c6c6c -URxvt*color1: #e9897c -URxvt*color2: #b6e77d -URxvt*color3: #ecebbe -URxvt*color4: #7993a9 -URxvt*color5: #ea96eb -URxvt*color6: #c9caec -URxvt*color7: #f2f2f2 -URxvt*color8: #747474 -URxvt*color9: #f99286 -URxvt*color10: #b6e77d -URxvt*color11: #fcfbcc -URxvt*color12: #b6defb -URxvt*color13: #fba1fb -URxvt*color14: #d7d9fc -URxvt*color15: #f2f2f2 +URxvt*color0: #6c6c6c # black +URxvt*color1: #e9897c # red +URxvt*color2: #b6e77d # green +URxvt*color3: #ecebbe # yellow +URxvt*color4: #7993a9 # blue +URxvt*color5: #ea96eb # magenta +URxvt*color6: #c9caec # cyan +URxvt*color7: #f2f2f2 # white (light grey really) +URxvt*color8: #747474 # bold black (i.e. dark grey) +URxvt*color9: #f99286 # bold red +URxvt*color10: #b6e77d # bold green +URxvt*color11: #fcfbcc # bold yellow +URxvt*color12: #b6defb # bold blue +URxvt*color13: #fba1fb # bold magenta +URxvt*color14: #d7d9fc # bold cyan +URxvt*color15: #f2f2f2 # bold white