Skip to content

sky-40/obsidian-pleasant

Repository files navigation

Obsidian Theme: Pleasant

Theme Preview Dark Mode Theme Preview Dark Mode Theme Preview Dark Mode Theme Preview Light Mode Theme Preview Dark Mode

A dual-mode Obsidian theme with carefully balanced colors and enhanced syntax highlighting.

Enjoying the theme? Support its development:

GitHub Sponsors Ko-fi

Color Palette

Base Colors

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

Accent Colors

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

Syntax Highlighting

Light Mode

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

Dark Mode

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

Installation

Through Obsidian

  1. Settings → Appearance → Themes → "Manage"
  2. Search for "Pleasant"
  3. Install and activate

Manual Installation

  1. Download form github
  2. Place in your vault's .obsidian/themes folder
  3. Activate in Appearance settings

Customization

/* 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 */
}

About

A dual-mode Obsidian theme with carefully balanced colors and enhanced syntax highlighting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published