diff options
Diffstat (limited to 'assets/opensb/interface.config.patch')
-rw-r--r-- | assets/opensb/interface.config.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/opensb/interface.config.patch b/assets/opensb/interface.config.patch index 47076b2..e1ee5b7 100644 --- a/assets/opensb/interface.config.patch +++ b/assets/opensb/interface.config.patch @@ -6,9 +6,9 @@ }, "nametag" : { "showMasterNames" : true, - // border is double here as it otherwise fades out near the end + // outline is double here as it otherwise fades out near the end // (could just the end to opaque too, but then diagonals are more jaggy) - "textStyle" : { "backDirectives" : "border=1;222;2224?border=1;222;2224" }, + "textStyle" : { "backDirectives" : "border=1;fff;fff4?border=1;fff;fff4?multiply=222" }, "inspectOpacityRate" : 0.15, "movementThreshold" : 0.5, "offset" : [0, 13] @@ -24,7 +24,7 @@ "paneTextStyle" : {}, "textBoxTextStyle" : {}, "itemSlotTextStyle" : { - "backDirectives" : "border=1;444;4444" + "backDirectives" : "border=1;fff;fff4?multiply=444" }, "teamBarNameStyle" : {}, "cursorTooltip" : { "textStyle" : {} }, @@ -32,7 +32,7 @@ "debugTextStyle" : { "font" : "iosevka-semibold", "fontSize" : 7, - "backDirectives" : "border=1;333a;3334" + "backDirectives" : "border=1;fff;fff7?multiply=333a" }, "debugSpatialClearTime" : 0.0, "debugOffset" : [80, 130], @@ -40,7 +40,7 @@ // Change planet name to support the new internal string formatting. "planetNameFormatString" : "- {} -", "planetTextStyle" : { - "backDirectives" : "border=6;000;000", + "backDirectives" : "border=5;fff;fff?border=1;fff;fff7?multiply=000", "fontSize" : 24 }, |