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
38686025
Commit
38686025
authored
Feb 21, 2019
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated body & page variables to use variables from code theme
parent
a9c5fe5b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
packages/grafana-ui/src/themes/_variables.dark.scss.tmpl.ts
+2
-2
packages/grafana-ui/src/themes/_variables.light.scss.tmpl.ts
+2
-2
packages/grafana-ui/src/themes/dark.ts
+2
-2
public/sass/_variables.dark.generated.scss
+2
-2
public/sass/_variables.light.generated.scss
+2
-2
No files found.
packages/grafana-ui/src/themes/_variables.dark.scss.tmpl.ts
View file @
38686025
...
@@ -73,8 +73,8 @@ $critical: $red-base;
...
@@ -73,8 +73,8 @@ $critical: $red-base;
// Scaffolding
// Scaffolding
// -------------------------
// -------------------------
$body-bg: $
dark-2
;
$body-bg:
$
{
theme
.
colors
.
bodyBg
}
;
$page-bg: $
dark-2
;
$page-bg:
$
{
theme
.
colors
.
pageBg
}
;
$body-color: $gray-4;
$body-color: $gray-4;
$text-color: $gray-4;
$text-color: $gray-4;
...
...
packages/grafana-ui/src/themes/_variables.light.scss.tmpl.ts
View file @
38686025
...
@@ -65,8 +65,8 @@ $critical: $red-shade;
...
@@ -65,8 +65,8 @@ $critical: $red-shade;
// Scaffolding
// Scaffolding
// -------------------------
// -------------------------
$body-bg: $
gray-7
;
$body-bg:
$
{
theme
.
colors
.
bodyBg
}
;
$page-bg: $
gray-7
;
$page-bg:
$
{
theme
.
colors
.
pageBg
}
;
$body-color: $gray-1;
$body-color: $gray-1;
$text-color: $gray-1;
$text-color: $gray-1;
...
...
packages/grafana-ui/src/themes/dark.ts
View file @
38686025
...
@@ -54,8 +54,8 @@ const darkTheme: GrafanaTheme = {
...
@@ -54,8 +54,8 @@ const darkTheme: GrafanaTheme = {
online
:
basicColors
.
greenBase
,
online
:
basicColors
.
greenBase
,
warn
:
'#f79520'
,
warn
:
'#f79520'
,
critical
:
basicColors
.
redBase
,
critical
:
basicColors
.
redBase
,
bodyBg
:
'#171819'
,
bodyBg
:
basicColors
.
dark2
,
pageBg
:
'#161719'
,
pageBg
:
basicColors
.
dark2
,
bodyColor
:
basicColors
.
gray4
,
bodyColor
:
basicColors
.
gray4
,
textColor
:
basicColors
.
gray4
,
textColor
:
basicColors
.
gray4
,
textColorStrong
:
basicColors
.
white
,
textColorStrong
:
basicColors
.
white
,
...
...
public/sass/_variables.dark.generated.scss
View file @
38686025
...
@@ -76,8 +76,8 @@ $critical: $red-base;
...
@@ -76,8 +76,8 @@ $critical: $red-base;
// Scaffolding
// Scaffolding
// -------------------------
// -------------------------
$body-bg
:
$dark-2
;
$body-bg
:
#161719
;
$page-bg
:
$dark-2
;
$page-bg
:
#161719
;
$body-color
:
$gray-4
;
$body-color
:
$gray-4
;
$text-color
:
$gray-4
;
$text-color
:
$gray-4
;
...
...
public/sass/_variables.light.generated.scss
View file @
38686025
...
@@ -68,8 +68,8 @@ $critical: $red-shade;
...
@@ -68,8 +68,8 @@ $critical: $red-shade;
// Scaffolding
// Scaffolding
// -------------------------
// -------------------------
$body-bg
:
$gray-7
;
$body-bg
:
#f7f8fa
;
$page-bg
:
$gray-7
;
$page-bg
:
#f7f8fa
;
$body-color
:
$gray-1
;
$body-color
:
$gray-1
;
$text-color
:
$gray-1
;
$text-color
:
$gray-1
;
...
...
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