feat(ui): Add Nautiline like theme (#4909)

* wip

* add main file

* fixes

* linting

* refactor

* fix player

* fix lint

* fix pr comments

* Add font locally

* fix: quickfix
This commit is contained in:
Boris Rorsvort
2026-01-20 18:11:47 +01:00
committed by GitHub
parent fae58bb390
commit 37aa54fe06
3 changed files with 907 additions and 0 deletions
+2
View File
@@ -12,6 +12,7 @@ import CatppuccinMacchiatoTheme from './catppuccinMacchiato'
import NuclearTheme from './nuclear'
import AmusicTheme from './amusic'
import SquiddiesGlassTheme from './SquiddiesGlass'
import NautilineTheme from './nautiline'
export default {
// Classic default themes
@@ -27,6 +28,7 @@ export default {
GruvboxDarkTheme,
LigeraTheme,
MonokaiTheme,
NautilineTheme,
NordTheme,
NuclearTheme,
SpotifyTheme,