Commit Graph

8 Commits

Author SHA1 Message Date
Matt Pass
989b0a602d Remove font size from theme
Should be set in CodeMirror class if different font-sizes are wanted
2012-08-15 11:35:42 +01:00
Matt Pass
e2b585027b Various CSS styles back in theme
cursor, selected, gutter & matching bracket styles back in default theme
These styles pertain to this theme only and to avoid conflicts with another themne are back in
2012-04-20 07:47:04 +01:00
Matt Pass
6e5ab719a4 Simplified default CSS file
HTML & body styling now spplied to tags
selected, gutter, cursor and matching elements now applied in editor.php
This all allows CodeMirror themes to be used if users want to switch from default
2012-04-19 17:34:28 +01:00
Matt Pass
2a2a631c99 Minor CSS adjustment to show default mouse cursor on gutter text 2012-04-05 07:53:56 +01:00
Matt Pass
9635ad18fb Theme styling improvements
Used the Monokai theme a bit more, but my own version
Better selected text colour (was black, now blue)
New classes for matched text
2012-03-02 15:01:48 +00:00
Matt Pass
94785e6a3d Selected text now using CSS style
Fix to incorrect CSS ref (- .span) to make selected text highlight as intended
2012-02-03 08:00:55 +00:00
Matt Pass
dcedb0c119 New dark theme
Default theme is now dark with coloured elements
Shows code structure much better
2012-01-28 16:39:51 +00:00
Matt Pass
972a3434bc v0.5.0 update
Global variables removed from JS file
Plugins system evolved, now including setInterval
Seperate CodeMirror instances per tab
backupOpenFiles plugin created
Minor fixes & improvements
2012-01-20 09:55:29 +00:00