No description
Find a file
2026-01-23 09:06:41 +01:00
assets Colorize background instead of border 2025-08-20 11:45:08 +02:00
coverage Fix settings pane 2026-01-20 13:12:49 +01:00
src Fix settings pane 2026-01-20 13:12:49 +01:00
tests fixed issue #4 - Folder string that is part of a filename will be selected; added tests 2024-01-16 23:13:25 -05:00
.editorconfig fixed issue #4 - Folder string that is part of a filename will be selected; added tests 2024-01-16 23:13:25 -05:00
.eslintrc Lint and fix errors 2026-01-20 13:08:08 +01:00
.gitignore customized plugin metadata 2023-03-26 16:39:55 -04:00
.npmrc Initial commit 2023-03-25 20:44:04 -04:00
.prettierrc.js fixed issue #4 - Folder string that is part of a filename will be selected; added tests 2024-01-16 23:13:25 -05:00
AGENTS.md Lint and fix errors 2026-01-20 13:08:08 +01:00
CHANGELOG.md Update LICENSE 2026-01-22 07:41:44 +01:00
esbuild.config.mjs Lint and fix errors 2026-01-20 13:08:08 +01:00
eslint.config.mjs Lint and fix errors 2026-01-20 13:08:08 +01:00
jest.config.js fixed issue #4 - Folder string that is part of a filename will be selected; added tests 2024-01-16 23:13:25 -05:00
LICENSE Update LICENSE 2026-01-22 07:41:44 +01:00
manifest.json 1.0.6 2026-01-22 07:41:49 +01:00
package-lock.json 1.0.6 2026-01-22 07:41:49 +01:00
package.json 1.0.6 2026-01-22 07:41:49 +01:00
README.md Update README 2026-01-23 09:06:17 +01:00
release.sh Colorize background instead of border 2025-08-20 11:45:08 +02:00
styles.css Address settings alignment issue, still not fully solved 2026-01-20 13:28:13 +01:00
tsconfig.json customized plugin metadata 2023-03-26 16:39:55 -04:00
version-bump.mjs Initial commit 2023-03-25 20:44:04 -04:00
versions.json 1.0.6 2026-01-22 07:41:49 +01:00

Colorful Note Background

Apply colored backgrounds to notes based on folder location or frontmatter metadata.

About

This plugin is a fork of obsidian-colorful-note-borders by rusi. I am very thankful to the original author for creating such a useful foundation.

Key difference: While the original plugin applies colored borders, this version uses subtle background colors instead—providing a less intrusive visual distinction.

Preview

Preview

Settings

Installation

From Community Plugins

  1. Open Settings → Community plugins.
  2. Disable Safe mode if prompted.
  3. Click Browse and search for "Colorful Note Background".
  4. Install and enable the plugin.

Using BRAT

  1. Install BRAT from Community Plugins.
  2. Run command: BRAT: Add a beta plugin for testing.
  3. Enter: https://github.com/andresgongora/obsidian-colorful-note-background.
  4. Enable the plugin in Settings → Community plugins.

How It Works

The plugin applies background colors to notes based on configurable rules:

  • Folder rules: Match notes by folder name anywhere in the path
  • Frontmatter rules: Match notes by metadata key-value pairs (e.g., category: private)

Rules are evaluated in order—the first matching rule applies.

Configuration

For best result, use subtle colors with low alpha values to avoid overpowering note content. This can guide you through your vault by letting you subtly recognize note types without distractions.

Go to Settings → Colorful Note Background to manage rules. Each rule has:

Field Description
Type Folder or Frontmatter
Value Folder name or key: value for frontmatter
Color Background color (hex)
Alpha Transparency (01, recommended: 0.04)

Use the arrow buttons to reorder rules (priority) or the × to remove them.

License

MIT License. See LICENSE for details.