├── README.md ├── iterm-screen.png ├── iterm ├── CodingPhaseDarkTheme.itermcolors └── Instructions.md └── windows-terminal-settings.json /README.md: -------------------------------------------------------------------------------- 1 | 2 | # CodingPhaseDark Theme 3 | This will work for iTerm will be releasing versions for other terminals and text editors in the future 4 | 5 | ![enter image description here](https://github.com/codingphasedotcom/codingphase-iterm-theme/blob/master/iterm-screen.png?raw=true) 6 | 7 | ## Instructions 8 | - Download or clone repo 9 | - Each software is separated by folders for example iTerm theme is inside the iTerm Folder 10 | - Check instructions inside each folder 11 | -------------------------------------------------------------------------------- /iterm-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingphasedotcom/CodingPhaseThemes/ee9833275b3a00c235aa9abeeec6955116a21ac0/iterm-screen.png -------------------------------------------------------------------------------- /iterm/CodingPhaseDarkTheme.itermcolors: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Ansi 0 Color 6 | 7 | Alpha Component 8 | 1 9 | Blue Component 10 | 0.013186654075980186 11 | Color Space 12 | sRGB 13 | Green Component 14 | 0.01317671500146389 15 | Red Component 16 | 0.01658586785197258 17 | 18 | Ansi 1 Color 19 | 20 | Alpha Component 21 | 1 22 | Blue Component 23 | 0.99607843160629272 24 | Color Space 25 | sRGB 26 | Green Component 27 | 0.25098040699958801 28 | Red Component 29 | 0.99215686321258545 30 | 31 | Ansi 10 Color 32 | 33 | Alpha Component 34 | 1 35 | Blue Component 36 | 0.0 37 | Color Space 38 | sRGB 39 | Green Component 40 | 0.973297119140625 41 | Red Component 42 | 0.33506950736045837 43 | 44 | Ansi 11 Color 45 | 46 | Alpha Component 47 | 1 48 | Blue Component 49 | 0.0 50 | Color Space 51 | sRGB 52 | Green Component 53 | 0.908660888671875 54 | Red Component 55 | 1 56 | 57 | Ansi 12 Color 58 | 59 | Alpha Component 60 | 1 61 | Blue Component 62 | 0.81979876756668091 63 | Color Space 64 | sRGB 65 | Green Component 66 | 0.65680825710296631 67 | Red Component 68 | 0.068059913814067841 69 | 70 | Ansi 13 Color 71 | 72 | Alpha Component 73 | 1 74 | Blue Component 75 | 0.39726865291595459 76 | Color Space 77 | sRGB 78 | Green Component 79 | 0.43027925491333008 80 | Red Component 81 | 0.67515140771865845 82 | 83 | Ansi 14 Color 84 | 85 | Alpha Component 86 | 1 87 | Blue Component 88 | 0.96479278802871704 89 | Color Space 90 | sRGB 91 | Green Component 92 | 0.98010879755020142 93 | Red Component 94 | 0.820270836353302 95 | 96 | Ansi 15 Color 97 | 98 | Alpha Component 99 | 1 100 | Blue Component 101 | 0.98980712890625 102 | Color Space 103 | sRGB 104 | Green Component 105 | 0.98980712890625 106 | Red Component 107 | 0.98980712890625 108 | 109 | Ansi 2 Color 110 | 111 | Alpha Component 112 | 1 113 | Blue Component 114 | 0.089105844497680664 115 | Color Space 116 | sRGB 117 | Green Component 118 | 0.925018310546875 119 | Red Component 120 | 0.39597812294960022 121 | 122 | Ansi 3 Color 123 | 124 | Alpha Component 125 | 1 126 | Blue Component 127 | 0.27450981736183167 128 | Color Space 129 | sRGB 130 | Green Component 131 | 0.78823530673980713 132 | Red Component 133 | 0.9529411792755127 134 | 135 | Ansi 4 Color 136 | 137 | Alpha Component 138 | 1 139 | Blue Component 140 | 0.94476318359375 141 | Color Space 142 | sRGB 143 | Green Component 144 | 0.49634268879890442 145 | Red Component 146 | 0.077716343104839325 147 | 148 | Ansi 5 Color 149 | 150 | Alpha Component 151 | 1 152 | Blue Component 153 | 0.10329174250364304 154 | Color Space 155 | sRGB 156 | Green Component 157 | 0.825225830078125 158 | Red Component 159 | 0.79010730981826782 160 | 161 | Ansi 6 Color 162 | 163 | Alpha Component 164 | 1 165 | Blue Component 166 | 0.40443557500839233 167 | Color Space 168 | sRGB 169 | Green Component 170 | 0.12248164415359497 171 | Red Component 172 | 0.8685302734375 173 | 174 | Ansi 7 Color 175 | 176 | Alpha Component 177 | 1 178 | Blue Component 179 | 1 180 | Color Space 181 | sRGB 182 | Green Component 183 | 1 184 | Red Component 185 | 1 186 | 187 | Ansi 8 Color 188 | 189 | Alpha Component 190 | 1 191 | Blue Component 192 | 0.712310791015625 193 | Color Space 194 | sRGB 195 | Green Component 196 | 0.49569156765937805 197 | Red Component 198 | 0.23383566737174988 199 | 200 | Ansi 9 Color 201 | 202 | Alpha Component 203 | 1 204 | Blue Component 205 | 0.99607843160629272 206 | Color Space 207 | sRGB 208 | Green Component 209 | 0.25098040699958801 210 | Red Component 211 | 0.99215686321258545 212 | 213 | Background Color 214 | 215 | Alpha Component 216 | 1 217 | Blue Component 218 | 0.163055419921875 219 | Color Space 220 | sRGB 221 | Green Component 222 | 0.021175608038902283 223 | Red Component 224 | 0.077622413635253906 225 | 226 | Badge Color 227 | 228 | Alpha Component 229 | 0.5 230 | Blue Component 231 | 0.0 232 | Color Space 233 | sRGB 234 | Green Component 235 | 0.1491314172744751 236 | Red Component 237 | 1 238 | 239 | Bold Color 240 | 241 | Alpha Component 242 | 1 243 | Blue Component 244 | 0.1949087530374527 245 | Color Space 246 | sRGB 247 | Green Component 248 | 0.1949087530374527 249 | Red Component 250 | 0.935516357421875 251 | 252 | Cursor Color 253 | 254 | Alpha Component 255 | 1 256 | Blue Component 257 | 0.27843135595321655 258 | Color Space 259 | sRGB 260 | Green Component 261 | 0.7882353663444519 262 | Red Component 263 | 0.95294123888015747 264 | 265 | Cursor Guide Color 266 | 267 | Alpha Component 268 | 0.25 269 | Blue Component 270 | 1 271 | Color Space 272 | sRGB 273 | Green Component 274 | 0.9268307089805603 275 | Red Component 276 | 0.70213186740875244 277 | 278 | Cursor Text Color 279 | 280 | Alpha Component 281 | 1 282 | Blue Component 283 | 0.035100452601909637 284 | Color Space 285 | sRGB 286 | Green Component 287 | 0.027692517265677452 288 | Red Component 289 | 0.024052530527114868 290 | 291 | Foreground Color 292 | 293 | Alpha Component 294 | 1 295 | Blue Component 296 | 0.9329833984375 297 | Color Space 298 | sRGB 299 | Green Component 300 | 0.9329833984375 301 | Red Component 302 | 0.9329833984375 303 | 304 | Link Color 305 | 306 | Alpha Component 307 | 1 308 | Blue Component 309 | 0.73423302173614502 310 | Color Space 311 | sRGB 312 | Green Component 313 | 0.35916060209274292 314 | Red Component 315 | 0.0 316 | 317 | Selected Text Color 318 | 319 | Alpha Component 320 | 1 321 | Blue Component 322 | 0.96078431606292725 323 | Color Space 324 | sRGB 325 | Green Component 326 | 1 327 | Red Component 328 | 0.43137255311012268 329 | 330 | Selection Color 331 | 332 | Alpha Component 333 | 1 334 | Blue Component 335 | 0.56862747669219971 336 | Color Space 337 | sRGB 338 | Green Component 339 | 0.12549020349979401 340 | Red Component 341 | 0.23529411852359772 342 | 343 | Tab Color 344 | 345 | Alpha Component 346 | 1 347 | Blue Component 348 | 0.94901961088180542 349 | Color Space 350 | sRGB 351 | Green Component 352 | 0.08235294371843338 353 | Red Component 354 | 0.44313725829124451 355 | 356 | Underline Color 357 | 358 | Alpha Component 359 | 1 360 | Blue Component 361 | 0.27450981736183167 362 | Color Space 363 | sRGB 364 | Green Component 365 | 0.78823530673980713 366 | Red Component 367 | 0.9529411792755127 368 | 369 | 370 | 371 | -------------------------------------------------------------------------------- /iterm/Instructions.md: -------------------------------------------------------------------------------- 1 | 2 | # CodingPhaseDark Theme 3 | This will work for iTerm will be releasing versions for other terminals in the future 4 | 5 | ![enter image description here](https://github.com/codingphasedotcom/codingphase-iterm-theme/blob/master/iterm-screen.png?raw=true) 6 | 7 | ## Steps for iterm 8 | - download the file 9 | - go to preferences on iterm 10 | - click profile 11 | - click on colors 12 | - click color presets 13 | - import CodingPhaseDarkTheme.itermcolors 14 | - click on color presets and choose CodingPhaseDarkTheme 15 | - click text window 16 | - cursor choose box 17 | - get fonts Mononoki and Overpass Mono https://nerdfonts.com/ 18 | - get powerline symbols font https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf 19 | - make font to mononoki regular 20 | - non ascii font to Overpass Mono 21 | -------------------------------------------------------------------------------- /windows-terminal-settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://aka.ms/terminal-profiles-schema", 3 | // Add custom actions and keybindings to this array. 4 | // To unbind a key combination from your defaults.json, set the command to "unbound". 5 | // To learn more about actions and keybindings, visit https://aka.ms/terminal-keybindings 6 | "actions": 7 | [ 8 | // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json. 9 | // These two lines additionally bind them to Ctrl+C and Ctrl+V. 10 | // To learn more about selection, visit https://aka.ms/terminal-selection 11 | { 12 | "command": 13 | { 14 | "action": "copy", 15 | "singleLine": false 16 | }, 17 | "keys": "ctrl+c" 18 | }, 19 | { 20 | "command": "paste", 21 | "keys": "ctrl+v" 22 | }, 23 | // Press Ctrl+Shift+F to open the search box 24 | { 25 | "command": "find", 26 | "keys": "ctrl+shift+f" 27 | }, 28 | // Press Alt+Shift+D to open a new pane. 29 | // - "split": "auto" makes this pane open in the direction that provides the most surface area. 30 | // - "splitMode": "duplicate" makes the new pane use the focused pane's profile. 31 | // To learn more about panes, visit https://aka.ms/terminal-panes 32 | { 33 | "command": 34 | { 35 | "action": "splitPane", 36 | "split": "auto", 37 | "splitMode": "duplicate" 38 | }, 39 | "keys": "alt+shift+d" 40 | } 41 | ], 42 | "copyFormatting": "none", 43 | "copyOnSelect": false, 44 | "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", 45 | "profiles": 46 | { 47 | "defaults": 48 | { 49 | "fontFace": "mononoki Nerd Font", 50 | "fontSize": 24, 51 | "fontWeight": "bold" 52 | }, 53 | "list": 54 | [ 55 | { 56 | "commandline": "powershell.exe", 57 | "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", 58 | "hidden": false, 59 | "name": "Windows PowerShell" 60 | }, 61 | { 62 | "commandline": "cmd.exe", 63 | "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", 64 | "hidden": false, 65 | "name": "Command Prompt" 66 | }, 67 | { 68 | "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", 69 | "hidden": false, 70 | "name": "Azure Cloud Shell", 71 | "source": "Windows.Terminal.Azure" 72 | }, 73 | { 74 | "colorScheme": "codingphase", 75 | "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", 76 | "hidden": false, 77 | "name": "Ubuntu", 78 | "source": "Windows.Terminal.Wsl", 79 | "startingDirectory": "C:\\" 80 | } 81 | ] 82 | }, 83 | "schemes": 84 | [ 85 | { 86 | "background": "#1F1D45", 87 | "black": "#050404", 88 | "blue": "#0F4AC6", 89 | "brightBlack": "#4E7CBF", 90 | "brightBlue": "#1997C6", 91 | "brightCyan": "#C8FAF4", 92 | "brightGreen": "#9EFF6E", 93 | "brightPurple": "#9B5953", 94 | "brightRed": "#FC5F5A", 95 | "brightWhite": "#F6F5FB", 96 | "brightYellow": "#EFC11A", 97 | "cursorColor": "#EFBF38", 98 | "cyan": "#70A598", 99 | "foreground": "#F8DCC0", 100 | "green": "#4AB118", 101 | "name": "AdventureTime", 102 | "purple": "#665993", 103 | "red": "#BD0013", 104 | "selectionBackground": "#706B4E", 105 | "white": "#F8DCC0", 106 | "yellow": "#E7741E" 107 | }, 108 | { 109 | "background": "#0C0C0C", 110 | "black": "#0C0C0C", 111 | "blue": "#0037DA", 112 | "brightBlack": "#767676", 113 | "brightBlue": "#3B78FF", 114 | "brightCyan": "#61D6D6", 115 | "brightGreen": "#16C60C", 116 | "brightPurple": "#B4009E", 117 | "brightRed": "#E74856", 118 | "brightWhite": "#F2F2F2", 119 | "brightYellow": "#F9F1A5", 120 | "cursorColor": "#FFFFFF", 121 | "cyan": "#3A96DD", 122 | "foreground": "#CCCCCC", 123 | "green": "#13A10E", 124 | "name": "Campbell", 125 | "purple": "#881798", 126 | "red": "#C50F1F", 127 | "selectionBackground": "#FFFFFF", 128 | "white": "#CCCCCC", 129 | "yellow": "#C19C00" 130 | }, 131 | { 132 | "background": "#012456", 133 | "black": "#0C0C0C", 134 | "blue": "#0037DA", 135 | "brightBlack": "#767676", 136 | "brightBlue": "#3B78FF", 137 | "brightCyan": "#61D6D6", 138 | "brightGreen": "#16C60C", 139 | "brightPurple": "#B4009E", 140 | "brightRed": "#E74856", 141 | "brightWhite": "#F2F2F2", 142 | "brightYellow": "#F9F1A5", 143 | "cursorColor": "#FFFFFF", 144 | "cyan": "#3A96DD", 145 | "foreground": "#CCCCCC", 146 | "green": "#13A10E", 147 | "name": "Campbell Powershell", 148 | "purple": "#881798", 149 | "red": "#C50F1F", 150 | "selectionBackground": "#FFFFFF", 151 | "white": "#CCCCCC", 152 | "yellow": "#C19C00" 153 | }, 154 | { 155 | "background": "#1F1D27", 156 | "black": "#1F1D27", 157 | "blue": "#FFC284", 158 | "brightBlack": "#353147", 159 | "brightBlue": "#FFC284", 160 | "brightCyan": "#2488FF", 161 | "brightGreen": "#2DCD73", 162 | "brightPurple": "#DE8D40", 163 | "brightRed": "#D9393E", 164 | "brightWhite": "#EAE5FF", 165 | "brightYellow": "#D9B76E", 166 | "cursorColor": "#FF9839", 167 | "cyan": "#2488FF", 168 | "foreground": "#B7A1FF", 169 | "green": "#2DCD73", 170 | "name": "Duotone Dark", 171 | "purple": "#DE8D40", 172 | "red": "#D9393E", 173 | "selectionBackground": "#353147", 174 | "white": "#B7A1FF", 175 | "yellow": "#D9B76E" 176 | }, 177 | { 178 | "background": "#282C34", 179 | "black": "#282C34", 180 | "blue": "#61AFEF", 181 | "brightBlack": "#5A6374", 182 | "brightBlue": "#61AFEF", 183 | "brightCyan": "#56B6C2", 184 | "brightGreen": "#98C379", 185 | "brightPurple": "#C678DD", 186 | "brightRed": "#E06C75", 187 | "brightWhite": "#DCDFE4", 188 | "brightYellow": "#E5C07B", 189 | "cursorColor": "#FFFFFF", 190 | "cyan": "#56B6C2", 191 | "foreground": "#DCDFE4", 192 | "green": "#98C379", 193 | "name": "One Half Dark", 194 | "purple": "#C678DD", 195 | "red": "#E06C75", 196 | "selectionBackground": "#FFFFFF", 197 | "white": "#DCDFE4", 198 | "yellow": "#E5C07B" 199 | }, 200 | { 201 | "background": "#FAFAFA", 202 | "black": "#383A42", 203 | "blue": "#0184BC", 204 | "brightBlack": "#4F525D", 205 | "brightBlue": "#61AFEF", 206 | "brightCyan": "#56B5C1", 207 | "brightGreen": "#98C379", 208 | "brightPurple": "#C577DD", 209 | "brightRed": "#DF6C75", 210 | "brightWhite": "#FFFFFF", 211 | "brightYellow": "#E4C07A", 212 | "cursorColor": "#4F525D", 213 | "cyan": "#0997B3", 214 | "foreground": "#383A42", 215 | "green": "#50A14F", 216 | "name": "One Half Light", 217 | "purple": "#A626A4", 218 | "red": "#E45649", 219 | "selectionBackground": "#FFFFFF", 220 | "white": "#FAFAFA", 221 | "yellow": "#C18301" 222 | }, 223 | { 224 | "background": "#002B36", 225 | "black": "#002B36", 226 | "blue": "#268BD2", 227 | "brightBlack": "#073642", 228 | "brightBlue": "#839496", 229 | "brightCyan": "#93A1A1", 230 | "brightGreen": "#586E75", 231 | "brightPurple": "#6C71C4", 232 | "brightRed": "#CB4B16", 233 | "brightWhite": "#FDF6E3", 234 | "brightYellow": "#657B83", 235 | "cursorColor": "#FFFFFF", 236 | "cyan": "#2AA198", 237 | "foreground": "#839496", 238 | "green": "#859900", 239 | "name": "Solarized Dark", 240 | "purple": "#D33682", 241 | "red": "#DC322F", 242 | "selectionBackground": "#FFFFFF", 243 | "white": "#EEE8D5", 244 | "yellow": "#B58900" 245 | }, 246 | { 247 | "background": "#FDF6E3", 248 | "black": "#002B36", 249 | "blue": "#268BD2", 250 | "brightBlack": "#073642", 251 | "brightBlue": "#839496", 252 | "brightCyan": "#93A1A1", 253 | "brightGreen": "#586E75", 254 | "brightPurple": "#6C71C4", 255 | "brightRed": "#CB4B16", 256 | "brightWhite": "#FDF6E3", 257 | "brightYellow": "#657B83", 258 | "cursorColor": "#002B36", 259 | "cyan": "#2AA198", 260 | "foreground": "#657B83", 261 | "green": "#859900", 262 | "name": "Solarized Light", 263 | "purple": "#D33682", 264 | "red": "#DC322F", 265 | "selectionBackground": "#FFFFFF", 266 | "white": "#EEE8D5", 267 | "yellow": "#B58900" 268 | }, 269 | { 270 | "background": "#000000", 271 | "black": "#000000", 272 | "blue": "#3465A4", 273 | "brightBlack": "#555753", 274 | "brightBlue": "#729FCF", 275 | "brightCyan": "#34E2E2", 276 | "brightGreen": "#8AE234", 277 | "brightPurple": "#AD7FA8", 278 | "brightRed": "#EF2929", 279 | "brightWhite": "#EEEEEC", 280 | "brightYellow": "#FCE94F", 281 | "cursorColor": "#FFFFFF", 282 | "cyan": "#06989A", 283 | "foreground": "#D3D7CF", 284 | "green": "#4E9A06", 285 | "name": "Tango Dark", 286 | "purple": "#75507B", 287 | "red": "#CC0000", 288 | "selectionBackground": "#FFFFFF", 289 | "white": "#D3D7CF", 290 | "yellow": "#C4A000" 291 | }, 292 | { 293 | "background": "#FFFFFF", 294 | "black": "#000000", 295 | "blue": "#3465A4", 296 | "brightBlack": "#555753", 297 | "brightBlue": "#729FCF", 298 | "brightCyan": "#34E2E2", 299 | "brightGreen": "#8AE234", 300 | "brightPurple": "#AD7FA8", 301 | "brightRed": "#EF2929", 302 | "brightWhite": "#EEEEEC", 303 | "brightYellow": "#FCE94F", 304 | "cursorColor": "#000000", 305 | "cyan": "#06989A", 306 | "foreground": "#555753", 307 | "green": "#4E9A06", 308 | "name": "Tango Light", 309 | "purple": "#75507B", 310 | "red": "#CC0000", 311 | "selectionBackground": "#FFFFFF", 312 | "white": "#D3D7CF", 313 | "yellow": "#C4A000" 314 | }, 315 | { 316 | "background": "#000000", 317 | "black": "#000000", 318 | "blue": "#000080", 319 | "brightBlack": "#808080", 320 | "brightBlue": "#0000FF", 321 | "brightCyan": "#00FFFF", 322 | "brightGreen": "#00FF00", 323 | "brightPurple": "#FF00FF", 324 | "brightRed": "#FF0000", 325 | "brightWhite": "#FFFFFF", 326 | "brightYellow": "#FFFF00", 327 | "cursorColor": "#FFFFFF", 328 | "cyan": "#008080", 329 | "foreground": "#C0C0C0", 330 | "green": "#008000", 331 | "name": "Vintage", 332 | "purple": "#800080", 333 | "red": "#800000", 334 | "selectionBackground": "#FFFFFF", 335 | "white": "#C0C0C0", 336 | "yellow": "#808000" 337 | }, 338 | { 339 | "background": "#140725", 340 | "black": "#0C0C0C", 341 | "blue": "#0037DA", 342 | "brightBlack": "#767676", 343 | "brightBlue": "#3B78FF", 344 | "brightCyan": "#3A96DD", 345 | "brightGreen": "#0DF802", 346 | "brightPurple": "#B4009E", 347 | "brightRed": "#E74856", 348 | "brightWhite": "#CBF9F5", 349 | "brightYellow": "#C3CC1A", 350 | "cursorColor": "#0DF802", 351 | "cyan": "#3A96DD", 352 | "foreground": "#FFFFFF", 353 | "green": "#0DF802", 354 | "name": "codingphase", 355 | "purple": "#881798", 356 | "red": "#C50F1F", 357 | "selectionBackground": "#FFFFFF", 358 | "white": "#CBF9F5", 359 | "yellow": "#C3CC1A" 360 | } 361 | ], 362 | "theme": "dark" 363 | } 364 | --------------------------------------------------------------------------------