Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@
- [Kanban](https://github.com/obsidian-community/obsidian-kanban) board has been styled to look like a GitHub Projects
- Callouts in GitHub style
- Inline code blocks in GitHub style
- `<kbd>` tags in GitHub style
- Obsidian UI buttons in GitHub style
- GitHub **Dark Dimmed** palette variant
- Custom task list icons (Tasks plugin syntax: `- [!]`, `- [?]`, `- [*]`, `- [/]`, `- [P]` for PRs, etc.)
- Vim mode indicator in status bar (requires [Vimrc Support](https://github.com/esm7/obsidian-vimrc-support))
- **Copilot accent** — spotlights AI callouts (`[!ai]`, `[!copilot]`, `[!gpt]`, `[!llm]`, `[!prompt]`) and matching tags in Copilot Purple
- **Security accent** — spotlights sensitive callouts (`[!security]`, `[!secret]`, `[!encrypted]`, `[!private]`, `[!vault]`) and matching tags in Security Blue

## Theme Settings

Expand All @@ -35,9 +41,12 @@ Theme settings can be find in the [Style Settings](https://github.com/obsidian-c
Current settings include:

- Header colors
- Headers underline (H1, H2)
- On/Off kanban styles
- On/Off callout styles
- Colorblind colorscheme variants
- Dark Dimmed variant (applies on Dark theme)
- Accent themes: Copilot accent, Security accent

## How to Install

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GitHub Theme",
"version": "1.1.6",
"version": "1.3.0",
"minAppVersion": "1.0.0",
"author": "@krios2146",
"authorUrl": "https://github.com/krios2146"
Expand Down
Loading