Skip to content

cccheng/opencode-iceberg-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Iceberg Theme for OpenCode

A dark blue theme for OpenCode based on the elegant Iceberg color scheme by cocopon. Designed for a calm, cool-headed coding experience.

iceberg

Installation

  1. Create the themes directory (if it doesn't exist):

    mkdir -p ~/.config/opencode/themes
  2. Download the theme file:

    curl -o ~/.config/opencode/themes/iceberg.json \
      https://raw.githubusercontent.com/cccheng/opencode-iceberg-theme/main/.opencode/themes/iceberg.json
  3. Add the theme to ~/.config/opencode/opencode.json:

    {
      "theme": "iceberg"
    }
  4. Restart OpenCode.

Alternatively, inside OpenCode type /themes and select iceberg.

Colors

Token Color Hex
Background #161822 Dark navy base
Panel #1f2233 Elevated surface
Element #3d425c Interactive element
Text #c7c9d1 Foreground
Text Muted #6c7189 Secondary text
Border #454d73 Subtle border
Primary / Keyword / Type #85a0c7 Blue
Secondary / String #89b9c2 Cyan
Success / Diff Added #b5bf82 Green
Accent / Warning #e2a578 Orange
Error / Diff Removed #e27878 Red
Number #a093c8 Purple
Function #a4aecc Light blue
Comment #6c7189 Gray

Credits

License

MIT License — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors