From 58ad1c4a72056d66bc727ddc0b532d3673367836 Mon Sep 17 00:00:00 2001 From: Lotzi Boloni Date: Fri, 11 Feb 2000 20:16:46 +0000 Subject: [PATCH] -added a schema for transparency for very light backgrounds, like draft. -it also makes MC transparent, and changes some colors to make it usable. svn path=/trunk/kdebase/konsole/; revision=40484 --- other/Makefile.am | 1 + other/Transparent_MC.schema | 2 +- other/Transparent_lightbg.schema | 51 ++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 other/Transparent_lightbg.schema diff --git a/other/Makefile.am b/other/Makefile.am index 6bad6937..ae12b122 100644 --- a/other/Makefile.am +++ b/other/Makefile.am @@ -5,6 +5,7 @@ data_DATA = BlackOnLightYellow.schema BlackOnWhite.schema \ default.Schema syscolor.schema Linux.schema XTerm.schema vim.schema \ DarkPicture.schema LightPicture.schema Transparent.schema GreenTint.schema \ Transparent_MC.schema GreenTint_MC.schema \ + Transparent_lightbg.schema \ linux.desktop mc.desktop shell.desktop su.desktop \ default.Keytab linux.keytab vt100.keytab diff --git a/other/Transparent_MC.schema b/other/Transparent_MC.schema index 8991b9af..7f39ddbe 100644 --- a/other/Transparent_MC.schema +++ b/other/Transparent_MC.schema @@ -1,6 +1,6 @@ # linux color schema for konsole -title Transparent for MC +title Transparent, light background transparency 0.35 0 0 0 diff --git a/other/Transparent_lightbg.schema b/other/Transparent_lightbg.schema new file mode 100644 index 00000000..ca0abc2f --- /dev/null +++ b/other/Transparent_lightbg.schema @@ -0,0 +1,51 @@ +# linux color schema for konsole + +title Transparent, light background + +transparency 0.1 0 0 0 + +# This is a schema for very light backgrounds. It makes some +# hacks about the colors to make Midnight Commander transparent +# and with suitable colors. + +# foreground colors + +# note that the default background color is flagged +# to become transparent when an image is present. + +# slot transparent bold +# | red grn blu | | +# V V--color--V V V + +color 0 50 50 50 0 0 # regular foreground color (DarkGray) +color 1 200 200 200 1 0 # regular background color (White) + +# color 2 0 0 0 0 0 # regular color 0 Black +color 1 200 200 200 1 0 # regular background color (White) +color 3 178 24 24 0 0 # regular color 1 Red +color 4 24 178 24 0 0 # regular color 2 Green +color 5 178 104 24 0 0 # regular color 3 Yellow +#color 6 24 24 178 0 0 # regular color 4 Blue +color 6 0 0 0 1 0 # regular color 4 Blue +# Blue is transparent, to make MC transparent + +color 7 178 24 178 0 0 # regular color 5 Magenta +color 8 24 178 178 0 0 # regular color 6 Cyan +# color 9 178 178 178 0 0 # regular color 7 White +color 9 50 50 50 0 0 # regular foreground color (DarkGray) + +# intensive colors + +# instead of changing the colors, we've flaged the text to become bold + +color 10 0 0 0 0 0 # intensive foreground color +color 11 255 255 255 1 0 # intensive background color + +color 12 104 104 104 0 0 # intensive color 0 +color 13 255 84 84 0 0 # intensive color 1 +color 14 84 255 84 0 0 # intensive color 2 +color 15 255 255 84 0 0 # intensive color 3 +color 16 84 84 255 0 0 # intensive color 4 +color 17 255 84 255 0 0 # intensive color 5 +color 18 84 255 255 0 0 # intensive color 6 +color 19 255 255 255 0 0 # intensive color 7