@@ -9,7 +9,9 @@ the official website: <https://sass-lang.com/install>
9
9
Open your terminal, and navigate to CodeIgniter's root folder. To
10
10
generate the CSS file, use the following command:
11
11
12
- ` sass --no-source-map admin/css/debug-toolbar/toolbar.scss system/Debug/Toolbar/Views/toolbar.css `
12
+ ``` console
13
+ sass --no-source-map admin/css/debug-toolbar/toolbar.scss system/Debug/Toolbar/Views/toolbar.css`
14
+ ```
13
15
14
16
Details:
15
17
- ` --no-source-map ` is an option which prevents sourcemap files from being generated
@@ -18,23 +20,4 @@ Details:
18
20
19
21
## Color scheme
20
22
21
- ** Themes**
22
-
23
- Dark: ` #252525 ` / ` rgb(37, 37, 37) `
24
- Light: ` #FFFFFF ` / ` rgb(255, 255, 255) `
25
-
26
- ** Glossy colors**
27
-
28
- Blue: ` #5BC0DE ` / ` rgb(91, 192, 222) `
29
- Gray: ` #434343 ` / ` rgb(67, 67, 67) `
30
- Green: ` #9ACE25 ` / ` rgb(154, 206, 37) `
31
- Orange: ` #DD8615 ` / ` rgb(221, 134, 21) `
32
- Red: ` #DD4814 ` / ` rgb(221, 72, 20) `
33
-
34
- ** Matt colors**
35
-
36
- Blue: ` #D8EAF0 ` / ` rgb(216, 234, 240) `
37
- Gray: ` #DFDFDF ` / ` rgb(223, 223, 223) `
38
- Green: ` #DFF0D8 ` / ` rgb(223, 240, 216) `
39
- Orange: ` #FDC894 ` / ` rgb(253, 200, 148) `
40
- Red: ` #EF9090 ` / ` rgb(239, 144, 144) `
23
+ See [ _ graphic-charter.scss] ( ../admin/css/debug-toolbar/_graphic-charter.scss ) .
0 commit comments