Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
ef37b57f
Commit
ef37b57f
authored
Jun 06, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update charcoal theme colors
parent
2293100d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
app/assets/stylesheets/framework/gitlab-theme.scss
app/assets/stylesheets/framework/gitlab-theme.scss
+5
-2
No files found.
app/assets/stylesheets/framework/gitlab-theme.scss
View file @
ef37b57f
...
@@ -89,8 +89,11 @@
...
@@ -89,8 +89,11 @@
}
}
}
}
$theme-blue
:
#2980b9
;
$theme-charcoal
:
#3d454d
;
$theme-charcoal
:
#3d454d
;
$theme-charcoal-dark
:
#383f45
;
$theme-charcoal-text
:
#b9bbbe
;
$theme-blue
:
#2980b9
;
$theme-graphite
:
#666
;
$theme-graphite
:
#666
;
$theme-gray
:
#373737
;
$theme-gray
:
#373737
;
$theme-green
:
#019875
;
$theme-green
:
#019875
;
...
@@ -102,7 +105,7 @@ body {
...
@@ -102,7 +105,7 @@ body {
}
}
&
.ui_charcoal
{
&
.ui_charcoal
{
@include
gitlab-theme
(
#d6d7d9
,
#485157
,
$theme-charcoal
,
#353b41
);
@include
gitlab-theme
(
$theme-charcoal-text
,
#485157
,
$theme-charcoal
,
$theme-charcoal-dark
);
}
}
&
.ui_graphite
{
&
.ui_graphite
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment