Add Noctis Theme
This commit is contained in:
parent
f8504c349c
commit
80f80df5cf
23 changed files with 12412 additions and 4 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue