Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows XP Luna silver theme #154

Open
janosharsanyi opened this issue Dec 22, 2024 · 1 comment
Open

Windows XP Luna silver theme #154

janosharsanyi opened this issue Dec 22, 2024 · 1 comment

Comments

@janosharsanyi
Copy link

Hi, could you please add the Windows XP Luna silver theme?

https://en.wikipedia.org/wiki/Windows_XP_visual_styles#/media/File:Windows_XP_Silver.png

One more example, with an active window selected:
https://twitter.com/msftgraveyard/status/1321388579214512128

@bbmaster123
Copy link
Collaborator

bbmaster123 commented Dec 24, 2024

I'd be happy to make this for you, I'll post the code here when its ready :)

Edit:
Ok here's a quick and simple version of the silver variant, let me know if this is okay or if I missed anything.
You can remove the line CompositeMode=2 if you don't like the jagged look of the text.

Paste this in the mod settings box in the mod's advanced tab:

image

{
  "controlStyles[0].target": "Rectangle#BackgroundStroke",
  "controlStyles[0].styles[0]": "Fill:=<LinearGradientBrush StartPoint=\"0.5,0\" EndPoint=\"0.5,1\"> <GradientStop Color=\"#EEEEEE\" Offset=\"0.0\" /> <GradientStop Color=\"#DDDDDD\" Offset=\"0.1\" /> <GradientStop Color=\"#999999\" Offset=\"0.35\" /> <GradientStop Color=\"#BBBBBB\" Offset=\"0.8\" /> <GradientStop Color=\"#DDDDDD\" Offset=\"1.0\" /></LinearGradientBrush>",
  "controlStyles[0].styles[1]": "VerticalAlignment=Stretch",
  "controlStyles[0].styles[2]": "Height=Auto",
  "controlStyles[1].target": "Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton]",
  "controlStyles[1].styles[0]": "Margin=0,0,4,0",
  "controlStyles[1].styles[1]": "MaxWidth=48",
  "controlStyles[2].target": "Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton] > Taskbar.TaskListButtonPanel",
  "controlStyles[2].styles[0]": "Padding=0",
  "controlStyles[2].styles[1]": "Background:=<LinearGradientBrush StartPoint=\"0.5,0\" EndPoint=\"0.5,1\"> <GradientStop Color=\"#388238\" Offset=\"0.0\" /> <GradientStop Color=\"#71B571\" Offset=\"0.1\" /> <GradientStop Color=\"#71B571\" Offset=\"0.35\" /> <GradientStop Color=\"#47AA47\" Offset=\"0.8\" /> <GradientStop Color=\"#307443\" Offset=\"1.0\" /></LinearGradientBrush>",
  "controlStyles[2].styles[2]": "MaxWidth=48",
  "controlStyles[3].target": "Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton] > Taskbar.TaskListButtonPanel > Border#BackgroundElement",
  "controlStyles[3].styles[0]": "Background:=<ImageBrush Stretch=\"None\" ImageSource=\"https://i.imgur.com/BvXJlkj.png\" />",
  "controlStyles[4].target": "Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton] > Taskbar.TaskListButtonPanel > Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer#Icon",
  "controlStyles[4].styles[0]": "Visibility=Collapsed",
  "controlStyles[5].target": "TextBlock#LabelControl",
  "controlStyles[5].styles[0]": "FontFamily=Tahoma",
  "controlStyles[5].styles[1]": "FontSize=13",
  "controlStyles[5].styles[2]": "Margin=-5,0,0,0",
  "controlStyles[5].styles[3]": "FontStretch=9",
  "controlStyles[5].styles[4]": "CompositeMode=2",
  "controlStyles[5].styles[5]": "CharacterSpacing=9",
  "controlStyles[6].target": "Rectangle#RunningIndicator",
  "controlStyles[6].styles[0]": "Visibility=Collapsed",
  "controlStyles[7].target": "Taskbar.TaskListLabeledButtonPanel@RunningIndicatorStates > Border#BackgroundElement",
  "controlStyles[7].styles[0]": "Background@NoRunningIndicator=Transparent",
  "controlStyles[7].styles[1]": "Background@ActiveRunningIndicator:=<LinearGradientBrush StartPoint=\"0.5,0\" EndPoint=\"0.5,1\"> <GradientStop Color=\"#888888\" Offset=\"0.0\" /> <GradientStop Color=\"#888888\" Offset=\"0.1\" /> <GradientStop Color=\"#888888\" Offset=\"0.35\" /> <GradientStop Color=\"#888888\" Offset=\"0.8\" /> <GradientStop Color=\"#AAAAAA\" Offset=\"1.0\" /></LinearGradientBrush>",
  "controlStyles[7].styles[2]": "Background:=<LinearGradientBrush StartPoint=\"0.5,0\" EndPoint=\"0.5,1\"> <GradientStop Color=\"#F4F4F4\" Offset=\"0.0\" /> <GradientStop Color=\"#DBDBDF\" Offset=\"0.1\" /> <GradientStop Color=\"#CBCBCF\" Offset=\"0.35\" /> <GradientStop Color=\"#BBBBBF\" Offset=\"0.8\" /> <GradientStop Color=\"#ABABAF\" Offset=\"1.0\" /></LinearGradientBrush>",
  "controlStyles[7].styles[3]": "BorderThickness@ActiveRunningIndicator=1",
  "controlStyles[7].styles[4]": "BorderBrush@NoRunningIndicator=Transparent",
  "controlStyles[7].styles[5]": "BorderBrush@ActiveRunningIndicator=#888888",
  "controlStyles[7].styles[6]": "BorderBrush=#888888",
  "controlStyles[8].target": "Taskbar.TaskListButton",
  "controlStyles[8].styles[0]": "Margin=-1.5",
  "controlStyles[9].target": "Grid#SystemTrayFrameGrid",
  "controlStyles[9].styles[0]": "Background:=<LinearGradientBrush StartPoint=\"0.5,0\" EndPoint=\"0.5,1\"> <GradientStop Color=\"#F4F4F4\" Offset=\"0.0\" /> <GradientStop Color=\"#DBDBDF\" Offset=\"0.1\" /> <GradientStop Color=\"#CBCBCF\" Offset=\"0.35\" /> <GradientStop Color=\"#BBBBBF\" Offset=\"0.8\" /> <GradientStop Color=\"#ABABAF\" Offset=\"1.0\" /></LinearGradientBrush>",
  "controlStyles[9].styles[1]": "BorderThickness=1,0,0,0",
  "controlStyles[9].styles[2]": "BorderBrush=#888888",
  "controlStyles[9].styles[3]": "Padding=4,0,0,0",
  "controlStyles[10].target": "Grid#OverflowRootGrid > Border",
  "controlStyles[10].styles[0]": "Background:=<LinearGradientBrush StartPoint=\"0.5,0\" EndPoint=\"0.5,1\"> <GradientStop Color=\"#EEEEEE\" Offset=\"0.0\" /> <GradientStop Color=\"#DDDDDD\" Offset=\"0.1\" /> <GradientStop Color=\"#999999\" Offset=\"0.35\" /> <GradientStop Color=\"#BBBBBB\" Offset=\"0.8\" /> <GradientStop Color=\"#DDDDDD\" Offset=\"1.0\" /></LinearGradientBrush>",
  "controlStyles[11].target": "TextBlock",
  "controlStyles[11].styles[0]": "Foreground=#121212"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants