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