Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

termina

Yash BavadiyaYash Bavadiya168 downloads

a tui-style obsidian theme.

Add to Obsidian
termina screenshot
  • Overview
  • Scorecard
  • Updates3

A tui-style Obsidian theme. Every panel becomes a bordered box with a lowercase label, sharp corners, monospace everything.

termina screenshot

No rounded corners, no fluff, just clean bordered panels like panes in a terminal multiplexer.

Features

  • Every panel (editor, sidebars, status bar, command palette) drawn as a bordered box with a lowercase label
  • Zero rounded corners, anywhere
  • Neutral oklch grayscale palette with a purple accent, dark and light
  • Monospace throughout (DM Mono, falls back to JetBrains Mono / Fira Code)
  • Every knob lives at the top of theme.css: gap size, border thickness, font, label color

Installation

Search for termina in Settings > Appearance > Themes > Manage. (Not yet on the community theme browser, submission pending.)

Manual

Download this repo (or clone it with git) and copy the folder into your vault's theme directory as termina, so you end up with .obsidian/themes/termina/manifest.json.

  • macOS / Linux: <your-vault>/.obsidian/themes/
  • Windows: <your-vault>\.obsidian\themes\

.obsidian is hidden, turn on "show hidden files" if you don't see it. Restart Obsidian afterward and enable termina in Settings > Appearance > Themes.

With git

macOS / Linux:

git clone https://github.com/xevrion/obsidian-termina.git "<your-vault>/.obsidian/themes/termina"

Windows (PowerShell):

git clone https://github.com/xevrion/obsidian-termina.git "<your-vault>\.obsidian\themes\termina"

If you'd rather keep the clone elsewhere and just link it in, symlink instead of copying:

ln -s /path/to/obsidian-termina "<your-vault>/.obsidian/themes/termina"
New-Item -ItemType SymbolicLink -Path "<your-vault>\.obsidian\themes\termina" -Target "C:\path\to\obsidian-termina"

Font

The theme is built around DM Mono. Without it, it falls back to JetBrains Mono, Fira Code, or whatever monospace font you have.

macOS: brew install --cask font-dm-mono, or grab it from Google Fonts and install through Font Book.

Windows: download from Google Fonts, select all the .ttf files, right click, Install.

Arch: yay -S ttf-dmmono

Fedora / Ubuntu / most Linux:

mkdir -p ~/.local/share/fonts/dm-mono && cd ~/.local/share/fonts/dm-mono
for f in DMMono-Light DMMono-LightItalic DMMono-Regular DMMono-Italic DMMono-Medium DMMono-MediumItalic; do
    curl -sLO "https://github.com/google/fonts/raw/main/ofl/dmmono/$f.ttf"
done
fc-cache -f

Customization

The variables that matter are at the top of theme.css:

variable what it does
--termina-font font stack
--gap spacing between panels
--border-thickness panel border thickness
--label-color panel label color
--label-font-size panel label size

Colors live in the .theme-dark / .theme-light blocks. Swap the oklch() values to retheme.

Support

If this theme saves you time, consider buying me a coffee or sponsoring on GitHub. A star on the repo helps others find it too.

License

MIT, see LICENSE.

HealthExcellent
ReviewSatisfactory
About
Apply a TUI-style monospace theme that renders every pane (editor, sidebars, status bar, command palette) as a bordered box with lowercase labels and zero rounded corners. Use a neutral oklch grayscale palette with a purple accent and matching dark/light monospace styles (DM Mono, fallback to JetBrains Mono/Fira Code).
Details
Current version
1.0.2
Last updated
2 weeks ago
Created
2 weeks ago
Updates
3 releases
Downloads
168
License
MIT
Report bugRequest featureReport theme
Sponsor
Ko-fi
GitHub Sponsors
Author
Yash BavadiyaYash Bavadiyaxevrion
GitHubxevrion
  1. Community
  2. Themes
  3. termina

Related themes

ITS Theme screenshot

ITS Theme

Minimal screenshot

Minimal

Things screenshot

Things

Shimmering Focus screenshot

Shimmering Focus

Wasp screenshot

Wasp

Cupertino screenshot

Cupertino

Prism screenshot

Prism

Baseline screenshot

Baseline

Flexoki screenshot

Flexoki

Velocity screenshot

Velocity