summary refs log tree commit diff
path: root/d2launcher/d2launcher.patch
blob: ee0f662b96f4c60ef126c4488b7804013046cfce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From dc3236072ded6f0db3d74141b9f84a4df07f653a Mon Sep 17 00:00:00 2001
From: Starfall <us@starfall.systems>
Date: Fri, 1 Nov 2024 13:29:48 -0500
Subject: [PATCH] Fix color for dark theme

---
 d2launcher | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/d2launcher b/d2launcher
index ea94112..b175935 100755
--- a/d2launcher
+++ b/d2launcher
@@ -106,7 +106,7 @@ gui_size="9"
 gui_dialog_width="340"
 gui_dialog_height="160"
 gui_dialog_font="monospace"
-gui_dialog_color="#3e3e3e"
+gui_dialog_color="#fff8e7"
 gui_dialog_size="9"
 
 # /////////////////////////////////////////////////////
-- 
2.47.0