diff options
| author | adamdottv <[email protected]> | 2025-05-12 10:45:03 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-12 10:45:03 -0500 |
| commit | 8cbfc581b5243aece96d32fc97c72ada5df3ae54 (patch) | |
| tree | f7a6c45d6ea3f767526e37f0104f020da9481ffe /internal/tui/theme/tokyonight.go | |
| parent | 4bb350a09ba5c88a830f4ab07fcc99b4febda0dc (diff) | |
| download | opencode-8cbfc581b5243aece96d32fc97c72ada5df3ae54.tar.gz opencode-8cbfc581b5243aece96d32fc97c72ada5df3ae54.zip | |
chore: cleanup
Diffstat (limited to 'internal/tui/theme/tokyonight.go')
| -rw-r--r-- | internal/tui/theme/tokyonight.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/theme/tokyonight.go b/internal/tui/theme/tokyonight.go index acd9dbf6c..a6499a25d 100644 --- a/internal/tui/theme/tokyonight.go +++ b/internal/tui/theme/tokyonight.go @@ -271,4 +271,4 @@ func NewTokyoNightTheme() *TokyoNightTheme { func init() { // Register the Tokyo Night theme with the theme manager RegisterTheme("tokyonight", NewTokyoNightTheme()) -}
\ No newline at end of file +} |
