From e768487fe3ef9ec8f94cea11ad6587c49c32422a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 2 Feb 2016 14:42:58 +0100 Subject: 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...) --- doc/sciteco.1.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/sciteco.1.in') 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 -- cgit v1.2.3