From 9cb6d96f8fe0f2698224796945fc6f588161d117 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Fri, 16 Jul 2021 03:21:53 +0200 Subject: [PATCH] Added new patron --- core/src/credits.cpp | 1 + readme.md | 1 + root/res/themes/dark.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/credits.cpp b/core/src/credits.cpp index 6800821b..59024d03 100644 --- a/core/src/credits.cpp +++ b/core/src/credits.cpp @@ -35,6 +35,7 @@ namespace sdrpp_credits { const char* patrons[] = { "Croccydile", "Daniele D'Agnelli", + "Eric Johnson", "W4IPA", "Lee Donaghy", "ON4MU", diff --git a/readme.md b/readme.md index 9c98705e..b4203f50 100644 --- a/readme.md +++ b/readme.md @@ -345,6 +345,7 @@ I will soon publish a contributing.md listing the code style to use. * [Croccydile](https://example.com/) * [Daniele D'Agnelli](https://linkedin.com/in/dagnelli) +* [Eric Johnson](https://example.com/) * [W4IPA](https://twitter.com/W4IPAstroke5) * [Lee Donaghy](https://github.com/github) * [ON4MU](https://github.com/) diff --git a/root/res/themes/dark.json b/root/res/themes/dark.json index db7c1727..a69a5f3f 100644 --- a/root/res/themes/dark.json +++ b/root/res/themes/dark.json @@ -16,7 +16,7 @@ "HeaderActive": "#A0A0B24F", "HeaderHovered": "#A0A0B266", "MenuBarBg": "#232323FF", - "ModalWindowDimBg": "#CCCCCC59", + "ModalWindowDimBg": "#00000080", "NavHighlight": "#999999FF", "NavWindowingDimBg": "#CCCCCC33", "NavWindowingHighlight": "#FFFFFFB2",