-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_brand.yml
More file actions
133 lines (125 loc) · 3.43 KB
/
_brand.yml
File metadata and controls
133 lines (125 loc) · 3.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
meta:
name: "logolink: An Interface for Running 'NetLogo' Simulations"
link:
home: https://danielvartan.github.io/logolink
github: https://github.com/danielvartan/logolink
description: |
Tools to setup and execute NetLogo simulations from R.
logo:
images:
logo:
path: man/figures/logo.png
alt: "Hex logo"
og-image:
path: man/figures/og-image.png
alt: "Open Graph Image"
color:
palette: # Based on NetLogo 7.0.0
white: "#ffffff"
black: "#000000"
red: "#f61501"
light-red: "#ff6b69" # colorspace::lighten("#f61501", 0.25)
dark-red: "#c20101"
blue: "#43b8ff"
blue-gradient-dark: "#0099f5"
blue-gradient-light: "#98d8ff"
yellow: "#ffc336"
dark-yellow: "#de9b01"
green: "#2bdb3d" # Derived considering official color angles
website-blue: "#0670ed" # Avoid using!
website-light-blue: "#d4e5f2"
website-white-text: "#fdfdfd"
light-theme-blue: "#0670ed"
light-theme-light-blue: "#cfe5ff"
light-theme-gray: "#d7d7d7"
light-theme-light-gray: "#eeeeee"
light-theme-dark-gray: "#cccccc"
light-theme-white: "#ffffff"
light-theme-black: "#000000"
dark-theme-blue: "#0670ed"
dark-theme-dark-blue: "#003675"
dark-theme-gray: "#4f4f4f"
dark-theme-light-gray: "#cccccc"
dark-theme-dark-gray-1: "#46464c"
dark-theme-dark-gray-2: "#2d2d36"
dark-theme-dark-gray-3: "#161616"
dark-theme-white: "#ffffff"
dark-theme-black: "#000000"
classic-theme-aquamarine: "#82bcb7"
classic-theme-red: "#c86767"
classic-theme-purple: "#bcbce6"
classic-theme-sand: "#e1e1b6"
classic-theme-gray: "#cccccc"
classic-theme-white: "#ffffff"
classic-theme-black: "#000000"
classic-theme-light-gray: "#eeeeee"
color-swatch-gray: "#8d8d8d" # Based on NetLogo 7.0.0
color-swatch-red: "#d73229"
color-swatch-orange: "#f16a15"
color-swatch-brown: "#9d6e48"
color-swatch-yellow: "#ecec29"
color-swatch-green: "#59b03c"
color-swatch-lime: "#2cd13b"
color-swatch-turquoise: "#1d9f78"
color-swatch-cyan: "#54c4c4"
color-swatch-sky: "#2d8dbe"
color-swatch-blue: "#345da9"
color-swatch-violet: "#7c50a4"
color-swatch-magenta: "#a71b6a"
color-swatch-pink: "#d9637f"
background: white
primary: red
secondary: blue
tertiary: yellow
success: blue
info: blue
warning: dark-yellow
danger: red
light: light-theme-white
dark: dark-theme-dark-gray-3
typography:
fonts:
- family: Inter # Used on NetLogo Website
source: google
- family: Source Code Pro # Not official!
source: google
base:
family: Inter
line-height: 1.6 # 1.6em
weight: normal
headings:
color: black
family: Inter
weight: 700
link:
color: light-theme-blue
monospace:
family: Source Code Pro
size: 1em
monospace-inline:
family: Source Code Pro
color: purple
background-color: light-theme-light-gray
monospace-block:
family: Source Code Pro
background-color: light-theme-light-gray
defaults:
bootstrap:
defaults:
navbar-bg: $brand-light-theme-blue
rules: |
.text-warning {
color: #ff6b69 !important;
}
code {
color: #f61501;
}
pre, .nav-link, .navbar-brand {
color: var(--bs-navbar-brand-color) !important;
}
[data-bs-theme="dark"] a {
color: #43b8ff;
}
[data-bs-theme="dark"] body {
background-color: #2d2d36;
}