跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    RazoBeckett

    Oc Lucent Tokyonight

    v0.1.0界面与主题
    oc-lucent-tokyonight

    Lucent Tokyo Night theme plugin for OpenCode TUI

    GitHub 星标

    2

    月装机量

    19

    近 7 天 2

    综合评分SCORE

    25.0

    生态多维模型

    最近提交

    4 个月前

    2026-04-12

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["oc-lucent-tokyonight@0.1.0"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    A translucent theme for OpenCode based on the popular Tokyo Night color scheme with transparent backgrounds for a modern, sleek appearance.

    Lucent Tokyo Night Theme Preview

    Installation

    Install as an OpenCode TUI plugin:

    opencode plugin oc-lucent-tokyonight
    

    This installs the npm package and adds it to your tui.json plugin list.

    Example tui.json

    {
      "$schema": "https://opencode.ai/tui.json",
      "plugin": [
        [
          "oc-lucent-tokyonight",
          {
            "enabled": true,
            "autoApply": true,
            "theme": "lucent-tokyonight"
          }
        ]
      ]
    }
    
    • enabled (default: true) — turn the plugin on/off.
    • autoApply (default: true) — automatically switch to the theme after loading.
    • theme (default: "lucent-tokyonight") — the theme name to apply.

    Features

    • Translucent Design: Transparent backgrounds allow your desktop wallpaper to shine through
    • Tokyo Night Colors: Uses the Tokyo Night color palette with transparent backgrounds
    • Both Modes: Includes both dark and light mode variants

    Credits

    License

    MIT License - see LICENSE file.