mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
use Solarized (dark) by default as compatible with dark/light themes
This commit is contained in:
parent
fe9c859f7f
commit
9e7147838f
1 changed files with 11 additions and 1 deletions
|
|
@ -11,7 +11,17 @@ use syntect::{
|
||||||
Error,
|
Error,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const DEFAULT_THEME: &str = "base16-ocean.dark";
|
/* Default theme
|
||||||
|
@TODO make optional
|
||||||
|
base16-ocean.dark
|
||||||
|
base16-eighties.dark
|
||||||
|
base16-mocha.dark
|
||||||
|
base16-ocean.light
|
||||||
|
InspiredGitHub
|
||||||
|
Solarized (dark)
|
||||||
|
Solarized (light)
|
||||||
|
*/
|
||||||
|
pub const DEFAULT_THEME: &str = "Solarized (dark)";
|
||||||
|
|
||||||
pub struct Syntax {
|
pub struct Syntax {
|
||||||
syntax_set: SyntaxSet,
|
syntax_set: SyntaxSet,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue