From 10cd8e9477e9e3ead6c12110bcc9f67924f540cd Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 23 Nov 2011 06:25:48 -0500 Subject: Added theme utilities, modified light and dark themes, and removed scite theme. Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki. --- modules/textadept/bookmarks.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/bookmarks.lua') diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index 0b90c28a..fdf6b8b2 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.lua @@ -13,7 +13,7 @@ module('_m.textadept.bookmarks', package.seeall) -- `0xBBGGRR` format. -- settings -MARK_BOOKMARK_COLOR = 0xC08040 +MARK_BOOKMARK_COLOR = 0xB3661A -- end settings local MARK_BOOKMARK = _SCINTILLA.next_marker_number() -- cgit v1.2.3