diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d6c03f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +palette* +test* +.git \ No newline at end of file diff --git a/README.md b/README.md index 31b3263..bb45100 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ This is an [Everforest](https://github.com/sainnhe/everforest) theme for [Obsidian](https://obsidian.md). It supports both light and dark modes. -Simply copy the `obsidian.css` file to your vault directory and reload -Obsidian for it to take effect. +Simply copy the `everforest.css` file to your vault directory/.obsidian/themes to choose it from your settings. ![](dark.png) diff --git a/obsidian.css b/everforest.css similarity index 100% rename from obsidian.css rename to everforest.css