summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-17 21:42:03 +0200
committerGravatar Tom Willemsen2012-07-17 21:42:03 +0200
commitc2eeb5b830fb8d9e66e682b76e5913f4970ee5c7 (patch)
tree33ea3af3f95556ba2b033e8eed2b00fbc3e820d3
parent108939c3444d329d4279c36ba0cfa98102508f75 (diff)
downloadpentadactyl-naquadah-theme-c2eeb5b830fb8d9e66e682b76e5913f4970ee5c7.tar.gz
pentadactyl-naquadah-theme-c2eeb5b830fb8d9e66e682b76e5913f4970ee5c7.zip
Move styles to seperate filesHEADmaster
Move the UI colors and user stylesheets to separate files. This way one could choose to include some or all parts of the theme.
-rw-r--r--general.penta10
-rw-r--r--guile.penta2
-rw-r--r--naquadah.penta29
-rw-r--r--pentadactyl-help.penta8
-rw-r--r--ui.penta25
5 files changed, 49 insertions, 25 deletions
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;