Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
adjusted midnight theme's colors
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed Oct 13, 2021
1 parent bb9d1e0 commit c6fd4e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ private void setTheme(String theme, int index) {
case "Midnight" -> {
newTextRGB = new int[]{255, 255, 255};
newButtonTextRGB = new int[]{255, 255, 255};
newButtonRGB = new int[]{105, 105, 165};
newBgRGB = new int[]{75, 80, 140};
newButtonRGB = new int[]{85, 85, 135};
newBgRGB = new int[]{55, 60, 110};
}
case "Light" -> {
newTextRGB = new int[]{0, 0, 0};
Expand Down

0 comments on commit c6fd4e1

Please sign in to comment.