Skip to content

Commit c44fe92

Browse files
committed
add terminal colors for solarized dark
1 parent 7606bcb commit c44fe92

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

CodeEdit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
28B0A19827E385C300B73177 /* NavigatorSidebarToolbarTop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B0A19727E385C300B73177 /* NavigatorSidebarToolbarTop.swift */; };
6565
28B8F884280FFE4600596236 /* NSTableView+Background.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B8F883280FFE4600596236 /* NSTableView+Background.swift */; };
6666
28F43DDC2973840A008BBA45 /* codeedit-solarized-light.json in Resources */ = {isa = PBXBuildFile; fileRef = 28F43DDA2973840A008BBA45 /* codeedit-solarized-light.json */; };
67-
28F43DDD2973840A008BBA45 /* codeedit-solarized-dark.json in Resources */ = {isa = PBXBuildFile; fileRef = 28F43DDB2973840A008BBA45 /* codeedit-solarized-dark.json */; };
67+
28F43DE029738792008BBA45 /* codeedit-solarized-dark.json in Resources */ = {isa = PBXBuildFile; fileRef = 28F43DDF29738792008BBA45 /* codeedit-solarized-dark.json */; };
6868
28FFE1BF27E3A441001939DB /* NavigatorSidebarToolbarBottom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28FFE1BE27E3A441001939DB /* NavigatorSidebarToolbarBottom.swift */; };
6969
2B7A583527E4BA0100D25D4E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0468438427DC76E200F8E88E /* AppDelegate.swift */; };
7070
2B7AC06B282452FB0082A5B8 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2B7AC06A282452FB0082A5B8 /* Media.xcassets */; };
@@ -442,7 +442,7 @@
442442
28B0A19727E385C300B73177 /* NavigatorSidebarToolbarTop.swift */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = sourcecode.swift; path = NavigatorSidebarToolbarTop.swift; sourceTree = "<group>"; tabWidth = 4; };
443443
28B8F883280FFE4600596236 /* NSTableView+Background.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSTableView+Background.swift"; sourceTree = "<group>"; };
444444
28F43DDA2973840A008BBA45 /* codeedit-solarized-light.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "codeedit-solarized-light.json"; sourceTree = "<group>"; };
445-
28F43DDB2973840A008BBA45 /* codeedit-solarized-dark.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "codeedit-solarized-dark.json"; sourceTree = "<group>"; };
445+
28F43DDF29738792008BBA45 /* codeedit-solarized-dark.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "codeedit-solarized-dark.json"; sourceTree = "<group>"; };
446446
28FFE1BE27E3A441001939DB /* NavigatorSidebarToolbarBottom.swift */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = sourcecode.swift; path = NavigatorSidebarToolbarBottom.swift; sourceTree = "<group>"; tabWidth = 4; };
447447
2B15CA0028254139004E8F22 /* OpenWithCodeEdit.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = OpenWithCodeEdit.entitlements; sourceTree = "<group>"; };
448448
2B7AC06A282452FB0082A5B8 /* Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Media.xcassets; sourceTree = "<group>"; };
@@ -884,7 +884,7 @@
884884
28069DA527F5BD320016BC47 /* DefaultThemes */ = {
885885
isa = PBXGroup;
886886
children = (
887-
28F43DDB2973840A008BBA45 /* codeedit-solarized-dark.json */,
887+
28F43DDF29738792008BBA45 /* codeedit-solarized-dark.json */,
888888
28F43DDA2973840A008BBA45 /* codeedit-solarized-light.json */,
889889
28A50FFF281673530087B0CC /* codeedit-xcode-dark.json */,
890890
28A51000281673530087B0CC /* codeedit-xcode-light.json */,
@@ -2420,7 +2420,7 @@
24202420
283BDCBD2972EEBD002AFF81 /* Package.resolved in Resources */,
24212421
B658FB3727DA9E1000EA4DBD /* Preview Assets.xcassets in Resources */,
24222422
28A51006281701B40087B0CC /* codeedit-github-dark.json in Resources */,
2423-
28F43DDD2973840A008BBA45 /* codeedit-solarized-dark.json in Resources */,
2423+
28F43DE029738792008BBA45 /* codeedit-solarized-dark.json in Resources */,
24242424
58A5DFA529339F6400D1BD5D /* default_keybindings.json in Resources */,
24252425
28A51002281673530087B0CC /* codeedit-xcode-light.json in Resources */,
24262426
28A51005281701B40087B0CC /* codeedit-github-light.json in Resources */,

CodeEdit/DefaultThemes/codeedit-solarized-dark.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"author" : "CodeEdit",
33
"displayName" : "Solarized Dark",
44
"editor" : {
5-
"invisibles" : {
6-
"color" : "#073642"
5+
"characters" : {
6+
"color" : "#DC322F"
77
},
88
"comments" : {
99
"color" : "#586E75"
@@ -29,6 +29,9 @@
2929
"text" : {
3030
"color" : "#839496"
3131
},
32+
"invisibles" : {
33+
"color" : "#073642"
34+
},
3235
"insertionPoint" : {
3336
"color" : "#839496"
3437
},
@@ -46,75 +49,72 @@
4649
},
4750
"attributes" : {
4851
"color" : "#6C71C4"
49-
},
50-
"characters" : {
51-
"color" : "#DC322F"
5252
}
5353
},
5454
"distributionURL" : "https:\/\/github.com\/CodeEditApp\/CodeEdit",
5555
"terminal" : {
5656
"white" : {
57-
"color" : "#D9D9D9"
57+
"color" : "#EEE8D5"
5858
},
5959
"brightMagenta" : {
60-
"color" : "#AF52DE"
60+
"color" : "#6C71C4"
6161
},
6262
"brightRed" : {
63-
"color" : "#FF3B30"
63+
"color" : "#CB4B16"
6464
},
6565
"blue" : {
66-
"color" : "#007AFF"
66+
"color" : "#268BD2"
6767
},
6868
"red" : {
69-
"color" : "#FF3B30"
69+
"color" : "#DC322F"
7070
},
7171
"green" : {
72-
"color" : "#28CD41"
72+
"color" : "#859900"
7373
},
7474
"boldText" : {
75-
"color" : "#D9D9D9"
75+
"color" : "#839496"
7676
},
7777
"brightGreen" : {
78-
"color" : "#28CD41"
78+
"color" : "#586E75"
7979
},
8080
"background" : {
81-
"color" : "#1F2024"
81+
"color" : "#002B36"
8282
},
8383
"cursor" : {
84-
"color" : "#D9D9D9"
84+
"color" : "#839496"
8585
},
8686
"selection" : {
87-
"color" : "#515B70"
87+
"color" : "#073642"
8888
},
8989
"magenta" : {
90-
"color" : "#AF52DE"
90+
"color" : "#D33682"
9191
},
9292
"black" : {
93-
"color" : "#1F2024"
93+
"color" : "#073642"
9494
},
9595
"text" : {
96-
"color" : "#D9D9D9"
96+
"color" : "#839496"
9797
},
9898
"brightWhite" : {
99-
"color" : "#FFFFFF"
99+
"color" : "#FDF6E3"
100100
},
101101
"brightBlue" : {
102-
"color" : "#007AFF"
102+
"color" : "#839496"
103103
},
104104
"brightYellow" : {
105-
"color" : "#FFFF00"
105+
"color" : "#657B83"
106106
},
107107
"cyan" : {
108-
"color" : "#59ADC4"
108+
"color" : "#2AA198"
109109
},
110110
"yellow" : {
111-
"color" : "#FFCC00"
111+
"color" : "#B58900"
112112
},
113113
"brightCyan" : {
114-
"color" : "#55BEF0"
114+
"color" : "#93A1A1"
115115
},
116116
"brightBlack" : {
117-
"color" : "#8E8E93"
117+
"color" : "#002B36"
118118
}
119119
},
120120
"version" : "0.0.1",

0 commit comments

Comments
 (0)