/
githubmirror
/
lapce
Обзор
Документация
Войти
/
githubmirror
/
lapce
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.0.11
lapce-data/src/theme.rs
18 строк
1 KB
Dongdong Zhou
split data into lapce-data
08 мар 2022, 18:08
08 мар 2022, 18:08
0efa8ea
Код
Авторство
О чём код?
pub struct OldLapceTheme {} impl OldLapceTheme { // pub const EDITOR_FONT: Key<FontDescriptor> = Key::new("lapce.eidtor_font"); // pub const EDITOR_COMMENT: Key<Color> = Key::new("lapce.eidtor_comment"); // pub const EDITOR_FOREGROUND: Key<Color> = Key::new("lapce.eidtor_foreground"); // pub const EDITOR_BACKGROUND: Key<Color> = Key::new("lapce.eidtor_background"); // pub const EDITOR_ERROR: Key<Color> = Key::new("lapce.eidtor_error"); // pub const EDITOR_WARN: Key<Color> = Key::new("lapce.eidtor_warn"); // pub const EDITOR_CURSOR_COLOR: Key<Color> = // Key::new("lapce.eidtor_cursor_color"); // pub const EDITOR_CURRENT_LINE_BACKGROUND: Key<Color> = // Key::new("lapce.eidtor_current_line_background"); // pub const EDITOR_SELECTION_COLOR: Key<Color> = // Key::new("lapce.editor_selection_color"); // pub const LIST_BACKGROUND: Key<Color> = Key::new("lapce.list_background"); // pub const LIST_CURRENT: Key<Color> = Key::new("lapce.list_current"); }