aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/light.lua
Commit message (Expand)AuthorAge
* Updated alpha of brace matches.Gravatar mitchell2022-02-27
* Updated copyright year.Gravatar mitchell2022-01-31
* Fixed display of secondary selections on Linux.Gravatar mitchell2021-06-05
* Allow syntax highlighting to be preserved in selected text.Gravatar mitchell2021-06-04
* Updated to Scintilla 5.0.3.Gravatar mitchell2021-05-29
* Added ability to specify find & replace pane entry font via `ui.find.entry_fo...Gravatar mitchell2021-04-16
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Updated copyright information.Gravatar mitchell2021-01-29
* Updated copyright information.Gravatar mitchell2020-09-29
* Reverted find results indicator color change.Gravatar mitchell2020-09-07
* Updated `ui.find.FIND_INDIC` style.Gravatar mitchell2020-08-27
* Changed opacity of the find indicator in themes.Gravatar mitchell2020-07-27
* Moved word highlighting back into editing module and disable by default.Gravatar mitchell2020-07-25
* Auto-highlight all occurrences of selected words and find results.Gravatar mitchell2020-07-13
* Fixed error style in the light theme.Gravatar mitchell2020-07-08
* Added `lexer.colors` and `lexer.styles` and updated themes to utilize them.Gravatar mitchell2020-07-07
* Renamed some buffer/view fields to use American English instead of Australian.Gravatar mitchell2020-06-10
* Prefer `view.property*` instead of `buffer.property*`.Gravatar mitchell2020-06-08
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* Updated copyright year.Gravatar mitchell2019-12-31
* Enabled all theme colors and changed line number colors in the terminal version.Gravatar mitchell2019-09-21
* Updated copyright year.Gravatar mitchell2019-02-16
* Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.Gravatar mitchell2018-03-12
* Updated copyright year.Gravatar mitchell2018-01-25
* Updated copyright information.Gravatar mitchell2016-12-31
* Updated to Scintilla 3.7.1.Gravatar mitchell2016-12-05
* Prefer '$(...)' notation in themes over '%(...)'.Gravatar mitchell2016-06-15
* Updated copyright date.Gravatar mitchell2015-12-31
* Refactored snippets to use indicators instead of ugly placeholder text.Gravatar mitchell2015-09-18
* Highlight found text in find in files results.Gravatar mitchell2015-07-25
* Updated copyright year.Gravatar mitchell2014-12-31
* Updated copyright information.Gravatar mitchell2014-01-12
* Use an indicator to highlight matching braces.Gravatar mitchell2013-10-09
* Integrated compile and run commands for most languages.Gravatar mitchell2013-09-27
* Added call tip highlight color to themes.Gravatar mitchell2013-09-21
* Moved custom markers and indicators into themes and added more properties.Gravatar mitchell2013-09-16
* Code cleanup in themes.Gravatar mitchell2013-09-12
* Include Scintilla constants in `buffer`s.Gravatar mitchell2013-08-24
* Allow "%()" property expansion in themes like with compile/run macros.Gravatar mitchell2013-05-29
* Reformatted "style.default" in themes.Gravatar mitchell2013-05-25
* Use 'font' and 'fontsize' properties for theme fonts.Gravatar mitchell2013-05-22
* Rewrote theme implementation.Gravatar mitchell2013-05-15