From e74b1e712f341b240057068ced0e33ea7e890f24 Mon Sep 17 00:00:00 2001 From: Anas Mudawi Date: Fri, 31 Oct 2025 16:56:14 +0200 Subject: [PATCH] Add Anas's dark theme --- community-themes/anas-dark-theme.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 community-themes/anas-dark-theme.css diff --git a/community-themes/anas-dark-theme.css b/community-themes/anas-dark-theme.css new file mode 100644 index 0000000..cf42ebf --- /dev/null +++ b/community-themes/anas-dark-theme.css @@ -0,0 +1 @@ +".theme-anas { background-color: #333; color: #f1f1f1; }"