Skip to content

Commit

Permalink
fix: Fix color for vanilla versions of both light and dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
COSMO-EMI authored and csm-thu committed Mar 26, 2024
1 parent 9134def commit 106b8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 277 deletions.
150 changes: 1 addition & 149 deletions src/theme/powerbi/darkTheme.vanilla.json
Original file line number Diff line number Diff line change
@@ -1,151 +1,3 @@
{
"name": "Minimal Dark Theme",
"dataColors": [
"#01B8AA",
"#374649",
"#FD625E",
"#F2C80F",
"#5F6B6D",
"#8AD4EB",
"#FE9666",
"#A66999",
"#3599B8",
"#DFBFBF",
"#4AC5BB",
"#5F6B6D",
"#FB8281",
"#F4D25A",
"#7F898A",
"#A4DDEE",
"#FDAB89",
"#B687AC",
"#28738A",
"#A78F8F",
"#168980",
"#293537",
"#BB4A4A",
"#B59525",
"#475052",
"#6A9FB0",
"#BD7150",
"#7B4F71",
"#1B4D5C",
"#706060",
"#0F5C55",
"#1C2325"
],

"good": "#3BB44A",
"neutral": "#F2C811",
"bad": "#E81123",
"maximum": "#2878BD",
"center": "#FCB714",
"minimum": "#D0E4F5",
"null": "#FF7F48",

"firstLevelElements": "#FFFFFF",
"secondLevelElements": "#E6E6E6",
"thirdLevelElements": "#333333",
"fourthLevelElements": "#DDDDDD",
"background": "#2A2A2A",
"secondaryBackground": "#444444",
"tableAccent": "#E6E6E6",

"textClasses": {
"callout": {
"color": "#FFFFFF",
"fontFace": "'Segoe UI Bold', wf_segoe-ui_bold, helvetica, arial, sans-serif",
"fontSize": 21
},
"title": {
"color": "#FFFFFF",
"fontFace": "'Segoe UI Bold', wf_segoe-ui_bold, helvetica, arial, sans-serif",
"fontSize": 12
},
"header": {
"color": "#CCCCCC"
}
},
"visualStyles": {
"*": {
"*": {
"padding": [
{
"top": 16,
"bottom": 16,
"left": 20,
"right": 20
}
],
"border": [
{
"show": true,
"color": { "solid": { "color": "#2A2A2A" } },
"radius": 12
}
],
"background": [
{
"show": true,
"color": { "solid": { "color": "#2A2A2A" } },
"transparency": 0
}
],
"outspacePane": [
{
"backgroundColor": { "solid": { "color": "#1E1E1E" } },
"transparency": 0,
"foregroundColor": { "solid": { "color": "#FFFFFF" } },
"titleSize": 11,
"headerSize": 10,
"fontFamily": "'Segoe UI', wf_segoe-ui, helvetica, arial, sans-serif",
"border": true,
"borderColor": { "solid": { "color": "#777777" } },
"width": 190,
"checkboxAndApplyColor": { "solid": { "color": "#333333" } },
"searchTextSize": 11,
"inputBoxColor": { "solid": { "color": "#2A2A2A" } }
}
],
"filterCard": [
{
"$id": "Applied",
"backgroundColor": { "solid": { "color": "#404040" } },
"transparency": 0,
"border": false,
"foregroundColor": { "solid": { "color": "#ffffff" } },
"textSize": 10,
"fontFamily": "'Segoe UI', wf_segoe-ui, helvetica, arial, sans-serif",
"inputBoxColor": { "solid": { "color": "#2A2A2A" } }
},
{
"$id": "Available",
"backgroundColor": { "solid": { "color": "#2A2A2A" } },
"transparency": 0,
"border": false,
"foregroundColor": { "solid": { "color": "#ffffff" } },
"textSize": 9,
"fontFamily": "'Segoe UI', wf_segoe-ui, helvetica, arial, sans-serif",
"inputBoxColor": { "solid": { "color": "#2A2A2A" } }
}
]
}
},
"page": {
"*": {
"background": [
{
"color": { "solid": { "color": "#1E1E1E" } },
"transparency": 0
}
],
"outspace": [
{
"color": { "solid": { "color": "#1E1E1E" } },
"transparency": 0
}
]
}
}
}
"name": "Dark Theme"
}
129 changes: 1 addition & 128 deletions src/theme/powerbi/lightTheme.vanilla.json
Original file line number Diff line number Diff line change
@@ -1,130 +1,3 @@
{
"name": "Minimal Light Theme",
"dataColors": [
"#01B8AA",
"#374649",
"#FD625E",
"#F2C80F",
"#5F6B6D",
"#8AD4EB",
"#FE9666",
"#A66999",
"#3599B8",
"#DFBFBF",
"#4AC5BB",
"#5F6B6D",
"#FB8281",
"#F4D25A",
"#7F898A",
"#A4DDEE",
"#FDAB89",
"#B687AC",
"#28738A",
"#A78F8F",
"#168980",
"#293537",
"#BB4A4A",
"#B59525",
"#475052",
"#6A9FB0",
"#BD7150",
"#7B4F71",
"#1B4D5C",
"#706060",
"#0F5C55",
"#1C2325"
],

"good": "#1AAB40",
"neutral": "#D9B300",
"bad": "#D64554",
"maximum": "#118DFF",
"center": "#D9B300",
"minimum": "#DEEFFF",
"null": "#FF7F48",

"firstLevelElements": "#252423",
"secondLevelElements": "#605E5C",
"thirdLevelElements": "#F3F2F1",
"fourthLevelElements": "#B3B0AD",
"background": "#FFFFFF",
"secondaryBackground": "#C8C6C4",
"tableAccent": "#118DFF",

"textClasses": {
"title": {
"color": "#333333",
"fontFace": "'Segoe UI Bold', wf_segoe-ui_bold, helvetica, arial, sans-serif",
"fontSize": 12
}
},

"visualStyles": {
"*": {
"*": {
"padding": [
{
"top": 16,
"bottom": 16,
"left": 20,
"right": 20
}
],
"border": [
{
"show": true,
"color": { "solid": { "color": "#D7C3AF" } },
"radius": 12
}
],
"background": [
{
"show": true,
"color": { "solid": { "color": "#FFFFFF" } },
"transparency": 0
}
],
"outspacePane": [
{
"backgroundColor": { "solid": { "color": "#FFFFFF" } },
"transparency": 0,
"foregroundColor": { "solid": { "color": "#252423" } },
"titleSize": 11,
"headerSize": 10,
"fontFamily": "'Segoe UI', wf_segoe-ui, helvetica, arial, sans-serif",
"border": true,
"borderColor": { "solid": { "color": "#B3B0AD" } },
"width": 190,
"checkboxAndApplyColor": { "solid": { "color": "#252423" } },
"searchTextSize": 11,
"inputBoxColor": { "solid": { "color": "#FFFFFF" } }
}
],
"filterCard": [
{
"$id": "Applied",
"backgroundColor": { "solid": { "color": "#FFF1E5" } },
"transparency": 25,
"border": true,
"borderColor": { "solid": { "color": "#FFF1E5" } },
"foregroundColor": { "solid": { "color": "#252423" } },
"textSize": 10,
"fontFamily": "'Segoe UI', wf_segoe-ui, helvetica, arial, sans-serif",
"inputBoxColor": { "solid": { "color": "#FFFFFF" } }
},
{
"$id": "Available",
"backgroundColor": { "solid": { "color": "#FFFFFF" } },
"transparency": 0,
"border": true,
"borderColor": { "solid": { "color": "#D7C3AF" } },
"foregroundColor": { "solid": { "color": "#252423" } },
"textSize": 9,
"fontFamily": "'Segoe UI', wf_segoe-ui, helvetica, arial, sans-serif",
"inputBoxColor": { "solid": { "color": "#FFFFFF" } }
}
]
}
}
}
"name": "Light Theme"
}

0 comments on commit 106b8b4

Please sign in to comment.