diff --git a/src/config_Absinthe.json b/src/config_Absinthe.json index c7be8b9..abdebea 100644 --- a/src/config_Absinthe.json +++ b/src/config_Absinthe.json @@ -8,17 +8,17 @@ "Palette.ToolTipBase": "#172418", "Palette.ToolTipText": "#BEC7BA", "Palette.BrightText": "#BFBD33", - "Palette.Highlight": "#1D2E03", + "Palette.Highlight": "#4e46b1", "Palette.HighlightedText": "#BEC7BA", "Palette.Button": "#172418", "Palette.ButtonText": "#BEC7BA", "Palette.Link": "#90B998", "Palette.LinkVisited": "#A08EAE", - "Palette.Light": "#BBA944", - "Palette.Midlight": "#BFBD33", + "Palette.Light": "#BFBD33", + "Palette.Midlight": "#BBA944", "Palette.Mid": "#A5B352", - "Palette.Dark": "#90B998", - "Palette.Shadow": "#A08EAE", + "Palette.Dark": "#4A956D", + "Palette.Shadow": "#172418", "Palette.WindowTextDisabled": "#4A956D", "Palette.TextDisabled": "#4A956D", "Palette.ToolTipTextDisabled": "#4A956D", diff --git a/src/config_ICEBERG.json b/src/config_ICEBERG.json index 0ab4bda..7a9cd17 100644 --- a/src/config_ICEBERG.json +++ b/src/config_ICEBERG.json @@ -8,17 +8,17 @@ "Palette.ToolTipBase": "#1E2132", "Palette.ToolTipText": "#C6C8D1", "Palette.BrightText": "#C0CA8E", - "Palette.Highlight": "#3D425B", + "Palette.Highlight": "#4e46b1", "Palette.HighlightedText": "#C6C8D1", "Palette.Button": "#1E2132", "Palette.ButtonText": "#C6C8D1", "Palette.Link": "#89B8C2", "Palette.LinkVisited": "#A093C7", - "Palette.Light": "#E2A478", - "Palette.Midlight": "#C0CA8E", + "Palette.Light": "#C0CA8E", + "Palette.Midlight": "#E2A478", "Palette.Mid": "#B4BE82", - "Palette.Dark": "#89B8C2", - "Palette.Shadow": "#A093C7", + "Palette.Dark": "#9A9CA5", + "Palette.Shadow": "#1E2132", "Palette.WindowTextDisabled": "#9A9CA5", "Palette.TextDisabled": "#9A9CA5", "Palette.ToolTipTextDisabled": "#9A9CA5", diff --git a/src/config_Solarized.json b/src/config_Solarized.json index f5b58f7..150df21 100644 --- a/src/config_Solarized.json +++ b/src/config_Solarized.json @@ -8,17 +8,17 @@ "Palette.ToolTipBase": "#073642", "Palette.ToolTipText": "#839496", "Palette.BrightText": "#B58900", - "Palette.Highlight": "#073642", + "Palette.Highlight": "#4e46b1", "Palette.HighlightedText": "#839496", "Palette.Button": "#073642", "Palette.ButtonText": "#839496", "Palette.Link": "#2AA198", "Palette.LinkVisited": "#6C71C4", - "Palette.Light": "#CB4B16", - "Palette.Midlight": "#B58900", + "Palette.Light": "#B58900", + "Palette.Midlight": "#CB4B16", "Palette.Mid": "#859900", - "Palette.Dark": "#2AA198", - "Palette.Shadow": "#6C71C4", + "Palette.Dark": "#586E75", + "Palette.Shadow": "#073642", "Palette.WindowTextDisabled": "#586E75", "Palette.TextDisabled": "#586E75", "Palette.ToolTipTextDisabled": "#586E75", diff --git a/src/config_ayuDark.json b/src/config_ayuDark.json index e86e96e..8e0c02d 100644 --- a/src/config_ayuDark.json +++ b/src/config_ayuDark.json @@ -8,17 +8,17 @@ "Palette.ToolTipBase": "#01060E", "Palette.ToolTipText": "#B3B1AD", "Palette.BrightText": "#FFB454", - "Palette.Highlight": "#273747", + "Palette.Highlight": "#4e46b1", "Palette.HighlightedText": "#B3B1AD", "Palette.Button": "#01060E", "Palette.ButtonText": "#B3B1AD", "Palette.Link": "#39BAE6", "Palette.LinkVisited": "#FFEE99", - "Palette.Light": "#FF8F40", - "Palette.Midlight": "#FFB454", + "Palette.Light": "#FFB454", + "Palette.Midlight": "#FF8F40", "Palette.Mid": "#C2D94C", - "Palette.Dark": "#39BAE6", - "Palette.Shadow": "#FFEE99", + "Palette.Dark": "#626A73", + "Palette.Shadow": "#01060E", "Palette.WindowTextDisabled": "#626A73", "Palette.TextDisabled": "#626A73", "Palette.ToolTipTextDisabled": "#626A73", diff --git a/src/stylesheet_Absinthe.qss b/src/stylesheet_Absinthe.qss index 8bf1931..7e2da49 100644 --- a/src/stylesheet_Absinthe.qss +++ b/src/stylesheet_Absinthe.qss @@ -924,27 +924,38 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar --------------------------------------------------------------------------- */ QProgressBar { - background-color: #131418; - /* border: 1px solid #4A956D; delete */ - color: #BEC7BA; + margin: 2px 0 0; + background: #404040; + color: #dadada; + border-top: 1px solid #191919 ; + border-bottom: 1px solid #3c3c3c ; + border-left: 1px solid #1d1e20 ; + border-right: 1px solid #434343 ; + border-radius: 6px ; + + text-align: center; + font: bold; +} + +QProgressBar::chunk { + background: qlineargradient(x1:0, y1:0, x2:0, y2:1, + stop:0 #3d9cc7, stop:0.1 #3a6dad, stop: 0.9 #3a6dad, stop:1 #101c3f); + border : 1px solid #111111; + border-radius: 6px ; } QProgressBar:disabled { background-color: #131418; color: #4A956D; - text-align: center; -} -/* Delete -QProgressBar::chunk { - background: #1D2E03; Change - color: #BEC7BA; } QProgressBar::chunk:disabled { - background-color: #4A956D; - color: #4A956D; + background-color: #131418; + border : 1px solid #C69492 ; + border-radius: 2px ; + margin: 1px ; } - */ + /* ------------------------------------------------------------------------ */ /* BUTTONS ---------------------------------------------------------------- */ /* ------------------------------------------------------------------------ */ diff --git a/src/stylesheet_ICEBERG.qss b/src/stylesheet_ICEBERG.qss index 1cb3c21..1c481ec 100644 --- a/src/stylesheet_ICEBERG.qss +++ b/src/stylesheet_ICEBERG.qss @@ -924,27 +924,38 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar --------------------------------------------------------------------------- */ QProgressBar { - background-color: #161821; - /* border: 1px solid #9A9CA5; delete */ - color: #C6C8D1; + margin: 2px 0 0; + background: #404040; + color: #dadada; + border-top: 1px solid #191919 ; + border-bottom: 1px solid #3c3c3c ; + border-left: 1px solid #1d1e20 ; + border-right: 1px solid #434343 ; + border-radius: 6px ; + + text-align: center; + font: bold; +} + +QProgressBar::chunk { + background: qlineargradient(x1:0, y1:0, x2:0, y2:1, + stop:0 #3d9cc7, stop:0.1 #3a6dad, stop: 0.9 #3a6dad, stop:1 #101c3f); + border : 1px solid #111111; + border-radius: 6px ; } QProgressBar:disabled { background-color: #161821; color: #9A9CA5; - text-align: center; -} -/* Delete -QProgressBar::chunk { - background: #3D425B; Change - color: #C6C8D1; } QProgressBar::chunk:disabled { - background-color: #9A9CA5; - color: #9A9CA5; + background-color: #161821; + border : 1px solid #E27878 ; + border-radius: 2px ; + margin: 1px ; } - */ + /* ------------------------------------------------------------------------ */ /* BUTTONS ---------------------------------------------------------------- */ /* ------------------------------------------------------------------------ */ diff --git a/src/stylesheet_Solarized.qss b/src/stylesheet_Solarized.qss index 26e0e16..6616fcd 100644 --- a/src/stylesheet_Solarized.qss +++ b/src/stylesheet_Solarized.qss @@ -924,27 +924,38 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar --------------------------------------------------------------------------- */ QProgressBar { - background-color: #002B36; - /* border: 1px solid #586E75; delete */ - color: #839496; + margin: 2px 0 0; + background: #404040; + color: #dadada; + border-top: 1px solid #191919 ; + border-bottom: 1px solid #3c3c3c ; + border-left: 1px solid #1d1e20 ; + border-right: 1px solid #434343 ; + border-radius: 6px ; + + text-align: center; + font: bold; +} + +QProgressBar::chunk { + background: qlineargradient(x1:0, y1:0, x2:0, y2:1, + stop:0 #3d9cc7, stop:0.1 #3a6dad, stop: 0.9 #3a6dad, stop:1 #101c3f); + border : 1px solid #111111; + border-radius: 6px ; } QProgressBar:disabled { background-color: #002B36; color: #586E75; - text-align: center; -} -/* Delete -QProgressBar::chunk { - background: #073642; Change - color: #839496; } QProgressBar::chunk:disabled { - background-color: #586E75; - color: #586E75; + background-color: #002B36; + border : 1px solid #DC322F ; + border-radius: 2px ; + margin: 1px ; } - */ + /* ------------------------------------------------------------------------ */ /* BUTTONS ---------------------------------------------------------------- */ /* ------------------------------------------------------------------------ */ diff --git a/src/stylesheet_ayuDark.qss b/src/stylesheet_ayuDark.qss index 9a042ff..d5259ef 100644 --- a/src/stylesheet_ayuDark.qss +++ b/src/stylesheet_ayuDark.qss @@ -924,27 +924,38 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar --------------------------------------------------------------------------- */ QProgressBar { - background-color: #0A0E14; - /* border: 1px solid #626A73; delete */ - color: #B3B1AD; + margin: 2px 0 0; + background: #404040; + color: #dadada; + border-top: 1px solid #191919 ; + border-bottom: 1px solid #3c3c3c ; + border-left: 1px solid #1d1e20 ; + border-right: 1px solid #434343 ; + border-radius: 6px ; + + text-align: center; + font: bold; +} + +QProgressBar::chunk { + background: qlineargradient(x1:0, y1:0, x2:0, y2:1, + stop:0 #3d9cc7, stop:0.1 #3a6dad, stop: 0.9 #3a6dad, stop:1 #101c3f); + border : 1px solid #111111; + border-radius: 6px ; } QProgressBar:disabled { background-color: #0A0E14; color: #626A73; - text-align: center; -} -/* Delete -QProgressBar::chunk { - background: #273747; Change - color: #B3B1AD; } QProgressBar::chunk:disabled { - background-color: #626A73; - color: #626A73; + background-color: #0A0E14; + border : 1px solid #F07178 ; + border-radius: 2px ; + margin: 1px ; } - */ + /* ------------------------------------------------------------------------ */ /* BUTTONS ---------------------------------------------------------------- */ /* ------------------------------------------------------------------------ */