Skip to content

Commit

Permalink
for 4.3.0 Rev11: Blue: Progress bar+Pieaces bar
Browse files Browse the repository at this point in the history
  • Loading branch information
maboroshin authored Sep 19, 2021
1 parent 125d951 commit a5ddb48
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 68 deletions.
10 changes: 5 additions & 5 deletions src/config_Absinthe.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions src/config_ICEBERG.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions src/config_Solarized.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions src/config_ayuDark.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
35 changes: 23 additions & 12 deletions src/stylesheet_Absinthe.qss
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
Expand Down
35 changes: 23 additions & 12 deletions src/stylesheet_ICEBERG.qss
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
Expand Down
35 changes: 23 additions & 12 deletions src/stylesheet_Solarized.qss
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
Expand Down
35 changes: 23 additions & 12 deletions src/stylesheet_ayuDark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
Expand Down

0 comments on commit a5ddb48

Please sign in to comment.