Stardew Valley

File information

Last updated

Original upload

Created by

sqbr

Uploaded by

sqbr

Virus scan

Safe to use

About this mod

A blue and purple user interface. Compatible with version 1.5 and the in-game translation. Older version of Starry Blue UI. Since this is an old mod, I am not updating it for 1.6, but if you really like it you are welcome to create your own 1.6 compatible version as long as you credit me.

Requirements
Permissions and credits
I have a new UI, Starry Blue UI, which is the imo better version of this one, and is what I will be updating going forward. But I'm leaving this up in case anyone prefers it.

This is compatible with all the translations, as far as I can tell, but let me know if you hit any issues.

It shouldn't interfere with any mods that aren't also modifying the UI.

Installation Guide:
Install SMAPI and Content Patcher.
Download the file and unzip.
Put it in the Mods folder.

I couldn't find any easy way to change the brown text shadow, but spirit's  [Stardew Valley] Font property mode  will remove some of it. If you copy and paste this over the contents of the config file for that mod the money colour will also be prettier:

{
  "Debug": false,
  "HideShadow": true,
  "EnableFixSmallFontLineSpace": false,
  "SmallFontLineSpace": 30,
  "EnableFixFontPixelZoom": false,
  "FontPixelZoom": 1.0,
  "EnableFixFontColor": false,
  "FontColor": [],
  "EnableFixImgColor": true,
  "ImgColor": [
{
"Name": "Money",
"Target": [128,0,0,255],
"Change": [25,40,69,255]
}
  ]
}