Skip to content

Is it easy to port syntax color schemes from lite-xl? #375

Closed Answered by SpartanJ
chadchoi asked this question in Q&A
Discussion options

You must be logged in to vote

It's kinda trivial but there's no script provided to convert them automatically given that ecode has its own properties that lite-xl might not have. But original lite color names are the same used in ecode so the majority of the properties are the same:

Color schemes in ecode are located here and you can add more following the link you provided.

For direct comparison you can take a look at any existing editor color scheme, let's use Dracula:

ecode:

[dracula]
background = #282a36
text = #7b81a6
caret = #f8f8f0
accent = #8be9fd
selection = #44475a
line_number = #53576e
line_number2 = #f8f8f0
line_highlight = #313442

normal = #f8f8f2
symbol = #f8f8f2
comment = #6272a4
keyword = #ff79c6
keyw…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chadchoi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #374 on December 22, 2024 17:45.