feat: add ayu themes
This commit is contained in:
parent
ab24c12c24
commit
42399273a9
4 changed files with 19 additions and 0 deletions
|
|
@ -184,6 +184,8 @@ fn load_token_settings_object(file_name: []const u8, scopes_name: ?[]const u8, c
|
|||
style.fs = .italic;
|
||||
} else if (eql(u8, "strikethrough", value)) {
|
||||
style.fs = .strikethrough;
|
||||
} else if (eql(u8, "normal", value)) {
|
||||
style.fs = .normal;
|
||||
} else if (eql(u8, "", value)) {
|
||||
style.fs = .normal;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue