Text color (in menubar, sidebar)

Text color of line number

Text color of lsp warning

File/folder selection BG color

UI icons color

Text-number line color

Outer BG (not the editor BG)

BG color of Scroll Bar

Selected line number's color

Overlay tab's selected line color

Nagbar text color

Guide highlighting color

BG of scrollbar (2nd)

Highlighted line BG color

Indentation line guide color

Git modified color

Lsp error message color

Lite-xl good color

Editor Background color

Non-editor tab's UI's BG color

Border and dividers color

Caret color

Scrollable track bar BG color

Nagbar BG color

Editor Rainbow paren's paranthesis color (5)

Editor Rainbow paren's paranthesis color (4)

Editor Rainbow paren's paranthesis color (normal)

Editor Rainbow paren's paranthesis color (unbalanced)

Editor Text color (exclude)

Editor Text color (keyword)

Editor Text color (Diff delete)

Editor Text color (literal)

Editor Text color (operator)

Editor Text color (comment)

Editor Text color (markdown bold italic)

Editor Text color (markdown bold)

Editor Rainbow paren's paranthesis color (3)

Editor Text color (markdown italic)

Editor Text color (string)

Editor Text color (symbol)

Editor Text color (number)

Editor Rainbow paren's paranthesis color (2)

Editor Text color (keyword 2)

Editor Text color (function)

Editor Text color (Diff delete)

Editor Text color (ignore)

Editor Rainbow paren's paranthesis color (1)

5 6 7 8 9 ~/rohan/main.diff - Lite XL _ W X - D rohan + d .clj-kondo + d .lsp f editor.svg f main.clj f main.diff f main.rs f test.md f D S L B P C main.diff 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 diff --git a/examples/docker/dockerfile b/examples/docker/Dockerfile similarity index 100% rename from examples/docker/dockerfile rename to examples/docker/Dockerfile diff --git a/examples/hello_world.rs b/examples/hello_world.rs index cc741d5..d23a0ea 100644 --- a/examples/hello_world.rs +++ b/examples/hello_world.rs @@ -1,3 +1,4 @@ +/// This is a basic hello world implementation in Rohanasan use rohanasan:: { rohanasan, send_http_response, serve, Request, DEFAULT_HTML_HEADER use rlimit::setrlimit; use rlimit::Resource; diff --git a/examples/standard.rs b/examples/standard.rs index 069614e..bfad3c6 100644 --- a/examples/standard.rs +++ b/examples/standard.rs @@ -1,3 +1,4 @@ +/// This is a standard example which shows how you can use Rohanasan for logic building. C test.md 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 *Italic* ***Italic Bold*** # h1 ```c #include <stdio.h> int main ( ) { printf ( "Hello, world!" ) ; return 0 ; } ``` C main.rs* 1 2 3 4 5 6 7 8 9 10 11 12 13 14 use rohanasan :: { rohanasan , send_http_response , serve , Request , DEFAULT_HTML_HEADER , } ; fn handle ( req : Request ) -> String { send_http_response ( DEFAULT_HTML_HEADER , "<h1>Hello!</h1>" , req ) } fn main ( ) { rohanasan ! { serve ( 8080 , handle ) } } C Settings P Core W Colors B Plugins + Installed + Auto Save + Autocomplete + Autoreload + Bracket Match + Color Preview + Draw Whitespace + Git Blame + Indent Guide + Language PHP + Language Server Protocol + Line Guide + Line Wrapping + Mini Map + Rainbow Parentheses + Scale + Scale Status + Snippets + Source Control Management + Sticky Scroll + Treeview + Trim Whitespace M Keybindings i About C main.clj 1 2 3 4 5 6 7 8 ; Welcome to lite-xl designer! ( def my-name "Rohan Vashisht" ) ( def my-age 18 ) ( println "Hello! my name is: " my - name ) ( println "And my age is: " my - age ) Do Command: f | main.diff 13 : 23 65% 100% | spaces: 4 * | g | 20 lines LF