From c2eeb5b830fb8d9e66e682b76e5913f4970ee5c7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 17 Jul 2012 21:42:03 +0200 Subject: Move styles to seperate files Move the UI colors and user stylesheets to separate files. This way one could choose to include some or all parts of the theme. --- general.penta | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 general.penta (limited to 'general.penta') diff --git a/general.penta b/general.penta new file mode 100644 index 0000000..c72ec34 --- /dev/null +++ b/general.penta @@ -0,0 +1,10 @@ +" User stylesheet +sty .* body { background-color: #252a2b; color: #eeeeec; } +sty .* a { color: #729fcf; } +sty .* a:visited { color: #ad7fa8; } +sty .* h1 { color: #729fcf; font-size: 130%; font-weight: bold; } +sty .* h2 { color: #8ae234; font-size: 120%; font-weight: bold; } +sty .* h3 { color: #fce94f; font-size: 110%; font-weight: bold; } +sty .* h4 { color: #ad7fa8; font-size: 100%; font-weight: bold; } +sty .* h5 { color: #e9b96e; font-size: 100%; font-weight: bold; } +sty .* h6 { color: #fcaf3e; font-size: 100%; font-weight: bold; } -- cgit v1.2.3-54-g00ecf