PluginProbe ʕ •ᴥ•ʔ
Ocean Extra / 2.5.6
Ocean Extra v2.5.6
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.4.1 1.1.4.2 1.1.5 1.1.5.1 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.0.1 1.2.1 1.2.1.1 1.2.1.2 1.2.10 1.2.2 1.2.2.1 1.2.2.2 1.2.2.3 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.10 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.16 1.4.17 1.4.18 1.4.19 1.4.2 1.4.20 1.4.21 1.4.22 1.4.23 1.4.24 1.4.25 1.4.26 1.4.27 1.4.28 1.4.29 1.4.3 1.4.30 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.12 1.5.13 1.5.14 1.5.15 1.5.16 1.5.17 1.5.18 1.5.19 1.5.2 1.5.20 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6
ocean-extra / sass / _config.scss
ocean-extra / sass Last commit date
components 2 years ago _config.scss 6 years ago widgets.scss 6 years ago
_config.scss
39 lines
1 // Color Variables
2 // -------------------------------------------------
3
4 // Project base color
5 // ==================================
6 $color-1: #fff !default;
7 $color-2: #333 !default;
8 $color-3: #222 !default;
9 $color-4: #929292 !default;
10 $color-5: #13aff0 !default;
11 $color-6: #0b7cac !default;
12 $color-7: #e9e9e9 !default;
13 $color-8: #f8f8f8 !default;
14 $color-9: #f1f1f1 !default;
15 $color-10: #ddd !default;
16 $color-11: #555 !default;
17 $color-12: #1B1B1B !default;
18 $color-13: #bbb !default;
19 $color-14: #444 !default;
20 $color-15: #777 !default;
21 $color-16: #f5f5f5 !default;
22 $color-17: #666 !default;
23
24 // ===================================
25
26 // Base colors
27 $body-bg-color: $color-1 !default;
28 $border-color: $color-7 !default;
29 $selection-bg-color: $color-2 !default;
30 $selection-font-color: $color-1 !default;
31
32 // Typography colors
33 $body-font-color: $color-4 !default;
34 $heading-font-color: $color-2 !default;
35
36 // Link colors
37 $link-color: $color-2 !default;
38 $link-hover-color: $color-5 !default;
39