Finish up theme printer

This commit is contained in:
Marshall Bowers 2023-11-02 19:14:51 -04:00
parent fc376287e0
commit d1636bf16b
3 changed files with 73 additions and 7 deletions

View file

@ -17,7 +17,7 @@ pub use syntax::*;
use gpui2::{AppContext, Hsla, SharedString};
use settings2::Settings;
#[derive(Debug, Clone, PartialEq)]
#[derive(Debug, PartialEq, Clone, Copy)]
pub enum Appearance {
Light,
Dark,