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.
This commit is contained in:
Tom Willemsen 2012-07-17 21:42:03 +02:00
parent 108939c344
commit c2eeb5b830
5 changed files with 49 additions and 25 deletions

10
general.penta Normal file
View file

@ -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; }

2
guile.penta Normal file
View file

@ -0,0 +1,2 @@
sty http://www.gnu.org/software/guile/manual/* a { color: #729fcf !important; }
sty http://www.gnu.org/software/guile/manual/* a { color: #ad7fa8 !important; }

View file

@ -1,25 +1,4 @@
hi Enabled color: #729fcf
hi Disabled color: #ef2929
hi Normal color: #eeeeec !important; background-color: #252a2b !important; font-weight: normal !important;
hi ErrorMsg color: #eeeeec !important; background-color: #cc0000 !important; font-weight: bold !important;
hi InfoMsg color: #eeeeec !important; background-color: #252a2b !important;
" hi LineNr
hi ModeMsg color: #eeeeec !important; background-color: #252a2b !important;
hi MoreMsg color: #eeeeec !important; background-color: #252a2b !important; font-weight: bold;
hi NonText color: #eeeeec; background-color: transparent !important;
hi Question color: #eeeeec !important; background-color: #252a2b !important; font-weight: bold !important;
hi WarningMsg color: #cc0000 !important; background-color: #252a2b !important;
hi CompTitle color: #eeeeec; background-color: #0c191c;
hi CompTitleSep height: 1px; background-color: #2e3436;
hi CompItem[selected] background: #cc0000;
hi StatusLine border: 1px solid #2e3536 !important;
hi StatusLineNormal background-color: #0c191c !important; color: #eeeeec !important;
hi StatusLineBroken background-color: #ef2929 !important; color: #eeeeec !important;
hi StatusLineSecure background-color: #729fcf !important; color: #0c191c !important;
hi StatusLineExtended background-color: #8ae234 !important; color: #0c191c !important;
hi Title color: #eeeeec; font-weight: bold;
hi URL color: #729fcf; background: inherit; text-decoration: none;
runt colors/naquadah/ui.penta
runt colors/naquadah/general.penta
runt colors/naquadah/guile.penta
runt colors/naquadah/pentadactyl-help.penta

8
pentadactyl-help.penta Normal file
View file

@ -0,0 +1,8 @@
sty http://5digits.org/help/pentadactyl/* a { color: #729fcf !important; }
sty http://5digits.org/help/pentadactyl/* a:visited { color: #ad7fa8 !important; }
sty http://5digits.org/help/pentadactyl/* h1 { color: #729fcf !important; font-size: 130% !important; font-weight: bold !important; }
sty http://5digits.org/help/pentadactyl/* h2 { color: #8ae234 !important; font-size: 120% !important; font-weight: bold !important; }
sty http://5digits.org/help/pentadactyl/* h3 { color: #fce94f !important; font-size: 110% !important; font-weight: bold !important; }
sty http://5digits.org/help/pentadactyl/* h4 { color: #ad7fa8 !important; font-size: 100% !important; font-weight: bold !important; }
sty http://5digits.org/help/pentadactyl/* h5 { color: #e9b96e !important; font-size: 100% !important; font-weight: bold !important; }
sty http://5digits.org/help/pentadactyl/* h6 { color: #fcaf3e !important; font-size: 100% !important; font-weight: bold !important; }

25
ui.penta Normal file
View file

@ -0,0 +1,25 @@
hi Enabled color: #729fcf
hi Disabled color: #ef2929
hi Normal color: #eeeeec !important; background-color: #252a2b !important; font-weight: normal !important;
hi ErrorMsg color: #eeeeec !important; background-color: #cc0000 !important; font-weight: bold !important;
hi InfoMsg color: #eeeeec !important; background-color: #252a2b !important;
" hi LineNr
hi ModeMsg color: #eeeeec !important; background-color: #252a2b !important;
hi MoreMsg color: #eeeeec !important; background-color: #252a2b !important; font-weight: bold;
hi NonText color: #eeeeec; background-color: transparent !important;
hi Question color: #eeeeec !important; background-color: #252a2b !important; font-weight: bold !important;
hi WarningMsg color: #cc0000 !important; background-color: #252a2b !important;
hi CompTitle color: #eeeeec; background-color: #0c191c;
hi CompTitleSep height: 1px; background-color: #2e3436;
hi CompItem[selected] background: #cc0000;
hi StatusLine border: 1px solid #2e3536 !important;
hi StatusLineNormal background-color: #0c191c !important; color: #eeeeec !important;
hi StatusLineBroken background-color: #ef2929 !important; color: #eeeeec !important;
hi StatusLineSecure background-color: #729fcf !important; color: #0c191c !important;
hi StatusLineExtended background-color: #8ae234 !important; color: #0c191c !important;
hi Title color: #eeeeec; font-weight: bold;
hi URL color: #729fcf; background: inherit; text-decoration: none;