Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37568239
en ru br
Репозитории ALT
S:1.0.21-alt1_3
5.1: 1.0.8a-alt1
4.1: 1.0.7-alt1
4.0: 1.0.6-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:1.0.7

Группа :: Работа с текстами
Пакет: colordiff

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: colordiff-1.0.6-colors.patch
Скачать


--- colordiff-1.0.6/colordiff.pl~	2006-09-13 22:37:24.000000000 +0300
+++ colordiff-1.0.6/colordiff.pl	2007-04-04 19:09:01.000000000 +0300
@@ -55,11 +55,11 @@
 $colour{off}         = "\033[0;0m";
 
 # Default colours if /etc/colordiffrc or ~/.colordiffrc do not exist
-my $plain_text = $colour{white};
+my $plain_text = $colour{darkwhite};
 my $file_old   = $colour{red};
 my $file_new   = $colour{blue};
 my $diff_stuff = $colour{magenta};
-my $cvs_stuff  = $colour{green};
+my $cvs_stuff  = $colour{darkyellow};
 
 # Locations for personal and system-wide colour configurations
 my $HOME   = $ENV{HOME};
--- colordiff-1.0.6/colordiffrc~	2006-07-31 21:36:22.000000000 +0300
+++ colordiff-1.0.6/colordiffrc	2007-04-04 19:09:30.000000000 +0300
@@ -19,8 +19,8 @@
 # aliases for the same thing, namely "don't colour highlight
 # this, use the default output colour"
 #
-plain=off
+plain=darkwhite
 newtext=blue
 oldtext=red
 diffstuff=magenta
-cvsstuff=green
+cvsstuff=darkyellow
--- colordiff-1.0.6/colordiffrc-lightbg~	2006-07-31 21:37:11.000000000 +0300
+++ colordiff-1.0.6/colordiffrc-lightbg	2007-04-04 19:08:08.000000000 +0300
@@ -19,8 +19,8 @@
 # aliases for the same thing, namely "don't colour highlight
 # this, use the default output colour"
 #
-plain=off
-newtext=blue
-oldtext=red
+plain=black
+newtext=darkblue
+oldtext=darkred
 diffstuff=darkgreen
-cvsstuff=darkmagenta
+cvsstuff=darkwhite
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin