mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
linux and xterm color schemata added
svn path=/trunk/kdebase/konsole/; revision=12156
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
04 Nov 1998
|
||||
- minor bug fixes integrated
|
||||
- xterm color schema added
|
||||
- linux color schema added
|
||||
01 Nov 1998
|
||||
- minor bugs fixed to handle unexpected or incomplete installations
|
||||
and broken configuration scrips better.
|
||||
|
||||
12
TODO
12
TODO
@@ -33,6 +33,8 @@
|
||||
- evtl. handle *.kdelnk files using regular setup utilities
|
||||
and a rpc client. Should become a parameter in any case.
|
||||
|
||||
- allow reloading the configuration files at runtime.
|
||||
|
||||
! announce konsole-1.0 ------------------------------------
|
||||
|
||||
- check for other codes/features (Linux console, xterm)
|
||||
@@ -41,10 +43,18 @@
|
||||
- media copy (print)
|
||||
- double high, double width (vt100)
|
||||
- reverse wraparound?
|
||||
|
||||
- Linux console improvements
|
||||
- Attributes
|
||||
- underline --> intensive foreground
|
||||
- blink --> intensive background
|
||||
- Linux console knows some extra tricks mapping graphical
|
||||
characters.
|
||||
|
||||
- use scalable font?
|
||||
- Fonts
|
||||
- produce font families instead of doing underline and bold
|
||||
in the program?
|
||||
- use scalable font?
|
||||
|
||||
- /dev/console?
|
||||
|
||||
|
||||
47
other/Linux.schema
Normal file
47
other/Linux.schema
Normal file
@@ -0,0 +1,47 @@
|
||||
# linux color schema for konsole
|
||||
|
||||
title Linux Colors
|
||||
|
||||
# FIXME
|
||||
#
|
||||
# The flaw in this schema is that "blick" comes out on the
|
||||
# Linux console as intensive background, really.
|
||||
# Since this is not used in clients you'll hardly notice
|
||||
# it in practice.
|
||||
|
||||
# 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 178 178 178 0 0 # regular foreground color (White)
|
||||
color 1 0 0 0 1 0 # regular background color (Black)
|
||||
|
||||
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 255 255 255 0 0 # intensive foreground color
|
||||
color 11 104 104 104 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
|
||||
@@ -3,7 +3,7 @@ datadir = $(kde_datadir)/konsole
|
||||
data_DATA = BlackOnLightYellow.schema BlackOnWhite.schema \
|
||||
Example.Schema GreenOnBlack.schema WhiteOnBlack.schema \
|
||||
default.Schema dselect.kdelnk linux.kdelnk mc.kdelnk shell.kdelnk \
|
||||
syscolor.schema
|
||||
syscolor.schema Linux.schema XTerm.schema
|
||||
|
||||
icondir = $(kde_icondir)
|
||||
icon_DATA = konsole.xpm
|
||||
|
||||
46
other/XTerm.schema
Normal file
46
other/XTerm.schema
Normal file
@@ -0,0 +1,46 @@
|
||||
# xterm color schema for konsole
|
||||
|
||||
# xterm colors can be configured (almost) like
|
||||
# konsole colors can. This is the uncustomized
|
||||
# xterm schema.
|
||||
# Please refere to your local xterm setup files
|
||||
# if this schema differs.
|
||||
|
||||
title XTerm 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 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 205 0 0 0 0 # regular color 1 Red
|
||||
color 4 0 205 0 0 0 # regular color 2 Green
|
||||
color 5 205 205 0 0 0 # regular color 3 Yellow
|
||||
color 6 0 0 205 0 0 # regular color 4 Blue
|
||||
color 7 205 0 205 0 0 # regular color 5 Magenta
|
||||
color 8 0 205 205 0 0 # regular color 6 Cyan
|
||||
color 9 229 229 229 0 0 # regular color 7 White
|
||||
|
||||
# intensive colors -------------------------------------------
|
||||
|
||||
# for some strange reason, intensive colors are bold, also.
|
||||
|
||||
color 10 77 77 77 0 1 # intensive foreground color
|
||||
color 11 255 255 255 1 1 # intensive background color
|
||||
|
||||
color 12 77 77 77 0 1 # intensive color 0
|
||||
color 13 255 0 0 0 1 # intensive color 1
|
||||
color 14 0 255 0 0 1 # intensive color 2
|
||||
color 15 255 255 0 0 1 # intensive color 3
|
||||
color 16 0 0 255 0 1 # intensive color 4
|
||||
color 17 255 0 255 0 1 # intensive color 5
|
||||
color 18 0 255 255 0 1 # intensive color 6
|
||||
color 19 255 255 255 0 1 # intensive color 7
|
||||
@@ -4,7 +4,7 @@ Type=KonsoleApplication
|
||||
Name=dselect
|
||||
Comment=Debian Package Manager
|
||||
Exec=dselect
|
||||
Schema=/opt/kde/share/apps/konsole/WhiteOnBlack.schema
|
||||
Schema=/opt/kde/share/apps/konsole/Linux.schema
|
||||
#VGA
|
||||
Font=6
|
||||
Term=linux
|
||||
|
||||
@@ -4,7 +4,7 @@ Type=KonsoleApplication
|
||||
Name=Linux
|
||||
Comment=Linux Console
|
||||
Exec=bash
|
||||
Schema=/opt/kde/share/apps/konsole/WhiteOnBlack.schema
|
||||
Schema=/opt/kde/share/apps/konsole/Linux.schema
|
||||
#VGA
|
||||
Font=6
|
||||
Term=linux
|
||||
|
||||
Reference in New Issue
Block a user