Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
2
2015-12-uni-ffm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CmS
2015-12-uni-ffm
Commits
1661fb2f
Commit
1661fb2f
authored
12 years ago
by
asmod3us
Browse files
Options
Downloads
Patches
Plain Diff
updated dark theme to use external color definition
parent
b967cfd6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/theme/solarized_dark.css
+1
-2
1 addition, 2 deletions
css/theme/solarized_dark.css
css/theme/source/solarized_dark.scss
+2
-21
2 additions, 21 deletions
css/theme/source/solarized_dark.scss
with
3 additions
and
23 deletions
css/theme/solarized_dark.css
+
1
−
2
View file @
1661fb2f
...
...
@@ -11,8 +11,7 @@
font-style
:
normal
;
}
/**
* Primary styles (custom section, non htmlboilerplate)
* Author: Ethan Schoonover
* Solarized colors by Ethan Schoonover
*/
html
*
{
color-profile
:
sRGB
;
...
...
This diff is collapsed.
Click to expand it.
css/theme/source/solarized_dark.scss
+
2
−
21
View file @
1661fb2f
...
...
@@ -26,34 +26,15 @@
@import
url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic)
;
/**
* Primary styles (custom section, non htmlboilerplate)
* Author: Ethan Schoonover
* Solarized colors by Ethan Schoonover
*/
html
*
{
color-profile
:
sRGB
;
rendering-intent
:
auto
;
}
$base03
:
#002b36
;
$base02
:
#073642
;
$base01
:
#586e75
;
$base00
:
#657b83
;
$base0
:
#839496
;
$base1
:
#93a1a1
;
$base2
:
#eee8d5
;
$base3
:
#fdf6e3
;
$yellow
:
#b58900
;
$orange
:
#cb4b16
;
$red
:
#dc322f
;
$magenta
:
#d33682
;
$violet
:
#6c71c4
;
$blue
:
#268bd2
;
$cyan
:
#2aa198
;
$green
:
#859900
;
@import
"solarized_colors.scss"
;
// Override theme settings (see ../template/settings.scss)
$mainColor
:
$base0
;
...
...
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