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
6cb6f58a
Commit
6cb6f58a
authored
Dec 02, 2016
by
BM5k
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename theme to match actual colors
parent
20b5f5af
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
app/assets/stylesheets/framework/gitlab-theme.scss
app/assets/stylesheets/framework/gitlab-theme.scss
+6
-6
app/assets/stylesheets/pages/profiles/preferences.scss
app/assets/stylesheets/pages/profiles/preferences.scss
+2
-2
lib/gitlab/themes.rb
lib/gitlab/themes.rb
+1
-1
No files found.
app/assets/stylesheets/framework/gitlab-theme.scss
View file @
6cb6f58a
...
...
@@ -99,10 +99,10 @@ $theme-graphite: #777;
$theme-graphite-dark
:
#666
;
$theme-graphite-darker
:
#555
;
$theme-
gray
-light
:
#979797
;
$theme-
gray
:
#373737
;
$theme-
gray
-dark
:
#272727
;
$theme-
gray
-darker
:
#222
;
$theme-
black
-light
:
#979797
;
$theme-
black
:
#373737
;
$theme-
black
-dark
:
#272727
;
$theme-
black
-darker
:
#222
;
$theme-green-light
:
#adc
;
$theme-green
:
#019875
;
...
...
@@ -127,8 +127,8 @@ body {
@include
gitlab-theme
(
$theme-graphite-light
,
$theme-graphite
,
$theme-graphite-dark
,
$theme-graphite-darker
);
}
&
.ui_
gray
{
@include
gitlab-theme
(
$theme-
gray-light
,
$theme-gray
,
$theme-gray-dark
,
$theme-gray
-darker
);
&
.ui_
black
{
@include
gitlab-theme
(
$theme-
black-light
,
$theme-black
,
$theme-black-dark
,
$theme-black
-darker
);
}
&
.ui_green
{
...
...
app/assets/stylesheets/pages/profiles/preferences.scss
View file @
6cb6f58a
...
...
@@ -22,8 +22,8 @@
background
:
$theme-graphite
;
}
&
.ui_
gray
{
background
:
$theme-
gray
;
&
.ui_
black
{
background
:
$theme-
black
;
}
&
.ui_green
{
...
...
lib/gitlab/themes.rb
View file @
6cb6f58a
...
...
@@ -15,7 +15,7 @@ module Gitlab
Theme
.
new
(
1
,
'Graphite'
,
'ui_graphite'
),
Theme
.
new
(
2
,
'Charcoal'
,
'ui_charcoal'
),
Theme
.
new
(
3
,
'Green'
,
'ui_green'
),
Theme
.
new
(
4
,
'
Gray'
,
'ui_gray
'
),
Theme
.
new
(
4
,
'
Black'
,
'ui_black
'
),
Theme
.
new
(
5
,
'Violet'
,
'ui_violet'
),
Theme
.
new
(
6
,
'Blue'
,
'ui_blue'
)
].
freeze
...
...
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