Skip to content

Commit

Permalink
7.30-3
Browse files Browse the repository at this point in the history
  • Loading branch information
dream7180 committed Jul 4, 2024
1 parent d476ddf commit 7781264
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion script/js_common/splitterh.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function get_colors() {
g_color_topbar = RGBA(0,0,0,30);
}else{
c_line = RGBA(0,0,0,60);
g_color_topbar = RGBA(0,0,0,15);
g_color_topbar = RGBA(0,0,0,12);
}
}

Expand Down
2 changes: 1 addition & 1 deletion script/js_panels/jsplaylist.js
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ function get_colors() {
g_group_header_div = RGBA(255, 255, 255, 10);
}else{
dark_mode = 0;
g_color_topbar = RGBA(0,0,0,15);
g_color_topbar = RGBA(0,0,0,12);
g_color_line = RGBA(0, 0, 0, 18);
g_color_line_div = RGBA(0, 0, 0, 45);
g_group_header_bg = RGBA(0, 0, 0, 8);
Expand Down
2 changes: 1 addition & 1 deletion script/js_panels/jssb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2753,7 +2753,7 @@ function get_colors() {
}
else {
dark_mode = 0;
g_color_topbar = RGBA(0,0,0,15);
g_color_topbar = RGBA(0,0,0,12);
}
g_color_selected_bg = window.GetColourDUI(ColorTypeDUI.selection);
};
Expand Down
2 changes: 1 addition & 1 deletion script/js_panels/jsspm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,7 @@ function get_colors() {
g_color_line_div = RGBA(0, 0, 0, 55);
}else{
dark_mode = 0;
g_color_topbar = RGBA(0,0,0,15);
g_color_topbar = RGBA(0,0,0,12);
g_color_line = RGBA(0, 0, 0, 18);
g_color_line_div = RGBA(0, 0, 0, 45);
}
Expand Down
2 changes: 1 addition & 1 deletion script/js_panels/jsview_multiplaylist.js
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ function get_colors() {
}
else {
dark_mode = 0;
g_color_topbar = RGBA(0,0,0,15);
g_color_topbar = RGBA(0,0,0,12);
g_color_line = RGBA(0, 0, 0, 18);
g_color_line_div = RGBA(0, 0, 0, 45);
}
Expand Down
2 changes: 1 addition & 1 deletion script/js_panels/jsview_playlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ function get_colors() {
}
else {
dark_mode = 0;
g_color_topbar = RGBA(0,0,0,15);
g_color_topbar = RGBA(0,0,0,12);
g_color_line = RGBA(0, 0, 0, 18);
g_color_line_div = RGBA(0, 0, 0, 45);
}
Expand Down

0 comments on commit 7781264

Please sign in to comment.