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
2372474c
Commit
2372474c
authored
Feb 19, 2019
by
ijin08
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated theme variables to master
parent
547696af
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
87 additions
and
66 deletions
+87
-66
packages/grafana-ui/src/themes/_variables.dark.scss.tmpl.ts
+2
-0
packages/grafana-ui/src/themes/_variables.light.scss.tmpl.ts
+2
-0
public/sass/_variables.dark.generated.scss
+0
-0
public/sass/_variables.light.generated.scss
+83
-66
No files found.
packages/grafana-ui/src/themes/_variables.dark.scss.tmpl.ts
View file @
2372474c
...
...
@@ -144,6 +144,7 @@ $page-header-border-color: $dark-9;
$divider-border-color: $gray-1;
// Graphite Target Editor
$tight-form-bg: $dark-3; //remove after merge!!!
$tight-form-func-bg: $dark-9;
$tight-form-func-highlight-bg: $dark-10;
...
...
@@ -171,6 +172,7 @@ $scrollbarBorder: $dark-10;
// Tables
// -------------------------
$table-bg: transparent; // remove after merge!!!
$table-bg-accent: $dark-6; // for striping
$table-border: $dark-6; // table and cell border
...
...
packages/grafana-ui/src/themes/_variables.light.scss.tmpl.ts
View file @
2372474c
...
...
@@ -129,6 +129,7 @@ $page-header-border-color: $gray-4;
$divider-border-color: $gray-2;
// Graphite Target Editor
$tight-form-bg: $dark-3; //remove after merge!!!
$tight-form-func-bg: $gray-5;
$tight-form-func-highlight-bg: $gray-6;
...
...
@@ -156,6 +157,7 @@ $scrollbarBorder: $gray-3;
// Tables
// -------------------------
$table-bg: transparent; // remove after merge!!!
$table-bg-accent: $gray-5; // for striping
$table-border: $gray-3; // table and cell border
...
...
public/sass/_variables.dark.generated.scss
View file @
2372474c
This diff is collapsed.
Click to expand it.
public/sass/_variables.light.generated.scss
View file @
2372474c
...
...
@@ -13,6 +13,19 @@
$theme-name
:
light
;
// New Colors
// -------------------------
$sapphire-faint
:
#f5f9ff
;
$sapphire-light
:
#5794f2
;
$sapphire-base
:
#3274d9
;
$sapphire-shade
:
#1f60c4
;
$lobster-base
:
#e02f44
;
$lobster-shade
:
#c4162a
;
$green-base
:
#3eb15b
;
$green-shade
:
#369b4f
;
$purple-shade
:
#8f3bb8
;
$yellow-base
:
#f2cc0c
;
// Grays
// -------------------------
$black
:
#000000
;
...
...
@@ -29,35 +42,45 @@ $gray-5: #dde4ed;
$gray-6
:
#e9edf2
;
$gray-7
:
#f7f8fa
;
$black
:
#000
;
$dark-2
:
#1e2028
;
$dark-5
:
#41444b
;
$gray-1
:
#52545c
;
$gray-2
:
#767980
;
$gray-3
:
#acb6bf
;
$gray-4
:
#c7d0d9
;
$gray-5
:
#dde4ed
;
$gray-6
:
#e9edf2
;
$gray-7
:
#f7f8fa
;
$white
:
#ffffff
;
// Accent colors
// -------------------------
$blue
:
#0083b3
;
$blue-light
:
#00a8e6
;
$green
:
#3aa655
;
$red
:
#d44939
;
$red
:
$lobster-base
;
$yellow
:
#ff851b
;
$orange
:
#ff7941
;
$purple
:
#9954bb
;
$variable
:
$
blu
e
;
$variable
:
$
purple-shad
e
;
$brand-primary
:
$orange
;
$brand-success
:
$green
;
$brand-warning
:
$orange
;
$brand-danger
:
$
red
;
$brand-danger
:
$
lobster-base
;
$query-red
:
$
red
;
$query-red
:
$
lobster-base
;
$query-green
:
$green
;
$query-purple
:
$purple
;
$query-orange
:
$orange
;
$query-keyword
:
$
blu
e
;
$query-keyword
:
$
sapphire-bas
e
;
// Status colors
// -------------------------
$online
:
#01a64f
;
$online
:
$green-shade
;
$warn
:
#f79520
;
$critical
:
#ec2128
;
$critical
:
$lobster-shade
;
// Scaffolding
// -------------------------
...
...
@@ -72,7 +95,6 @@ $text-color-faint: $gray-4;
$text-color-emphasis
:
$dark-5
;
$text-shadow-faint
:
none
;
$textShadow
:
none
;
// gradients
$brand-gradient
:
linear-gradient
(
to
right
,
rgba
(
255
,
213
,
0
,
1
)
0%
,
rgba
(
255
,
68
,
0
,
1
)
99%
,
rgba
(
255
,
68
,
0
,
1
)
100%
);
...
...
@@ -85,7 +107,7 @@ $edit-gradient: linear-gradient(-60deg, $gray-7, #f5f6f9 70%, $gray-7 98%);
$link-color
:
$gray-1
;
$link-color-disabled
:
lighten
(
$link-color
,
30%
);
$link-hover-color
:
darken
(
$link-color
,
20%
);
$external-link-color
:
$
blue-light
;
$external-link-color
:
$
sapphire-shade
;
// Typography
// -------------------------
...
...
@@ -93,7 +115,7 @@ $headings-color: $text-color;
$abbr-border-color
:
$gray-2
!
default
;
$text-muted
:
$text-color-weak
;
$hr-border-color
:
$
dark-3
!
default
;
$hr-border-color
:
$
gray-4
!
default
;
// Panel
// -------------------------
...
...
@@ -110,13 +132,13 @@ $page-header-border-color: $gray-4;
$divider-border-color
:
$gray-2
;
// Graphite Target Editor
$tight-form-bg
:
#eaebee
;
$tight-form-bg
:
$dark-3
;
//remove after merge!!!
$tight-form-func-bg
:
$gray-5
;
$tight-form-func-highlight-bg
:
$gray-6
;
$modal-backdrop-bg
:
$body-bg
;
$code-tag-bg
:
$gray-6
;
$code-tag-border
:
darken
(
$code-tag-bg
,
3%
)
;
$code-tag-border
:
$gray-4
;
// cards
$card-background
:
linear-gradient
(
135deg
,
$gray-6
,
$gray-5
);
...
...
@@ -132,13 +154,13 @@ $list-item-shadow: $card-shadow;
$empty-list-cta-bg
:
$gray-6
;
// Scrollbars
$scrollbarBackground
:
$gray-
5
;
$scrollbarBackground2
:
$gray-
5
;
$scrollbarBorder
:
$gray-
4
;
$scrollbarBackground
:
$gray-
4
;
$scrollbarBackground2
:
$gray-
4
;
$scrollbarBorder
:
$gray-
3
;
// Tables
// -------------------------
$table-bg
:
transparent
;
//
overall background-color
$table-bg
:
transparent
;
//
remove after merge!!!
$table-bg-accent
:
$gray-5
;
// for striping
$table-border
:
$gray-3
;
// table and cell border
...
...
@@ -147,23 +169,21 @@ $table-bg-hover: $gray-5;
// Buttons
// -------------------------
$btn-primary-bg
:
$
brand-primary
;
$btn-primary-bg-hl
:
lighten
(
$brand-primary
,
8%
)
;
$btn-primary-bg
:
$
green-base
;
$btn-primary-bg-hl
:
$green-shade
;
$btn-secondary-bg
:
$
blu
e
;
$btn-secondary-bg-hl
:
lighten
(
$blue
,
4%
)
;
$btn-secondary-bg
:
$
sapphire-bas
e
;
$btn-secondary-bg-hl
:
$sapphire-shade
;
$btn-success-bg
:
lighten
(
$green
,
3%
)
;
$btn-success-bg-hl
:
darken
(
$green
,
3%
)
;
$btn-success-bg
:
$green-base
;
$btn-success-bg-hl
:
$green-shade
;
$btn-
warning-bg
:
lighten
(
$orange
,
3%
)
;
$btn-
warning-bg-hl
:
darken
(
$orange
,
3%
)
;
$btn-
danger-bg
:
$lobster-base
;
$btn-
danger-bg-hl
:
$lobster-shade
;
$btn-danger-bg
:
lighten
(
$red
,
3%
);
$btn-danger-bg-hl
:
darken
(
$red
,
3%
);
$btn-inverse-bg
:
$gray-6
;
$btn-inverse-bg-hl
:
darken
(
$gray-6
,
5%
);
$btn-inverse-bg
:
$gray-5
;
$btn-inverse-bg-hl
:
darken
(
$gray-5
,
5%
);
$btn-inverse-bg-hl
:
$gray-4
;
$btn-inverse-text-color
:
$gray-1
;
$btn-inverse-text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0
.4
);
...
...
@@ -181,11 +201,11 @@ $btn-drag-image: '../img/grab_light.svg';
$input-bg
:
$white
;
$input-bg-disabled
:
$gray-5
;
$input-color
:
$dark-
3
;
$input-color
:
$dark-
5
;
$input-border-color
:
$gray-5
;
$input-box-shadow
:
none
;
$input-border-focus
:
$
blue
!
default
;
$input-box-shadow-focus
:
$
blue
!
default
;
$input-border-focus
:
$
gray-5
!
default
;
$input-box-shadow-focus
:
$
sapphire-light
!
default
;
$input-color-placeholder
:
$gray-4
!
default
;
$input-label-bg
:
$gray-5
;
$input-label-border-color
:
$gray-5
;
...
...
@@ -210,7 +230,7 @@ $dropdownBorder: $gray-4;
$dropdownDividerTop
:
$gray-6
;
$dropdownDividerBottom
:
$white
;
$dropdownLinkColor
:
$dark-
3
;
$dropdownLinkColor
:
$dark-
5
;
$dropdownLinkColorHover
:
$link-color
;
$dropdownLinkColorActive
:
$link-color
;
...
...
@@ -225,10 +245,7 @@ $horizontalComponentOffset: 180px;
$navbarHeight
:
52px
;
$navbarBackground
:
$white
;
$navbarBorder
:
1px
solid
$gray-4
;
$navbarShadow
:
0
0
3px
#c1c1c1
;
$navbarLinkColor
:
#444
;
$navbarBorder
:
1px
solid
$gray-5
;
$navbarButtonBackground
:
lighten
(
$navbarBackground
,
3%
);
$navbarButtonBackgroundHighlight
:
lighten
(
$navbarBackground
,
5%
);
...
...
@@ -259,14 +276,13 @@ $toolbar-bg: white;
// Form states and alerts
// -------------------------
$warning-text-color
:
lighten
(
$orange
,
10%
);
$error-text-color
:
lighten
(
$red
,
10%
)
;
$error-text-color
:
$lobster-shade
;
$success-text-color
:
lighten
(
$green
,
10%
);
$info-text-color
:
$blue
;
$alert-error-bg
:
linear-gradient
(
90deg
,
#d44939
,
#e04d3d
);
$alert-success-bg
:
linear-gradient
(
90deg
,
#3aa655
,
#47b274
);
$alert-warning-bg
:
linear-gradient
(
90deg
,
#d44939
,
#e04d3d
);
$alert-info-bg
:
$blue
;
$alert-error-bg
:
linear-gradient
(
90deg
,
$lobster-base
,
$lobster-shade
);
$alert-success-bg
:
linear-gradient
(
90deg
,
$green-base
,
$green-shade
);
$alert-warning-bg
:
linear-gradient
(
90deg
,
$lobster-base
,
$lobster-shade
);
$alert-info-bg
:
linear-gradient
(
100deg
,
$sapphire-base
,
$sapphire-shade
)
;
// popover
$popover-bg
:
$page-bg
;
...
...
@@ -274,7 +290,7 @@ $popover-color: $text-color;
$popover-border-color
:
$gray-5
;
$popover-shadow
:
0
0
20px
$white
;
$popover-help-bg
:
$b
lue
;
$popover-help-bg
:
$b
tn-secondary-bg
;
$popover-help-color
:
$gray-6
;
$popover-error-bg
:
$btn-danger-bg
;
...
...
@@ -295,7 +311,7 @@ $tooltipBackgroundError: $brand-danger;
$checkboxImageUrl
:
'../img/checkbox_white.png'
;
// info box
$info-box-border-color
:
lighten
(
$blue
,
20%
)
;
$info-box-border-color
:
$sapphire-base
;
// footer
$footer-link-color
:
$gray-3
;
...
...
@@ -304,55 +320,55 @@ $footer-link-hover: $dark-5;
// json explorer
$json-explorer-default-color
:
black
;
$json-explorer-string-color
:
green
;
$json-explorer-number-color
:
blu
e
;
$json-explorer-boolean-color
:
red
;
$json-explorer-number-color
:
$sapphire-bas
e
;
$json-explorer-boolean-color
:
$lobster-base
;
$json-explorer-null-color
:
#855a00
;
$json-explorer-undefined-color
:
rgb
(
202
,
11
,
105
);
$json-explorer-function-color
:
#ff20ed
;
$json-explorer-rotate-time
:
100ms
;
$json-explorer-toggler-opacity
:
0
.6
;
$json-explorer-bracket-color
:
blu
e
;
$json-explorer-bracket-color
:
$sapphire-bas
e
;
$json-explorer-key-color
:
#00008b
;
$json-explorer-url-color
:
blu
e
;
$json-explorer-url-color
:
$sapphire-bas
e
;
// Changelog and diff
// -------------------------
$diff-label-bg
:
$gray-
5
;
$diff-label-bg
:
$gray-
7
;
$diff-label-fg
:
$gray-2
;
$diff-arrow-color
:
$dark-
3
;
$diff-group-bg
:
$gray-
7
;
$diff-arrow-color
:
$dark-
5
;
$diff-group-bg
:
$gray-
6
;
$diff-json-bg
:
$gray-
5
;
$diff-json-fg
:
$gray-
2
;
$diff-json-bg
:
$gray-
6
;
$diff-json-fg
:
$gray-
1
;
$diff-json-added
:
lighten
(
desaturate
(
$green
,
30%
)
,
10%
)
;
$diff-json-deleted
:
desaturate
(
$red
,
35%
)
;
$diff-json-added
:
$sapphire-shade
;
$diff-json-deleted
:
$lobster-shade
;
$diff-json-old
:
#5a372a
;
$diff-json-new
:
#664e33
;
$diff-json-changed-fg
:
$gray-
6
;
$diff-json-changed-fg
:
$gray-
7
;
$diff-json-changed-num
:
$gray-4
;
$diff-json-icon
:
$gray-4
;
//Submenu
$variable-option-bg
:
$
blue-light
;
$variable-option-bg
:
$
dropdownLinkBackgroundHover
;
//Switch Slider
// -------------------------
$switch-bg
:
$white
;
$switch-slider-color
:
$gray-7
;
$switch-slider-off-bg
:
$gray-5
;
$switch-slider-on-bg
:
linear-gradient
(
90deg
,
$yellow
,
$red
);
$switch-slider-on-bg
:
linear-gradient
(
90deg
,
#ff9830
,
#e55400
);
$switch-slider-shadow
:
0
0
3px
$dark-5
;
//Checkbox
// -------------------------
$checkbox-bg
:
$gray-6
;
$checkbox-border
:
1px
solid
$gray-3
;
$checkbox-checked-bg
:
linear-gradient
(
0deg
,
$yellow
,
$red
);
$checkbox-checked-bg
:
linear-gradient
(
0deg
,
#ff9830
,
#e55400
);
$checkbox-color
:
$gray-7
;
//Panel Edit
...
...
@@ -361,17 +377,18 @@ $panel-editor-shadow: 0px 0px 8px $gray-3;
$panel-editor-side-menu-shadow
:
drop-shadow
(
0
0
2px
$gray-3
);
$panel-editor-viz-item-shadow
:
0
0
4px
$gray-3
;
$panel-editor-viz-item-border
:
1px
solid
$gray-3
;
$panel-editor-viz-item-shadow-hover
:
0
0
4px
$
blu
e-light
;
$panel-editor-viz-item-border-hover
:
1px
solid
$
blu
e-light
;
$panel-editor-viz-item-shadow-hover
:
0
0
4px
$
sapphir
e-light
;
$panel-editor-viz-item-border-hover
:
1px
solid
$
sapphir
e-light
;
$panel-editor-viz-item-bg
:
$white
;
$panel-editor-tabs-line-color
:
$dark-5
;
$panel-editor-viz-item-bg-hover
:
lighten
(
$blue
,
62%
);
$panel-editor-viz-item-bg-hover
:
lighten
(
$sapphire-base
,
45%
);
$panel-options-group-border
:
none
;
$panel-options-group-header-bg
:
$gray-5
;
$panel-grid-placeholder-bg
:
lighten
(
$blue
,
62%
)
;
$panel-grid-placeholder-shadow
:
0
0
4px
$
blu
e-light
;
$panel-grid-placeholder-bg
:
$sapphire-faint
;
$panel-grid-placeholder-shadow
:
0
0
4px
$
sapphir
e-light
;
// logs
$logs-color-unkown
:
$gray-5
;
...
...
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