diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-04 06:23:02 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-04 06:23:02 +1000 |
commit | ee97dd16e27ac7d6a318a215349153bdf6001bad (patch) | |
tree | 543ea4121d96081e176630580cabf358336a028d /assets/opensb/interface.config.patch | |
parent | c8340602f5c2601474d08c69d2fefbfdc097bc1b (diff) |
Use smoother outer border alpha for default font directives
Diffstat (limited to 'assets/opensb/interface.config.patch')
-rw-r--r-- | assets/opensb/interface.config.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/opensb/interface.config.patch b/assets/opensb/interface.config.patch index 80ccac2..a6f5d89 100644 --- a/assets/opensb/interface.config.patch +++ b/assets/opensb/interface.config.patch @@ -1,7 +1,7 @@ { "nametag" : { "showMasterNames" : true, - "fontDirectives" : "?border=1;222;2220", + "fontDirectives" : "?border=1;222;2224", "inspectOpacityRate" : 0.15, "movementThreshold" : 0.5, "offset" : [0, 13] @@ -16,7 +16,7 @@ "debugFont" : "iosevka-semibold", "debugFontSize" : 7, - "debugFontDirectives" : "?border=1;2224;0000", + "debugFontDirectives" : "?border=1;111a;1114", // Change planet name to support the new internal string formatting. "planetNameFormatString" : "- {} -", |