From 1852f9208727dcb139be3d87ca8935a1d69c1f0f Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sun, 25 Nov 2018 13:24:43 -0600 Subject: Overhaul theme The only thing missing in this commit is a new background. I am waiting for a higher-quality version of the AO logo. --- base/themes/default/courtroom_fonts.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 base/themes/default/courtroom_fonts.ini (limited to 'base/themes/default/courtroom_fonts.ini') diff --git a/base/themes/default/courtroom_fonts.ini b/base/themes/default/courtroom_fonts.ini new file mode 100644 index 00000000..abc8f7a5 --- /dev/null +++ b/base/themes/default/courtroom_fonts.ini @@ -0,0 +1,6 @@ +showname = 8 +message = 10 +ic_chatlog = 10 +ms_chatlog = 10 +server_chatlog = 9 +music_list = 8 \ No newline at end of file -- cgit From 9270069e726d1f260e3c08ee5722f6d07067b770 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Tue, 11 Dec 2018 15:40:11 -0600 Subject: More changes to default theme --- base/themes/default/courtroom_fonts.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'base/themes/default/courtroom_fonts.ini') diff --git a/base/themes/default/courtroom_fonts.ini b/base/themes/default/courtroom_fonts.ini index abc8f7a5..16e2f41b 100644 --- a/base/themes/default/courtroom_fonts.ini +++ b/base/themes/default/courtroom_fonts.ini @@ -3,4 +3,9 @@ message = 10 ic_chatlog = 10 ms_chatlog = 10 server_chatlog = 9 -music_list = 8 \ No newline at end of file +music_list = 8 + +ic_chatlog_color = 255, 255, 255 + +; Color for all labels and checkboxes +label_color = 255, 255, 255 -- cgit