Add Noctis Theme

This commit is contained in:
Nate Butler 2023-11-06 12:43:10 -05:00
parent f8504c349c
commit 80f80df5cf
23 changed files with 12412 additions and 4 deletions

View file

@ -5,6 +5,7 @@ mod registry;
mod scale;
mod settings;
mod syntax;
mod themes;
use ::settings::Settings;
pub use colors::*;
@ -14,6 +15,7 @@ pub use registry::*;
pub use scale::*;
pub use settings::*;
pub use syntax::*;
pub use themes::*;
use gpui::{AppContext, Hsla, SharedString};