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

Commit

Permalink
Test 1 25 2024 (#1)
Browse files Browse the repository at this point in the history
* Color scheme fixed

Changed the theme

* Update README.md
  • Loading branch information
EnziTheViking authored Jan 26, 2024
1 parent bf271b8 commit 809adba
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 166 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Color Scheme Change
Tested & Working 1/26/2024 :white_check_mark:
![image](https://github.com/EnziTheViking/PrettyWinUtil/assets/79238110/36221761-a7df-4a69-8bfd-167b08f6c392)

![image](https://github.com/EnziTheViking/PrettyWinUtil/assets/79238110/a971c00a-4aa5-4045-a106-3bf7264ef98b)

![image](https://github.com/EnziTheViking/PrettyWinUtil/assets/79238110/3f422f4c-9781-4411-b246-54c0707c500b)

![image](https://github.com/EnziTheViking/PrettyWinUtil/assets/79238110/b599c6c5-42a7-45a1-ac39-1c8a4e27a781)

![image](https://github.com/EnziTheViking/PrettyWinUtil/assets/79238110/dfcb1aa3-cf8e-4a4f-b87e-57917aedff86)


---


# Chris Titus Tech's Windows Utility

This utility is a compilation of Windows tasks I perform on each Windows system I use. It is meant to streamline *installs*, debloat with *tweaks*, troubleshoot with *config*, and fix Windows *updates*. I am extremely picky about any contributions to keep this project clean and efficient.
Expand Down
150 changes: 92 additions & 58 deletions config/themes.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,98 @@
{
"Classic": {
"ComboBoxBackgroundColor": "#FFFFFF",
"LabelboxForegroundColor": "#000000",
"MainForegroundColor": "#000000",
"MainBackgroundColor": "#FFFFFF",
"LabelBackgroundColor": "#FAFAFA",
"LinkForegroundColor": "#000000",
"LinkHoverForegroundColor": "#000000",
"GroupBorderBackgroundColor": "#000000",
"ComboBoxForegroundColor": "#000000",
"ButtonInstallBackgroundColor": "#FFFFFF",
"ButtonTweaksBackgroundColor": "#FFFFFF",
"ButtonConfigBackgroundColor": "#FFFFFF",
"ButtonUpdatesBackgroundColor": "#FFFFFF",
"ButtonInstallForegroundColor": "#000000",
"ButtonTweaksForegroundColor": "#000000",
"ButtonConfigForegroundColor": "#000000",
"ButtonUpdatesForegroundColor": "#000000",
"ButtonBackgroundColor": "#F5F5F5",
"ButtonBackgroundPressedColor": "#1A1A1A",
"CheckboxMouseOverColor": "#999999",
"ButtonBackgroundMouseoverColor": "#C2C2C2",
"ButtonBackgroundSelectedColor": "#F0F0F0",
"ButtonForegroundColor": "#000000",
"ButtonBorderThickness": "1",
"ButtonMargin": "1",
"ButtonCornerRadius": "2",
"ToggleButtonHeight": "25",
"BorderColor": "#000000",
"BorderOpacity": "0.2",
"ShadowPulse": "Forever"
"ComboBoxForegroundColor": "#fcfcfd",
"ComboBoxBackgroundColor": "#1f72b5",
"LabelboxForegroundColor": "#fcfcfd",

"MainForegroundColor": "#fcfcfd",
"MainBackgroundColor": "#1f1f1f",

"LabelBackgroundColor": "#1f1f1f",
"LinkForegroundColor": "#1f72b5",
"LinkHoverForegroundColor": "#000000",
"GroupBorderBackgroundColor": "#000000",


"ButtonInstallBackgroundColor": "#1f72b5",
"ButtonTweaksBackgroundColor": "#1f72b5",
"ButtonConfigBackgroundColor": "#1f72b5",
"ButtonUpdatesBackgroundColor": "#1f72b5",

"ButtonInstallForegroundColor": "#fcfcfd",
"ButtonTweaksForegroundColor": "#fcfcfd",
"ButtonConfigForegroundColor": "#fcfcfd",
"ButtonUpdatesForegroundColor": "#fcfcfd",


"ButtonForegroundColor": "#fcfcfd",

"ButtonBackgroundMouseoverColor": "#144974",
"ButtonBackgroundSelectedColor": "#0d2e49",

"ButtonPage1BackgroundColor": "#1f72b5",
"ButtonBackgroundColor": "#000000",

"ButtonBackgroundPressedColor": "#1f72b5",

"CheckboxMouseOverColor": "#fcfcfd",

"ToggleOn": "#35b355",
"ToggleOff": "#ff5757",

"ButtonBorderThickness": "1",
"ButtonMargin": "1",
"ButtonCornerRadius": "2",
"ToggleButtonHeight": "25",
"BorderColor": "#000000",
"BorderOpacity": "0.0",
"ShadowPulse": "0:0:0"
},
"Matrix": {
"ComboBoxBackgroundColor": "#000000",
"LabelboxForegroundColor": "#FFEE58",
"MainForegroundColor": "#9CCC65",
"MainBackgroundColor": "#000000",
"LabelBackgroundColor": "#000000",
"LinkForegroundColor": "#add8e6",
"LinkHoverForegroundColor": "#FFFFFF",
"ComboBoxForegroundColor": "#FFEE58",
"ButtonInstallBackgroundColor": "#222222",
"ButtonTweaksBackgroundColor": "#333333",
"ButtonConfigBackgroundColor": "#444444",
"ButtonUpdatesBackgroundColor": "#555555",
"ButtonInstallForegroundColor": "#FFFFFF",
"ButtonTweaksForegroundColor": "#FFFFFF",
"ButtonConfigForegroundColor": "#FFFFFF",
"ButtonUpdatesForegroundColor": "#FFFFFF",
"ButtonBackgroundColor": "#000019",
"ButtonBackgroundPressedColor": "#FFFFFF",
"ButtonBackgroundMouseoverColor": "#A55A64",
"ButtonBackgroundSelectedColor": "#FF5733",
"ButtonForegroundColor": "#9CCC65",
"ButtonBorderThickness": "1",
"ButtonMargin": "1",
"ButtonCornerRadius": "2",
"ToggleButtonHeight": "25",
"BorderColor": "#FFAC1C",
"BorderOpacity": "0.8",
"ShadowPulse": "0:0:3"
"ComboBoxForegroundColor": "#fcfcfd",
"ComboBoxBackgroundColor": "#1f72b5",
"LabelboxForegroundColor": "#fcfcfd",

"MainForegroundColor": "#fcfcfd",
"MainBackgroundColor": "#1f1f1f",

"LabelBackgroundColor": "#1f1f1f",
"LinkForegroundColor": "#1f72b5",
"LinkHoverForegroundColor": "#000000",
"GroupBorderBackgroundColor": "#000000",


"ButtonInstallBackgroundColor": "#1f72b5",
"ButtonTweaksBackgroundColor": "#1f72b5",
"ButtonConfigBackgroundColor": "#1f72b5",
"ButtonUpdatesBackgroundColor": "#1f72b5",

"ButtonInstallForegroundColor": "#fcfcfd",
"ButtonTweaksForegroundColor": "#fcfcfd",
"ButtonConfigForegroundColor": "#fcfcfd",
"ButtonUpdatesForegroundColor": "#fcfcfd",


"ButtonForegroundColor": "#fcfcfd",

"ButtonBackgroundMouseoverColor": "#144974",
"ButtonBackgroundSelectedColor": "#0d2e49",

"ButtonPage1BackgroundColor": "#1f72b5",
"ButtonBackgroundColor": "#000000",

"ButtonBackgroundPressedColor": "#1f72b5",

"CheckboxMouseOverColor": "#fcfcfd",

"ToggleOn": "#35b355",
"ToggleOff": "#ff5757",

"ButtonBorderThickness": "1",
"ButtonMargin": "1",
"ButtonCornerRadius": "2",
"ToggleButtonHeight": "25",
"BorderColor": "#000000",
"BorderOpacity": "0.0",
"ShadowPulse": "0:0:0"
}
}
Loading

0 comments on commit 809adba

Please sign in to comment.