mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 03:56:55 +01:00
Merge branch 'mac-candidate' into main
This commit is contained in:
commit
c1b108f541
@ -18,8 +18,8 @@ body {
|
||||
:root {
|
||||
--body-color: #d2d2d2;
|
||||
--body-background-color: #2d2d2d;
|
||||
--accent-color: rgba(45, 128, 241, 1);
|
||||
--block-quote-border-color: rgba(45, 128, 241, .50);
|
||||
--accent-color: rgba(94, 158, 244, 1);
|
||||
--block-quote-border-color: rgba(94, 158, 244, .50);
|
||||
--header-table-border-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0xF4",
|
||||
"green" : "0x9E",
|
||||
"red" : "0x5E"
|
||||
"blue" : "244",
|
||||
"green" : "158",
|
||||
"red" : "94"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// High Level Settings common to both the Mac application and any extensions we bundle with it
|
||||
MARKETING_VERSION = 5.1d2
|
||||
CURRENT_PROJECT_VERSION = 3002
|
||||
MARKETING_VERSION = 5.1d3
|
||||
CURRENT_PROJECT_VERSION = 3003
|
||||
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
||||
|
Loading…
x
Reference in New Issue
Block a user