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 ++++++++++ guile.penta | 2 ++ naquadah.penta | 29 ++++------------------------- pentadactyl-help.penta | 8 ++++++++ ui.penta | 25 +++++++++++++++++++++++++ 5 files changed, 49 insertions(+), 25 deletions(-) create mode 100644 general.penta create mode 100644 guile.penta create mode 100644 pentadactyl-help.penta create mode 100644 ui.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; } diff --git a/guile.penta b/guile.penta new file mode 100644 index 0000000..deb2b84 --- /dev/null +++ b/guile.penta @@ -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; } diff --git a/naquadah.penta b/naquadah.penta index 0a1415e..4a1b507 100644 --- a/naquadah.penta +++ b/naquadah.penta @@ -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 diff --git a/pentadactyl-help.penta b/pentadactyl-help.penta new file mode 100644 index 0000000..acd0dd9 --- /dev/null +++ b/pentadactyl-help.penta @@ -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; } diff --git a/ui.penta b/ui.penta new file mode 100644 index 0000000..0a1415e --- /dev/null +++ b/ui.penta @@ -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; -- cgit v1.2.3-54-g00ecf