2 Commits

Author SHA1 Message Date
3806d503e9 0.1.8 2023-05-09 22:45:56 -07:00
ee48a51e60 softer orange in dark 2023-05-09 22:45:36 -07:00
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@doc-utils/color-themes", "name": "@doc-utils/color-themes",
"version": "0.1.7", "version": "0.1.8",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@doc-utils/color-themes", "name": "@doc-utils/color-themes",
"version": "0.1.7", "version": "0.1.8",
"devDependencies": { "devDependencies": {
"@types/node": "^18.16.3", "@types/node": "^18.16.3",
"typescript": "^5.0.4" "typescript": "^5.0.4"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@doc-utils/color-themes", "name": "@doc-utils/color-themes",
"version": "0.1.7", "version": "0.1.8",
"publishConfig": { "publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/" "registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
}, },

View File

@@ -53,7 +53,7 @@
"chart_guideline": "#666666", "chart_guideline": "#666666",
"chart_shape_red_fill": "#a64237", "chart_shape_red_fill": "#a64237",
"chart_shape_red_line": "#c77366", "chart_shape_red_line": "#c77366",
"chart_shape_orange_fill": "#c05f1a", "chart_shape_orange_fill": "#b15819",
"chart_shape_orange_line": "#d89766", "chart_shape_orange_line": "#d89766",
"chart_shape_yellow_fill": "#716f36", "chart_shape_yellow_fill": "#716f36",
"chart_shape_yellow_line": "#a09e27", "chart_shape_yellow_line": "#a09e27",

View File

@@ -51,7 +51,7 @@ colors:
chart_guideline: "#666666" chart_guideline: "#666666"
chart_shape_red_fill: "#a64237" chart_shape_red_fill: "#a64237"
chart_shape_red_line: "#c77366" chart_shape_red_line: "#c77366"
chart_shape_orange_fill: "#c05f1a" chart_shape_orange_fill: "#b15819"
chart_shape_orange_line: "#d89766" chart_shape_orange_line: "#d89766"
chart_shape_yellow_fill: "#716f36" chart_shape_yellow_fill: "#716f36"
chart_shape_yellow_line: "#a09e27" chart_shape_yellow_line: "#a09e27"