From 10e622f551387ba56e01e66ca72413d1f591cdad Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 11 Jul 2024 21:46:13 +0300 Subject: [PATCH] change default color on rdrama from #ff459a to #f04bec (looks cuter) --- files/assets/browserconfig.xml | 2 +- files/assets/css/casino/game_screen.css | 2 +- files/assets/css/main.css | 2 +- files/assets/manifest_rDrama.json | 2 +- files/helpers/config/const.py | 4 ++-- files/templates/errors/rDrama/404.html | 6 +++--- files/templates/errors/rDrama/502.html | 6 +++--- seed-users.sql | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/files/assets/browserconfig.xml b/files/assets/browserconfig.xml index ce6e3f7b3..8b75dd1bc 100644 --- a/files/assets/browserconfig.xml +++ b/files/assets/browserconfig.xml @@ -3,7 +3,7 @@ - #ff459a + #f04bec diff --git a/files/assets/css/casino/game_screen.css b/files/assets/css/casino/game_screen.css index db792769c..2aaa33d0d 100644 --- a/files/assets/css/casino/game_screen.css +++ b/files/assets/css/casino/game_screen.css @@ -36,7 +36,7 @@ height: 150px; border-radius: 4px; border: 1px solid #21262C; - background-color: #FF459A; + background-color: #f04bec; transform: scale(0.7); } diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 96d4c9bfd..302c3c700 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5307,7 +5307,7 @@ textarea { margin-bottom: 0.5rem !important; } .text-pink { - color: #ff459a !important; + color: #f04bec !important; } .text-purple { color: #805ad5 !important; diff --git a/files/assets/manifest_rDrama.json b/files/assets/manifest_rDrama.json index bf6871482..9b9e81343 100644 --- a/files/assets/manifest_rDrama.json +++ b/files/assets/manifest_rDrama.json @@ -3,7 +3,7 @@ "short_name": "rDrama", "start_url": "/", "display": "standalone", - "background_color": "#ff459a", + "background_color": "#f04bec", "theme_color": "#805ad5", "description": "rDrama", "icons": [ diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 1bf3590e4..8fd4de47c 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -271,7 +271,7 @@ if SITE_NAME == 'rDrama': CURSORMARSEY_DEFAULT = True DEFAULT_THEME = "dramblr" - DEFAULT_COLOR = "ff459a" + DEFAULT_COLOR = "f04bec" patron = "Paypig" @@ -870,7 +870,7 @@ else: # localhost or testing environment implied BOT_IDs = {AUTOJANNY_ID, SNAPPY_ID, LONGPOSTBOT_ID, ZOZBOT_ID} -COLORS = {'ff459a','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR} +COLORS = {'f04bec','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR} ### COMMENT NOTIFICATIONS ### diff --git a/files/templates/errors/rDrama/404.html b/files/templates/errors/rDrama/404.html index 2b5de47a7..0e185a851 100644 --- a/files/templates/errors/rDrama/404.html +++ b/files/templates/errors/rDrama/404.html @@ -1,5 +1,5 @@ - + Not Found - where did it go? - rDrama @@ -40,9 +40,9 @@ - + - + diff --git a/files/templates/errors/rDrama/502.html b/files/templates/errors/rDrama/502.html index 9c0a6fc53..6005f6ab0 100644 --- a/files/templates/errors/rDrama/502.html +++ b/files/templates/errors/rDrama/502.html @@ -1,5 +1,5 @@ - + 502 Bad Gateway @@ -40,9 +40,9 @@ - + - + diff --git a/seed-users.sql b/seed-users.sql index 102ea3f43..5a7fd64ed 100644 --- a/seed-users.sql +++ b/seed-users.sql @@ -5,7 +5,7 @@ INSERT INTO public.users ( marsify, last_viewed_modmail_notifs, last_viewed_post_notifs, last_viewed_log_notifs, last_viewed_offsite_notifs, lifetimedonated, lifetimedonated_visible, show_sigs, grinch, imgsed, hole_creation_notifs, group_creation_notifs, effortpost_notifs, house ) VALUES ('AutoJanny', '', extract(epoch from now()), 0, true, - 'AutoJanny', 'hot', 'top', 'day', 'ff459a', 'ff459a', 'dark', 'ff459a', + 'AutoJanny', 'hot', 'top', 'day', 'f04bec', 'f04bec', 'dark', 'f04bec', 'old.reddit.com', 'clean/it/up', 'Verified', '/i/pfps/1.webp', '/i/pfps/1.webp', 0, 0, 0, 0, 0, 0, false, true, false, false, false, false, false, ''), ('Snappy', '', extract(epoch from now()), 0, true,