From 6b0dc04ee509bd06c5a690bb3e95bc0c708af4de Mon Sep 17 00:00:00 2001 From: Andreas Schlapbach Date: Fri, 2 Nov 2001 21:24:30 +0000 Subject: [PATCH] Voila. svn path=/trunk/kdebase/konsole/; revision=120473 --- other/Makefile.am | 1 + other/Paper.schema | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 other/Paper.schema diff --git a/other/Makefile.am b/other/Makefile.am index 5b758043..07f33274 100644 --- a/other/Makefile.am +++ b/other/Makefile.am @@ -7,6 +7,7 @@ data_DATA = BlackOnLightYellow.schema BlackOnWhite.schema \ Transparent_MC.schema GreenTint_MC.schema \ Transparent_lightbg.schema \ Transparent_darkbg.schema \ + Paper.schema \ linux.desktop mc.desktop shell.desktop su.desktop sumc.desktop \ default.Keytab linux.keytab vt100.keytab vt420pc.keytab x11r5.keytab \ README.Schema README.KeyTab screen.desktop diff --git a/other/Paper.schema b/other/Paper.schema new file mode 100644 index 00000000..d2bc2f6e --- /dev/null +++ b/other/Paper.schema @@ -0,0 +1,44 @@ +# example scheme for konsole + +# the title is to appear in the menu. + +title Paper II + +image tile kenwimer.jpg + +# foreground colors + +# note that the default background color is flagged +# to become transparent when an image is present. + +# slot transparent bold +# | | | +# V V--color--V V V + +color 0 0 0 0 0 0 # regular foreground color (Black) +color 1 255 255 255 1 0 # regular background color (White) + +color 2 0 0 0 0 0 # regular color 0 Black +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 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 + +# intensive colors + +# instead of changing the colors, we've flaged the text to become bold + +color 10 0 0 0 0 1 # 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