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
5f4f559d
Commit
5f4f559d
authored
Feb 19, 2019
by
Dominik Prokop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix blue in dark theme
parent
56726397
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
packages/grafana-ui/src/themes/dark.ts
+1
-1
public/sass/_variables.dark.generated.scss
+1
-1
No files found.
packages/grafana-ui/src/themes/dark.ts
View file @
5f4f559d
...
...
@@ -18,7 +18,7 @@ const basicColors = {
gray6
:
'#f4f5f8'
,
gray7
:
'#fbfbfb'
,
grayBlue
:
'#212327'
,
blue
:
'#
ff0000
'
,
blue
:
'#
33b5e5
'
,
blueDark
:
'#005f81'
,
blueLight
:
'#00a8e6'
,
// not used in dark theme
green
:
'#299c46'
,
...
...
public/sass/_variables.dark.generated.scss
View file @
5f4f559d
...
...
@@ -51,7 +51,7 @@ $white: #ffffff;
// Accent colors
// -------------------------
$blue
:
#
ff0000
;
$blue
:
#
33b5e5
;
$green
:
#299c46
;
$red
:
$lobster-base
;
$yellow
:
#ecbb13
;
...
...
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