From 830855d6e9bb79181191373421b0a7a50364b85f Mon Sep 17 00:00:00 2001 From: Ole Eskild Steensen Date: Tue, 12 Sep 2023 10:38:25 +0200 Subject: [PATCH] Use red graphite as default theme It looks much better than the theme I hacked together, and is the same as the dg docs --- .env | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 29713c1..fb6fca2 100644 --- a/.env +++ b/.env @@ -1,4 +1,3 @@ -#THEME=https://raw.githubusercontent.com/colineckert/obsidian-things/main/obsidian.css -#THEME=https://github.com/kepano/obsidian-minimal/blob/master/obsidian.css -#BASE_THEME=light -dgHomeLink=true \ No newline at end of file +THEME=https://raw.githubusercontent.com/seanwcom/Red-Graphite-for-Obsidian/HEAD/theme.css +BASE_THEME=dark +dgHomeLink=true