diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-02 14:42:58 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-02 17:49:42 +0100 |
commit | e768487fe3ef9ec8f94cea11ad6587c49c32422a (patch) | |
tree | 2d9b3a6fdea2fc8dc06c4fbd548eee4b9bf95cab /doc/sciteco.1.in | |
parent | 8627a00e3b25cdd80d88ddcef9d2d73cc784d571 (diff) | |
download | sciteco-e768487fe3ef9ec8f94cea11ad6587c49c32422a.tar.gz |
Gtk UI: full color scheme support
* implemented by exporting the most important Scintilla STYLEs
as CSS variables and defining named widgets for the main UI
components.
* ~/.teco_css will then apply the Scintilla styles to the
Gtk UI.
This file is also for additional tweaks, e.g. enabling
translucency.
* A fallback.css is provided which does just that and is able
to apply the terminal.tes and solarized.tes color schemes.
* Other important aspects of theming like font sizes and names
have not yet been dealt with.
(We may want to apply the corresponding Scintilla settings
to some widgets...)
Diffstat (limited to 'doc/sciteco.1.in')
-rw-r--r-- | doc/sciteco.1.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index 1d21ecf..0a96cab 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -314,6 +314,19 @@ standard library \fBsession.tes\fP macros. When the \(lqsession.vcs\(rq macro is used, these files will also be created in the roots of Git, Mercurial and Subversion repositories or working copies. +.TP +.B $SCITECOCONFIG/.teco_css +When using the Gtk UI, this will be the location of a +CSS file that can be used to apply \*(ST color schemes +to the entire UI and to do other style customizations. +.TP +.B @pkgdatadir@/fallback.css +When using the Gtk UI, this is a fallback stylesheet +in case +.B $SCITECOCONFIG/.teco_css +does not exist. +It may also be used as a template for +.BR $SCITECOCONFIG/.teco_css . . . .SH SEE ALSO |