-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_brand.yml
More file actions
105 lines (102 loc) · 2.95 KB
/
_brand.yml
File metadata and controls
105 lines (102 loc) · 2.95 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
meta:
name: "LogoClim: WorldClim in NetLogo"
link:
home: https://sustentarea.github.io/logoclim
github: https://github.com/sustentarea/logoclim
description: |
LogoClim is a NetLogo model for simulating and visualizing global climate
conditions. It allows researchers to integrate high-resolution climate data
into agent-based models, supporting reproducible research in ecology,
agriculture, environmental sciences, and other fields that rely on climate
data.
# logo:
# images:
# logo:
# path: images/logo.png
# alt: "Logo"
# og-image:
# path: images/og-image.png
# alt: "Open Graph Image"
# small: logo
# medium: logo
# large: logo
color:
palette: # Based on NetLogo 7.0.0
blue: "#345da9" # NetLogo: blue (105)
orange: "#f16a15" # NetLogo: orange (25)
red: "#d73229" # NetLogo: red (15)
black: "#000000" # NetLogo: black (0)
gray: "#ededed" # NetLogo: gray + 4 (9)
white: "#ffffff" # NetLogo: white (9.9)
blue-l50: "#8daaf5" # colorspace::lighten("#345da9", 0.5)
orange-l50: "#ffb6a4" # colorspace::lighten("#f16a15", 0.5)
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"
color-swatch-black: "#000000"
color-swatch-white: "#ffffff"
color-swatch-gray: "#8d8d8d"
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: blue
secondary: orange
tertiary: red
success: blue
info: blue
warning: orange
danger: red
light: white
dark: black
typography:
fonts:
- family: Inter # Used on NetLogo Website
source: google
- family: Source Code Pro # Not official!
source: google
base:
family: Inter
size: 0.9em
line-height: 1.6 # 1.6em
weight: normal
headings:
color: black
family: Inter
weight: 700
link:
color: light-theme-blue
decoration: none
monospace:
family: Source Code Pro
size: 1em
monospace-inline:
family: Source Code Pro
color: orange
background-color: light-theme-light-gray
monospace-block:
family: Source Code Pro
background-color: light-theme-light-gray