Skip to content

Commit 4a7c51a

Browse files
committed
🐠 Add support for CotEditor and Update colors to v2.0
1 parent d2ecf88 commit 4a7c51a

File tree

7 files changed

+672
-310
lines changed

7 files changed

+672
-310
lines changed

CotEditor/Gabman Dark.cottheme

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"attributes" : {
3+
"color" : "#b300ad"
4+
},
5+
"background" : {
6+
"color" : "#262626"
7+
},
8+
"characters" : {
9+
"color" : "#f60040"
10+
},
11+
"commands" : {
12+
"color" : "#18b769"
13+
},
14+
"comments" : {
15+
"color" : "#808890"
16+
},
17+
"insertionPoint" : {
18+
"color" : "#c9c9c9"
19+
},
20+
"invisibles" : {
21+
"color" : "#808890"
22+
},
23+
"keywords" : {
24+
"color" : "#18b769"
25+
},
26+
"lineHighlight" : {
27+
"color" : "#222222"
28+
},
29+
"name" : "Gabman Dark",
30+
"numbers" : {
31+
"color" : "#f60040"
32+
},
33+
"selection" : {
34+
"color" : "#505050",
35+
"usesSystemSetting" : false
36+
},
37+
"strings" : {
38+
"color" : "#f60040"
39+
},
40+
"text" : {
41+
"color" : "#c9c9c9"
42+
},
43+
"types" : {
44+
"color" : "#008acf"
45+
},
46+
"values" : {
47+
"color" : "#f60040"
48+
},
49+
"variables" : {
50+
"color" : "#b300ad"
51+
}
52+
}

CotEditor/Gabman.cottheme

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"attributes" : {
3+
"color" : "#b300ad"
4+
},
5+
"background" : {
6+
"color" : "#f3f3f3"
7+
},
8+
"characters" : {
9+
"color" : "#f60040"
10+
},
11+
"commands" : {
12+
"color" : "#1eac56"
13+
},
14+
"comments" : {
15+
"color" : "#808890"
16+
},
17+
"insertionPoint" : {
18+
"color" : "#262626"
19+
},
20+
"invisibles" : {
21+
"color" : "#808890"
22+
},
23+
"keywords" : {
24+
"color" : "#1eac56"
25+
},
26+
"lineHighlight" : {
27+
"color" : "#dbdbdb"
28+
},
29+
"name" : "Gabman",
30+
"numbers" : {
31+
"color" : "#f60040"
32+
},
33+
"selection" : {
34+
"color" : "#b6b6b6",
35+
"usesSystemSetting" : false
36+
},
37+
"strings" : {
38+
"color" : "#f60040"
39+
},
40+
"text" : {
41+
"color" : "#262626"
42+
},
43+
"types" : {
44+
"color" : "#008acf"
45+
},
46+
"values" : {
47+
"color" : "#f60040"
48+
},
49+
"variables" : {
50+
"color" : "#b300ad"
51+
}
52+
}

README.md

Lines changed: 66 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,80 @@ The Gabman Theme is a set of a bright and dark color theme for syntax colorizati
44
Currently the theme is only available for the following editors and apps:
55
* XCode
66
* macOS Terminal
7-
8-
Support is planed for:
9-
* Tincta
10-
* Visual Studio Code
7+
* CotEditor (macOS)
118

129
# Installation
1310

1411
## XCode
1512

16-
Copy the `xcolortheme` theme files to the folder `~/Library/Developer/Xcode/UserData/FontAndColorThemes`.
13+
Copy the `xcolortheme` theme files to the folder `~/Library/Developer/Xcode/UserData/FontAndColorThemes`.
1714
If the `UserData` or `FontAndColorThemes` folders do not exist, just create them manually.
1815

19-
## Terminal (macOS)
16+
## Terminal
17+
18+
Just double click the `Terminal` theme files.
19+
20+
## CotEditor
21+
22+
Just double click the `CotEditor` theme files.
23+
24+
25+
# Colors
26+
Full variation son [Tailwindcolor Shades](https://javisperez.github.io/tailwindcolorshades/?shark=262626&wild-sand=F3F3F3&anzac=D8B446&amaranth=E62855&pelorous=00A6B2&emerald=18B769&trout=4A5560&lochmara=008ACF&violet-eggplant=C326BB)
27+
28+
#### Functions & Variables
29+
Violet Eggplant: `#C326BB`
30+
31+
#### Types & Classes
32+
Lochmara: `#008ACF`
33+
Lochmara-800: `#00537c`
34+
35+
#### Strings & Literals
36+
Amaranth: `#E62855`
37+
38+
#### Keywords
39+
Emerald: `#18B769`
40+
41+
#### Comments
42+
Trout-400: `#808890`
43+
Trout: `#4A5560`
44+
45+
#### Preprocessor
46+
Amaranth 700: `#ad1e40`
47+
48+
#### Terminal Cyan
49+
Pelorous: `#00A6B2`
50+
51+
#### Terminal Yellow
52+
Anzac: `#D8B446`
53+
54+
55+
#### Light
56+
**Background**
57+
Wild Sand `#F3F3F3`
58+
59+
**Text**
60+
Shark `#262626`
61+
62+
**Selection**
63+
Whild Sand 700 `b6b6b6`
64+
65+
**Current Line**
66+
Wild Sand 600 `#dbdbdb`
67+
68+
69+
#### Dark
70+
**Background**
71+
Shark `#262626`
72+
73+
**Text**
74+
Shark-200 `#c9c9c9`
75+
76+
**Selection**
77+
`505050`
2078

21-
Just double click the `terminal` theme files.
79+
**Current Line**
80+
Shark 600 `#222222`
2281

2382
# Font
2483
While you can use the Gabman Theme with any font you like, [Source Code Pro](https://github.com/adobe-fonts/source-code-pro) is recommended.

0 commit comments

Comments
 (0)