Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pelican-mockingbird
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
pelican-mockingbird
Commits
88978fcd
Commit
88978fcd
authored
7 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Change color scheme to dark solarized, easier on the eyes.
parent
51579a6a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
static/css/pygments.css
+84
-61
84 additions, 61 deletions
static/css/pygments.css
static/css/screen.css
+10
-9
10 additions, 9 deletions
static/css/screen.css
templates/base.html
+1
-1
1 addition, 1 deletion
templates/base.html
with
95 additions
and
71 deletions
static/css/pygments.css
+
84
−
61
View file @
88978fcd
.hll
{
background-color
:
#ffffcc
}
.c
{
color
:
#60a0b0
;
font-style
:
italic
}
/* Comment */
.err
{
border
:
1px
solid
#FF0000
}
/* Error */
.k
{
color
:
#007020
;
font-weight
:
bold
}
/* Keyword */
.o
{
color
:
#666666
}
/* Operator */
.cm
{
color
:
#60a0b0
;
font-style
:
italic
}
/* Comment.Multiline */
.cp
{
color
:
#007020
}
/* Comment.Preproc */
.c1
{
color
:
#60a0b0
;
font-style
:
italic
}
/* Comment.Single */
.cs
{
color
:
#60a0b0
;
background-color
:
#fff0f0
}
/* Comment.Special */
.gd
{
color
:
#A00000
}
/* Generic.Deleted */
.ge
{
font-style
:
italic
}
/* Generic.Emph */
.gr
{
color
:
#FF0000
}
/* Generic.Error */
.gh
{
color
:
#000080
;
font-weight
:
bold
}
/* Generic.Heading */
.gi
{
color
:
#00A000
}
/* Generic.Inserted */
.go
{
color
:
#808080
}
/* Generic.Output */
.gp
{
color
:
#c65d09
;
font-weight
:
bold
}
/* Generic.Prompt */
.gs
{
font-weight
:
bold
}
/* Generic.Strong */
.gu
{
color
:
#800080
;
font-weight
:
bold
}
/* Generic.Subheading */
.gt
{
color
:
#0040D0
}
/* Generic.Traceback */
.kc
{
color
:
#007020
;
font-weight
:
bold
}
/* Keyword.Constant */
.kd
{
color
:
#007020
;
font-weight
:
bold
}
/* Keyword.Declaration */
.kn
{
color
:
#007020
;
font-weight
:
bold
}
/* Keyword.Namespace */
.kp
{
color
:
#007020
}
/* Keyword.Pseudo */
.kr
{
color
:
#007020
;
font-weight
:
bold
}
/* Keyword.Reserved */
.kt
{
color
:
#902000
}
/* Keyword.Type */
.m
{
color
:
#40a070
}
/* Literal.Number */
.s
{
color
:
#4070a0
}
/* Literal.String */
.na
{
color
:
#4070a0
}
/* Name.Attribute */
.nb
{
color
:
#007020
}
/* Name.Builtin */
.nc
{
color
:
#0e84b5
;
font-weight
:
bold
}
/* Name.Class */
.no
{
color
:
#60add5
}
/* Name.Constant */
.nd
{
color
:
#555555
;
font-weight
:
bold
}
/* Name.Decorator */
.ni
{
color
:
#d55537
;
font-weight
:
bold
}
/* Name.Entity */
.ne
{
color
:
#007020
}
/* Name.Exception */
.nf
{
color
:
#06287e
}
/* Name.Function */
.nl
{
color
:
#002070
;
font-weight
:
bold
}
/* Name.Label */
.nn
{
color
:
#0e84b5
;
font-weight
:
bold
}
/* Name.Namespace */
.nt
{
color
:
#062873
;
font-weight
:
bold
}
/* Name.Tag */
.nv
{
color
:
#bb60d5
}
/* Name.Variable */
.ow
{
color
:
#007020
;
font-weight
:
bold
}
/* Operator.Word */
.w
{
color
:
#bbbbbb
}
/* Text.Whitespace */
.mf
{
color
:
#40a070
}
/* Literal.Number.Float */
.mh
{
color
:
#40a070
}
/* Literal.Number.Hex */
.mi
{
color
:
#40a070
}
/* Literal.Number.Integer */
.mo
{
color
:
#40a070
}
/* Literal.Number.Oct */
.sb
{
color
:
#4070a0
}
/* Literal.String.Backtick */
.sc
{
color
:
#4070a0
}
/* Literal.String.Char */
.sd
{
color
:
#4070a0
;
font-style
:
italic
}
/* Literal.String.Doc */
.s2
{
color
:
#4070a0
}
/* Literal.String.Double */
.se
{
color
:
#4070a0
;
font-weight
:
bold
}
/* Literal.String.Escape */
.sh
{
color
:
#4070a0
}
/* Literal.String.Heredoc */
.si
{
color
:
#70a0d0
;
font-style
:
italic
}
/* Literal.String.Interpol */
.sx
{
color
:
#c65d09
}
/* Literal.String.Other */
.sr
{
color
:
#235388
}
/* Literal.String.Regex */
.s1
{
color
:
#4070a0
}
/* Literal.String.Single */
.ss
{
color
:
#517918
}
/* Literal.String.Symbol */
.bp
{
color
:
#007020
}
/* Name.Builtin.Pseudo */
.vc
{
color
:
#bb60d5
}
/* Name.Variable.Class */
.vg
{
color
:
#bb60d5
}
/* Name.Variable.Global */
.vi
{
color
:
#bb60d5
}
/* Name.Variable.Instance */
.il
{
color
:
#40a070
}
/* Literal.Number.Integer.Long */
/* Solarized Dark
For use with Jekyll and Pygments
http://ethanschoonover.com/solarized
SOLARIZED HEX ROLE
--------- -------- ------------------------------------------
base03 #002b36 background
base01 #586e75 comments / secondary content
base1 #93a1a1 body text / default code / primary content
orange #cb4b16 constants
red #dc322f regex, special keywords
blue #268bd2 reserved keywords
cyan #2aa198 strings, numbers
green #859900 operators, other keywords
*/
.hll
{
background-color
:
#002b36
;
color
:
#93a1a1
}
.c
{
color
:
#586e75
}
/* Comment */
.err
{
color
:
#93a1a1
}
/* Error */
.g
{
color
:
#93a1a1
}
/* Generic */
.k
{
color
:
#859900
}
/* Keyword */
.l
{
color
:
#93a1a1
}
/* Literal */
.n
{
color
:
#93a1a1
}
/* Name */
.o
{
color
:
#859900
}
/* Operator */
.x
{
color
:
#cb4b16
}
/* Other */
.p
{
color
:
#93a1a1
}
/* Punctuation */
.cm
{
color
:
#586e75
}
/* Comment.Multiline */
.cp
{
color
:
#859900
}
/* Comment.Preproc */
.c1
{
color
:
#586e75
}
/* Comment.Single */
.cs
{
color
:
#859900
}
/* Comment.Special */
.gd
{
color
:
#2aa198
}
/* Generic.Deleted */
.ge
{
color
:
#93a1a1
;
font-style
:
italic
}
/* Generic.Emph */
.gr
{
color
:
#dc322f
}
/* Generic.Error */
.gh
{
color
:
#cb4b16
}
/* Generic.Heading */
.gi
{
color
:
#859900
}
/* Generic.Inserted */
.go
{
color
:
#93a1a1
}
/* Generic.Output */
.gp
{
color
:
#93a1a1
}
/* Generic.Prompt */
.gs
{
color
:
#93a1a1
;
font-weight
:
bold
}
/* Generic.Strong */
.gu
{
color
:
#cb4b16
}
/* Generic.Subheading */
.gt
{
color
:
#93a1a1
}
/* Generic.Traceback */
.kc
{
color
:
#cb4b16
}
/* Keyword.Constant */
.kd
{
color
:
#268bd2
}
/* Keyword.Declaration */
.kn
{
color
:
#859900
}
/* Keyword.Namespace */
.kp
{
color
:
#859900
}
/* Keyword.Pseudo */
.kr
{
color
:
#268bd2
}
/* Keyword.Reserved */
.kt
{
color
:
#dc322f
}
/* Keyword.Type */
.ld
{
color
:
#93a1a1
}
/* Literal.Date */
.m
{
color
:
#2aa198
}
/* Literal.Number */
.s
{
color
:
#2aa198
}
/* Literal.String */
.na
{
color
:
#93a1a1
}
/* Name.Attribute */
.nb
{
color
:
#B58900
}
/* Name.Builtin */
.nc
{
color
:
#268bd2
}
/* Name.Class */
.no
{
color
:
#cb4b16
}
/* Name.Constant */
.nd
{
color
:
#268bd2
}
/* Name.Decorator */
.ni
{
color
:
#cb4b16
}
/* Name.Entity */
.ne
{
color
:
#cb4b16
}
/* Name.Exception */
.nf
{
color
:
#268bd2
}
/* Name.Function */
.nl
{
color
:
#93a1a1
}
/* Name.Label */
.nn
{
color
:
#93a1a1
}
/* Name.Namespace */
.nx
{
color
:
#93a1a1
}
/* Name.Other */
.py
{
color
:
#93a1a1
}
/* Name.Property */
.nt
{
color
:
#268bd2
}
/* Name.Tag */
.nv
{
color
:
#268bd2
}
/* Name.Variable */
.ow
{
color
:
#859900
}
/* Operator.Word */
.w
{
color
:
#93a1a1
}
/* Text.Whitespace */
.mf
{
color
:
#2aa198
}
/* Literal.Number.Float */
.mh
{
color
:
#2aa198
}
/* Literal.Number.Hex */
.mi
{
color
:
#2aa198
}
/* Literal.Number.Integer */
.mo
{
color
:
#2aa198
}
/* Literal.Number.Oct */
.sb
{
color
:
#586e75
}
/* Literal.String.Backtick */
.sc
{
color
:
#2aa198
}
/* Literal.String.Char */
.sd
{
color
:
#93a1a1
}
/* Literal.String.Doc */
.s2
{
color
:
#2aa198
}
/* Literal.String.Double */
.se
{
color
:
#cb4b16
}
/* Literal.String.Escape */
.sh
{
color
:
#93a1a1
}
/* Literal.String.Heredoc */
.si
{
color
:
#2aa198
}
/* Literal.String.Interpol */
.sx
{
color
:
#2aa198
}
/* Literal.String.Other */
.sr
{
color
:
#dc322f
}
/* Literal.String.Regex */
.s1
{
color
:
#2aa198
}
/* Literal.String.Single */
.ss
{
color
:
#2aa198
}
/* Literal.String.Symbol */
.bp
{
color
:
#268bd2
}
/* Name.Builtin.Pseudo */
.vc
{
color
:
#268bd2
}
/* Name.Variable.Class */
.vg
{
color
:
#268bd2
}
/* Name.Variable.Global */
.vi
{
color
:
#268bd2
}
/* Name.Variable.Instance */
.il
{
color
:
#2aa198
}
/* Literal.Number.Integer.Long */
This diff is collapsed.
Click to expand it.
static/css/screen.css
+
10
−
9
View file @
88978fcd
...
...
@@ -53,7 +53,8 @@ body {
font-family
:
Georgia
,
serif
;
font-size
:
16px
;
line-height
:
1.5em
;
color
:
#444
;
color
:
#839496
;
background
:
#002b36
;
}
#header
,
#wrapper
,
#controls
ul
{
/*width: 1000px;
...
...
@@ -65,7 +66,7 @@ body {
a
{
text-decoration
:
none
;
color
:
#
000
;
color
:
#
cb4b16
;
}
p
a
{
text-decoration
:
underline
;
...
...
@@ -173,7 +174,8 @@ div.codehilite {
code
,
pre
{
font-family
:
monospace
;
background-color
:
rgb
(
238
,
238
,
238
);
background-color
:
#003b46
;
color
:
#93a1a1
;
}
/*sub and sup stolen from Twitter bootstrap.*/
...
...
@@ -204,7 +206,7 @@ form.inline_edit {
clear
:
both
;
margin
:
4.5em
0
;
background-color
:
#DDD
;
color
:
#
000
;
color
:
#
93a1a1
;
padding
:
20px
;
-moz-border-radius
:
5px
;
-webkit-border-radius
:
5px
;
...
...
@@ -243,7 +245,7 @@ form.inline_edit {
}
#nav
li
.selected
a
{
background-color
:
#000
;
color
:
#
FFF
;
color
:
#
cb4b16
;
}
#nav
li
.ephemeral.selected
a
{
background-color
:
#FFF
;
...
...
@@ -273,8 +275,8 @@ form.inline_edit {
font-family
:
sans-serif
;
line-height
:
2.5em
;
margin
:
4.5em
0
3em
;
background-color
:
#
EEE
;
color
:
#
444
;
background-color
:
#
002b36
;
color
:
#
839496
;
-moz-border-radius
:
5px
;
-webkit-border-radius
:
5px
;
border-radius
:
5px
;
...
...
@@ -306,7 +308,7 @@ form.inline_edit {
border
:
none
;
}
.pages
a
:hover
{
background-color
:
#
DDD
;
background-color
:
#
003b46
;
}
.pages
span
{
display
:
block
;
...
...
@@ -320,7 +322,6 @@ form.inline_edit {
text-align
:
center
;
color
:
#CCC
;
margin
:
3em
0
;
border
:
1px
solid
#EEE
;
-moz-border-radius
:
5px
;
-webkit-border-radius
:
5px
;
border-radius
:
5px
;
...
...
This diff is collapsed.
Click to expand it.
templates/base.html
+
1
−
1
View file @
88978fcd
...
...
@@ -60,7 +60,7 @@
·-->
<a
class=
"atom"
href=
"{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}"
>
Feed
</a>
·
<a
rel=
"license"
href=
"http://creativecommons.org/licenses/by/4.0/"
><img
alt=
"Creative Commons License"
style=
"border-width:0"
src=
"https://
i.creativecomm
ons.
org
/l/by/4.0/80x15.png"
/></a><br
/>
<a
rel=
"license"
href=
"http://creativecommons.org/licenses/by/4.0/"
><img
alt=
"Creative Commons License"
style=
"border-width:0"
src=
"https://
licensebutt
ons.
net
/l/by/4.0/80x15.png"
/></a><br
/>
</div>
</div>
<div
class=
"clear"
></div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment