rxi / lite

A lightweight text editor written in Lua
MIT License
7.39k stars 350 forks source link

apply color scheme to new doc #282

Closed ghost closed 3 years ago

ghost commented 3 years ago

My question might seems stupid but i'm kinda new to coding and i wonder how to apply fall.lua color theme to a new document... how can i do this please ?

AKonia commented 3 years ago

add a line require "user.colors.fall" to data/user/init.lua

ghost commented 3 years ago

add a line require "user.colors.fall" to data/user/init.lua

Thanks!