A dual-mode Obsidian theme with carefully balanced colors and enhanced syntax highlighting.
Enjoying the theme? Support its development:
| Variable | Light Mode (HEX) | Dark Mode (HEX) | Usage |
|---|---|---|---|
--background-primary |
#f1f1f1 |
#303841 |
Main editor background |
--background-secondary |
#e8e8e8 |
#282f36 |
Sidebar/secondary panels |
--text-normal |
#404040 |
#e6e6e6 |
Primary text color |
--text-muted |
#707070 |
#dcdcdc |
Secondary text |
| Variable | HEX | Usage |
|---|---|---|
--accent0 |
#ec5f66 |
Red - Keywords, errors |
--accent1 |
#6699cc |
Blue - Links, functions |
--accent2 |
#99c794 |
Green - Strings, success |
--accent3 |
#fab763 |
Yellow - Numbers, warnings |
--accent4 |
#c594c5 |
Purple - Tags, attributes |
| Element | HEX | Variable |
|---|---|---|
| Default text | #676c70 |
--code-normal |
| Comments | #808080 |
--code-comment |
| Keywords | #ec5f66 |
--code-keyword |
| Strings | #2a7f62 |
--code-string |
| Numbers | #b35d00 |
--code-number |
| Functions | #3a6ea5 |
--code-function |
| Background | #f0f0f0 |
--code-background |
| Element | HEX | Variable |
|---|---|---|
| Default text | #a2a9b0 |
--code-normal |
| Comments | #888888 |
--code-comment |
| Keywords | #ec5f66 |
--code-keyword |
| Strings | #99c794 |
--code-string |
| Numbers | #fab763 |
--code-number |
| Functions | #6699cc |
--code-function |
| Background | #282f36 |
--code-background |
- Settings → Appearance → Themes → "Manage"
- Search for "Pleasant"
- Install and activate
- Download form github
- Place in your vault's
.obsidian/themesfolder - Activate in Appearance settings
/* In your obsidian.css */
:root {
--accent-h: 357; /* Hue adjustment */
--accent-s: 75%; /* Saturation */
--accent-l: 65%; /* Lightness */
}
.theme-light {
--code-string: #32785a; /* Darker green */
}
.theme-dark {
--code-background: #242a30; /* Darker code blocks */
}



