├── screenshots ├── 1.JPG ├── 2.PNG └── 3.PNG ├── .gitattributes ├── package.json ├── README.md ├── .gitignore └── main.css /screenshots/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hosein2398/BigBang/master/screenshots/1.JPG -------------------------------------------------------------------------------- /screenshots/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hosein2398/BigBang/master/screenshots/2.PNG -------------------------------------------------------------------------------- /screenshots/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hosein2398/BigBang/master/screenshots/3.PNG -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": "Big Bang", 3 | "name": "big_bang", 4 | "description": "Real crazy Brackets theme for crazy coders", 5 | "homepage": "https://github.com/hosein2398/BigBang", 6 | "version": "1.0.0", 7 | "author": "Hosein2398 (https://github.com/hosein2398)", 8 | "license": "MIT", 9 | "engines": { 10 | "brackets": ">=1.1.0" 11 | }, 12 | "theme": { 13 | "file": "main.css", 14 | "dark": true, 15 | "addModeClass": true 16 | }, 17 | "keywords": ["theme", "bigbang", "harsh", "neon", "javascript", "sass"] 18 | } 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | BigBang Theme 2 | ============================================== 3 | Crazy Brackets theme for you. 4 | 5 | 6 | ### Supported Languages: 7 | - **HTML,XML** 8 | - **CSS, SCSS, SASS** 9 | - **JavaScript** 10 | - **Php** 11 | 12 | Installation 13 | --- 14 | 15 | 1. Open Brackets 16 | 2. Open the Extension Manager 17 | 3. Switch to "Themes" tab 18 | 4. Search for "BigBang" 19 | 5. Click "Install" 20 | 21 | ## Screenshot 22 | 1: 23 | ![alt text](https://raw.githubusercontent.com/hosein2398/BigBang/master/screenshots/1.JPG) 24 |
25 | 2: 26 | ![alt text](https://raw.githubusercontent.com/hosein2398/BigBang/master/screenshots/2.PNG) 27 |
28 | 3: 29 | ![alt text](https://raw.githubusercontent.com/hosein2398/BigBang/master/screenshots/3.PNG) 30 | 31 | 32 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Windows image file caches 2 | Thumbs.db 3 | ehthumbs.db 4 | 5 | # Folder config file 6 | Desktop.ini 7 | 8 | # Recycle Bin used on file shares 9 | $RECYCLE.BIN/ 10 | 11 | # Windows Installer files 12 | *.cab 13 | *.msi 14 | *.msm 15 | *.msp 16 | 17 | # Windows shortcuts 18 | *.lnk 19 | 20 | # ========================= 21 | # Operating System Files 22 | # ========================= 23 | 24 | # OSX 25 | # ========================= 26 | 27 | .DS_Store 28 | .AppleDouble 29 | .LSOverride 30 | 31 | # Thumbnails 32 | ._* 33 | 34 | # Files that might appear in the root of a volume 35 | .DocumentRevisions-V100 36 | .fseventsd 37 | .Spotlight-V100 38 | .TemporaryItems 39 | .Trashes 40 | .VolumeIcon.icns 41 | 42 | # Directories potentially created on remote AFP share 43 | .AppleDB 44 | .AppleDesktop 45 | Network Trash Folder 46 | Temporary Items 47 | .apdisk 48 | -------------------------------------------------------------------------------- /main.css: -------------------------------------------------------------------------------- 1 | /* SWATCHES ---------------------------------------------------------------------- */ 2 | 3 | span.cm-builtin { color: #fff; 4 | text-shadow: 1px 1px 2px #999, 3px 1px 2px #888, 1px 1px 2px #777, 0px 1px 2px #666, 0px 1px 2px #555, 0px 0px 9px #444; } 5 | span.cm-def { color: #fff; 6 | text-shadow: 1px 1px 2px #999, 3px 1px 2px #888, 1px 1px 2px #777, 0px 1px 2px #666, 0px 1px 2px #555, 0px 0px 9px #444; } 7 | span.cm-header { color: #fff; 8 | text-shadow: 1px 1px 2px #999, 3px 1px 2px #888, 1px 1px 2px #777, 0px 1px 2px #666, 0px 1px 2px #555, 0px 0px 9px #444; } 9 | span.cm-meta { color: #fff; 10 | text-shadow: 1px 1px 2px #999, 3px 1px 2px #888, 1px 1px 2px #777, 0px 1px 2px #666, 0px 1px 2px #555, 0px 0px 9px #444; } 11 | span.cm-operator {color: #fff; 12 | text-shadow: 1px 1px 2px #999, 3px 1px 2px #888, 1px 1px 2px #777, 0px 1px 2px #666, 0px 1px 2px #555, 0px 0px 9px #444; } 13 | span.cm-qualifier {color: #fff; 14 | text-shadow: 1px 1px 2px #999, 3px 1px 2px #888, 1px 1px 2px #777, 0px 1px 2px #666, 0px 1px 2px #555, 0px 0px 9px #444;} 15 | 16 | span.cm-atom { text-shadow:1px 2px 10px #707070 , 1px 2px 0px #707070; color:chartreuse; } 17 | 18 | span.cm-linkh { text-shadow:2px 2px 1px #c60b3a; color:#707070; } 19 | span.cm-number { text-shadow:2px 2px 1px #c60b3a; color:#707070;} 20 | span.cm-string {text-shadow: -2px -2px 3px rgba(255,255,255,0.2), 2px 2px 3px rgba(0,0,0,0.6); color:#707070; } /* #c60b3a*/ 21 | span.cm-string-2 { text-shadow:2px 2px 1px #c60b3a; color:#707070; } 22 | span.cm-variable-2 { text-shadow:2px 2px 1px #c60b3a; color:#707070; } 23 | span.cm-variable-3 { color: #5ecdd1; } 24 | 25 | span.cm-bracket {text-shadow:1px 2px 10px cyan , 1px 2px 0px red; color:cyan;} 26 | span.cm-tag {text-shadow:1px 2px 10px cyan , 1px 2px 0px red; color:cyan; } 27 | 28 | span.cm-attribute {color: #c6ba0b; 29 | text-shadow: 0 0 0px #ff9000, 0 0 1px #ff9000, 2px 2px 2px #ff9000, 0 0 80px #ff9000; 30 | } /* #e298d3 */ 31 | span.cm-property { color: #c6ba0b; 32 | text-shadow: 0 0 0px #ff9000, 0 0 1px #ff9000, 2px 2px 2px #ff9000, 0 0 80px #ff9000; } /* property after string */ 33 | 34 | span.cm-comment { color: #8a917f; } 35 | span.cm-error { color: #ff98ca; } 36 | span.cm-keyword { text-shadow:1px 2px 10px cyan , 1px 2px 0px red; color:cyan; } 37 | span.cm-variable {color: #c6ba0b; 38 | text-shadow: 0 0 8px #ff2d95, 0 0 2px #ff2d95, 0 0 2px #ff2d95, 0 0 40px #ff2d95; } 39 | 40 | 41 | /* MISC ---------------------------------------------------------------------- */ 42 | 43 | .CodeMirror, 44 | .CodeMirror .CodeMirror-scroll { 45 | background:#212320; 46 | color: #c6ba0b; 47 | 48 | } 49 | 50 | .CodeMirror-cursor { 51 | border-left: 1px solid #fff !important; 52 | } 53 | 54 | .CodeMirror-overwrite .CodeMirror-cursor { 55 | border-bottom: 1px solid #fff !important; 56 | border-left: none !important; 57 | } 58 | 59 | .CodeMirror-gutters { 60 | background:#212320; 61 | border-right: 1px solid #3a3b3e; 62 | } 63 | 64 | .CodeMirror-linenumber { 65 | color: #c6c3ad !important; 66 | } 67 | 68 | .CodeMirror-selected { 69 | background: #005a5a; 70 | } 71 | 72 | /* Active Line */ 73 | 74 | .CodeMirror-activeline-background { 75 | background: #1f2122 !important; 76 | } 77 | 78 | .CodeMirror-focused .CodeMirror-activeline .CodeMirror-gutter-elt { 79 | color: #fff; 80 | background-color: transparent !important; 81 | } 82 | 83 | /* Matching Brackets and Tags */ 84 | 85 | .CodeMirror-matchingbracket { 86 | background: #039ba0 !important; 87 | color: #fff !important; 88 | } 89 | 90 | .CodeMirror-matchingtag { 91 | background:white !important; 92 | color: black !important; 93 | text-shadow: 1px 1px 2px black !important; 94 | } 95 | 96 | .CodeMirror-focused .CodeMirror-activeline .CodeMirror-nonmatchingbracket { 97 | color: #7ad15e !important; 98 | } 99 | 100 | /* Search Match */ 101 | 102 | /* 103 | .CodeMirror-searching { 104 | background-color: #ffcd2d; 105 | color: #000 !important; 106 | } 107 | 108 | .CodeMirror-searching.searching-current-match { 109 | background-color: #ff8500; 110 | } 111 | */ 112 | 113 | /* Non-editor styling */ 114 | 115 | #image-holder, 116 | #not-editor { 117 | background-color: #2d2e30; 118 | } 119 | 120 | #image-holder { 121 | color: #dbe3c9; 122 | } 123 | --------------------------------------------------------------------------------