Skip to content

Commit e47806b

Browse files
committed
Initial commit
0 parents  commit e47806b

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

Monokai.syntax

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[Editor.Custom]
2+
Assembler=$0099FFFF, clNone, 0, 0, 0
3+
Character=$0099FFFF, clNone, 0, 0, 0
4+
Comment=$00787878, clNone, 0, 1, 0
5+
Float=$0099FFFF, clNone, 0, 0, 0
6+
Hexadecimal=$0099FFFF, clNone, 0, 0, 0
7+
Identifier=clWhite, clNone, 0, 0, 0
8+
Illegal Char=clAqua, clNone, 0, 0, 0
9+
Number=$00FF55AA, clNone, 0, 0, 0
10+
Octal=$0099FFFF, clNone, 0, 0, 0
11+
Preprocessor=$007F2AFF, clNone, 0, 0, 0
12+
Reserved Word=$00FFD455, clNone, 0, 0, 0
13+
Space=clWindowText, $001E1E1E, 0, 0, 0
14+
String=$0099FFFF, clNone, 0, 0, 0
15+
Symbol=$007F2AFF, clNone, 0, 0, 0
16+
Selected text=16777215, 5921370
17+
Gutter=7895160, 1973790
18+
Break points=16777215, 13209
19+
Error Line=1973790, 10092543
20+
Active Breakpoints=16777215, 10040115

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Monokai theme for Dev-C++
2+
3+
TextMate theme [Monokai](http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/) ported to Dev-C++.
4+
5+
Originally published [on deviantART](http://rbardini.deviantart.com/art/Monokai-theme-for-Dev-C-138240128) in 2009.
6+
7+
![Screenshot](screenshot.png)
8+
9+
## Usage
10+
11+
1. Download [Monokai.syntax](https://raw.githubusercontent.com/rbardini/devcpp-monokai/master/Monokai.syntax) and move it to `C:\Users\<username>\AppData\Roaming\Dev-Cpp`.
12+
2. Go to Dev-C++ _Tools › Editor Options › Syntax › Color Speed Settings_ and select _Monokai_.
13+
3. Change _Right Margin_ and _Highlight current line_ colors to _Gray-80%_ in the _General_ tab. (optional)
14+
15+
## License
16+
17+
MIT

screenshot.png

80 KB
Loading

0 commit comments

Comments
 (0)