Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: experimental/webtry/DESIGN.md

Issue 265703005: Move to a theme that more closely matches what was there before. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | experimental/webtry/res/css/cm/ambiance.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Design 1 Design
2 ====== 2 ======
3 3
4 4
5 Overview 5 Overview
6 -------- 6 --------
7 Allows trying out Skia code in the browser. 7 Allows trying out Skia code in the browser.
8 8
9 9
10 Security 10 Security
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 213
214 Code Editor 214 Code Editor
215 ----------- 215 -----------
216 [CodeMirror](http://codemirror.net/) is used for rich code editing. The 216 [CodeMirror](http://codemirror.net/) is used for rich code editing. The
217 following files are included from the official CodeMirror distribution and can 217 following files are included from the official CodeMirror distribution and can
218 be updated in place (no local customizations): 218 be updated in place (no local customizations):
219 219
220 * codemirror.js - base CM implementation 220 * codemirror.js - base CM implementation
221 * codemirror.css - base CM stylesheet 221 * codemirror.css - base CM stylesheet
222 * clike.js - C-like syntax highlighting support 222 * clike.js - C-like syntax highlighting support
223 * ambiance.css - Ambiance CM theme
224 223
225 Alternatively, we may consider pulling CM as an external dependency at some 224 Alternatively, we may consider pulling CM as an external dependency at some
226 point. 225 point.
227 226
228
229 Installation 227 Installation
230 ------------ 228 ------------
231 See the README file. 229 See the README file.
232 230
233 231
OLDNEW
« no previous file with comments | « no previous file | experimental/webtry/res/css/cm/ambiance.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698