Skip to content

tbutkiewicz/omni-theme-opencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Omni Theme for OpenCode

Dark theme created by Rocketseat 🚀, ported to OpenCode.

Color Palette

Name Hex
Background #191622
Current Line #44475A
Selection #41414D
Foreground #E1E1E6
Comment #483C67
Cyan #78D1E1
Green #67E480
Orange #E89E64
Pink #FF79C6
Purple #988BC7
Red #E96379
Yellow #E7DE79

Installation

User-wide

mkdir -p ~/.config/opencode/themes
cp omni.json ~/.config/opencode/themes/omni.json

Project-specific

mkdir -p .opencode/themes
cp omni.json .opencode/themes/omni.json

Then set the theme in your tui.json:

{
  "$schema": "https://opencode.ai/tui.json",
  "theme": "omni"
}

Or use the /theme command inside OpenCode and select omni.

Credits

License

MIT License © Omni Theme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors