Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
ec49dd92
Commit
ec49dd92
authored
Nov 20, 2017
by
Trent White
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make grays cooler
parent
84b277d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
public/sass/_variables.dark.scss
+12
-12
public/sass/_variables.light.scss
+2
-2
No files found.
public/sass/_variables.dark.scss
View file @
ec49dd92
...
...
@@ -10,8 +10,8 @@ $black: #000;
// -------------------------
$black
:
#000
;
$dark-1
:
#141414
;
$dark-2
:
#1f1
d
1d
;
$dark-3
:
#2
92929
;
$dark-2
:
#1f1
f
1d
;
$dark-3
:
#2
62628
;
$dark-4
:
#333333
;
$dark-5
:
#444444
;
$gray-1
:
#555555
;
...
...
@@ -49,7 +49,7 @@ $critical: #ed2e18;
// Scaffolding
// -------------------------
$body-bg
:
rgb
(
2
4
,
20
,
20
);
$body-bg
:
rgb
(
2
3
,
24
,
25
);
$page-bg
:
$dark-2
;
$body-color
:
$gray-4
;
$text-color
:
$gray-4
;
...
...
@@ -63,8 +63,8 @@ $text-shadow-faint: 1px 1px 4px rgb(45, 45, 45);
// gradients
$brand-gradient
:
linear-gradient
(
to
right
,
rgba
(
255
,
213
,
0
,
0
.7
)
0%
,
rgba
(
255
,
68
,
0
,
0
.7
)
99%
,
rgba
(
255
,
68
,
0
,
0
.7
)
100%
);
$page-gradient
:
linear-gradient
(
180deg
,
rgb
(
36
,
36
,
3
6
)
40px
,
rgba
(
178
,
31
,
31
,
0
.03
)
100px
,
rgba
(
253
,
187
,
45
,
0
.03
));
$dashboard-gradient
:
linear-gradient
(
180deg
,
#2
42424
10px
,
rgba
(
15
,
15
,
15
,
1
)
100px
,
rgb
(
10
,
10
,
10
));
$page-gradient
:
linear-gradient
(
180deg
,
rgb
(
36
,
36
,
3
8
)
40px
,
rgba
(
178
,
31
,
33
,
0
.03
)
100px
,
rgba
(
253
,
187
,
47
,
0
.03
));
$dashboard-gradient
:
linear-gradient
(
180deg
,
#2
22426
10px
,
rgba
(
15
,
15
,
16
,
1
)
100px
,
rgb
(
10
,
10
,
11
));
// Links
// -------------------------
...
...
@@ -90,8 +90,8 @@ $component-active-bg: $brand-primary !default;
// Panel
// -------------------------
$panel-bg
:
$
dark-2
;
$panel-border-color
:
$
dark-3
;
$panel-bg
:
$
black
;
$panel-border-color
:
$
black
;
$panel-border
:
solid
1px
$panel-border-color
;
$panel-drop-zone-bg
:
repeating-linear-gradient
(
-128deg
,
#111
,
#111
10px
,
#191919
10px
,
#222
20px
);
$panel-header-hover-bg
:
$dark-3
;
...
...
@@ -103,10 +103,10 @@ $divider-border-color: #555;
$tight-form-border
:
#050505
;
$tight-form-bg
:
$dark-3
;
$tight-form-func-bg
:
#333
;
$tight-form-func-highlight-bg
:
#444
;
$tight-form-func-bg
:
#333
334
;
$tight-form-func-highlight-bg
:
#444
445
;
$modal-backdrop-bg
:
#3
a4754
;
$modal-backdrop-bg
:
#3
53c42
;
$code-tag-bg
:
$gray-1
;
$code-tag-border
:
lighten
(
$code-tag-bg
,
2%
);
...
...
@@ -295,8 +295,8 @@ $graph-tooltip-bg: $dark-1;
$checkboxImageUrl
:
'../img/checkbox.png'
;
// cards
$card-background
:
linear-gradient
(
135deg
,
#2f2f
2f
,
#262626
);
$card-background-hover
:
linear-gradient
(
135deg
,
#34343
4
,
#262626
);
$card-background
:
linear-gradient
(
135deg
,
#2f2f
32
,
#262628
);
$card-background-hover
:
linear-gradient
(
135deg
,
#34343
6
,
#262628
);
$card-shadow
:
-1px
-1px
0
0
hsla
(
0
,
0%
,
100%
,
.1
)
,
1px
1px
0
0
rgba
(
0
,
0
,
0
,
.3
);
// info box
...
...
public/sass/_variables.light.scss
View file @
ec49dd92
...
...
@@ -15,8 +15,8 @@ $black: #000;
// -------------------------
$black
:
#000
;
$dark-1
:
#141414
;
$dark-2
:
#1
f1d1d
;
$dark-3
:
#2
92929
;
$dark-2
:
#1
d1d1f
;
$dark-3
:
#2
62628
;
$dark-4
:
#373737
;
$dark-5
:
#444444
;
$gray-1
:
#555555
;
...
...
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