diff --git a/css/bluemoon.css b/css/bluemoon.css index f87691d..7b29bff 100644 --- a/css/bluemoon.css +++ b/css/bluemoon.css @@ -6624,3 +6624,8 @@ a.accordion-toggle:not(.collapsed) { padding-right: 15px; padding-left: 15px; } + + +#settings_dialog table td>a { + color: #ffffff !important; +} \ No newline at end of file diff --git a/css/cyborg.css b/css/cyborg.css index 90f49f0..5e98a75 100644 --- a/css/cyborg.css +++ b/css/cyborg.css @@ -6675,3 +6675,7 @@ body.UICResponsiveMode #settings_dialog_content{ .ct-series-a .ct-line{ stroke: #b94a48; } + +#settings_dialog table td>a { + color: #ffffff !important; +} \ No newline at end of file diff --git a/css/darkgreen.css b/css/darkgreen.css index 838abb3..e6f9605 100644 --- a/css/darkgreen.css +++ b/css/darkgreen.css @@ -568,3 +568,6 @@ input[disabled], select[disabled], textarea[disabled], input[readonly], select[r .popover.right .arrow:after { border-right-color: var(--accent); } +#settings_dialog table td>a { + color: var(--white) !important; +} \ No newline at end of file diff --git a/css/discoranged.css b/css/discoranged.css index 3ebe277..877abee 100644 --- a/css/discoranged.css +++ b/css/discoranged.css @@ -752,4 +752,8 @@ div.popover.toptempPopover .popover-content div.TopTempPopoverGraph svg .ct-labe #dialog_printJobHistory_compareSlicerSettings table tbody tr span[style*="blue"] { color: red !important; +} + +#settings_dialog table td>a { + color: var(--white) !important; } \ No newline at end of file diff --git a/css/discorded.css b/css/discorded.css index 32ac418..82fac23 100644 --- a/css/discorded.css +++ b/css/discorded.css @@ -602,4 +602,7 @@ div.popover.toptempPopover .popover-content div.TopTempPopoverGraph svg .ct-labe #dialog_printJobHistory_compareSlicerSettings table tbody tr span[style*="blue"] { color: red !important; -} \ No newline at end of file +} +#settings_dialog table td>a { + color: var(--white) !important; +} diff --git a/css/prusatribute.css b/css/prusatribute.css index 9f5e81e..b733da7 100644 --- a/css/prusatribute.css +++ b/css/prusatribute.css @@ -6466,3 +6466,7 @@ label { body.UICResponsiveMode #settings_dialog_content{ margin-top: 55px; } + +#settings_dialog table td>a { + color: #f3f3f3 !important; +} \ No newline at end of file diff --git a/css/slate.css b/css/slate.css index 08d78e8..b9d9fc3 100644 --- a/css/slate.css +++ b/css/slate.css @@ -6563,4 +6563,8 @@ a.thumbnail:hover { #tabs_content { border-top: 1px solid #666; -} \ No newline at end of file +} + +#settings_dialog table td>a { + color: #ffffff !important; +} diff --git a/themes.json b/themes.json index a29e874..a193372 100644 --- a/themes.json +++ b/themes.json @@ -53,5 +53,10 @@ "name": "Default", "desc": "Clean and natural", "org": "https://octoprint.org/" + }, + "matrix":{ + "name": "Matrix", + "desc": "A discord-like theme with Green accents based on the themeify theme", + "org": "https://github.com/Sleeepy2" } }