Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
364 changes: 182 additions & 182 deletions base16/README.md

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions base16/base16_arduino_dark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Base16 Arduino Dark - inspired by the Arduino IDE color palette
# Note: This is an unofficial theme. Arduino is a trademark of Arduino SA.
# This theme is not affiliated with or endorsed by Arduino.
accent: "#00D3CF"
background: "#0D1B1E"
details: darker
foreground: "#B2EBF2"
terminal_colors:
bright:
black: "#4A5F61"
blue: "#80DEEA"
cyan: "#00838F"
green: "#004D52"
magenta: "#006064"
red: "#00BCD4"
white: "#E0F7FA"
yellow: "#00ACC1"
normal:
black: "#0D1B1E"
blue: "#00BCD4"
cyan: "#00E5CC"
green: "#00897B"
magenta: "#26C6DA"
red: "#FF5252"
white: "#B2EBF2"
yellow: "#00838F"
26 changes: 26 additions & 0 deletions base16/base16_arduino_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Base16 Arduino Light - inspired by the Arduino IDE color palette
# Note: This is an unofficial theme. Arduino is a trademark of Arduino SA.
# This theme is not affiliated with or endorsed by Arduino.
accent: "#00979D"
background: "#F0FEFF"
details: lighter
foreground: "#006064"
terminal_colors:
bright:
black: "#37474F"
blue: "#E0F7FA"
cyan: "#00838F"
green: "#B2DFDB"
magenta: "#B2EBF2"
red: "#00BCD4"
white: "#004D52"
yellow: "#80DEEA"
normal:
black: "#F0FEFF"
blue: "#0097A7"
cyan: "#00BFA5"
green: "#00897B"
magenta: "#00ACC1"
red: "#D32F2F"
white: "#006064"
yellow: "#00838F"
51 changes: 51 additions & 0 deletions base16/previews/base16_arduino_dark.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions base16/previews/base16_arduino_light.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
|**[Apple Dark](apple_dark.yaml)**:|<img src='previews/apple_dark.yaml.svg' width='300'>|
|**[Apple Light](apple_light.yaml)**:|<img src='previews/apple_light.yaml.svg' width='300'>|
|**[Arc Dark](arc_dark.yaml)**:|<img src='previews/arc_dark.yaml.svg' width='300'>|
|**[Arduino Dark](arduino_dark.yaml)**:|<img src='previews/arduino_dark.yaml.svg' width='300'>|
|**[Arduino Light](arduino_light.yaml)**:|<img src='previews/arduino_light.yaml.svg' width='300'>|
|**[Argonaut](argonaut.yaml)**:|<img src='previews/argonaut.yaml.svg' width='300'>|
|**[Avirage](avirage.yaml)**:|<img src='previews/avirage.yaml.svg' width='300'>|
|**[Ayu Dark](ayu_dark.yaml)**:|<img src='previews/ayu_dark.yaml.svg' width='300'>|
Expand Down Expand Up @@ -125,4 +127,4 @@
|**[Wombat](wombat.yaml)**:|<img src='previews/wombat.yaml.svg' width='300'>|
|**[Xterm](xterm.yaml)**:|<img src='previews/xterm.yaml.svg' width='300'>|
|**[Zenbones Dark](zenbones_dark.yaml)**:|<img src='previews/zenbones_dark.yaml.svg' width='300'>|
|**[Zenbones Light](zenbones_light.yaml)**:|<img src='previews/zenbones_light.yaml.svg' width='300'>|
|**[Zenbones Light](zenbones_light.yaml)**:|<img src='previews/zenbones_light.yaml.svg' width='300'>|
26 changes: 26 additions & 0 deletions standard/arduino_dark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Arduino Dark Theme - inspired by the Arduino IDE color palette
# Note: This is an unofficial theme. Arduino is a trademark of Arduino SA.
# This theme is not affiliated with or endorsed by Arduino.
accent: "#00D3CF" # Bright Arduino cyan
background: "#0D1B1E" # Dark teal-black background
details: darker
foreground: "#B2EBF2" # Light cyan for text
terminal_colors:
bright:
black: "#4A5F61" # Teal-tinted dark gray
blue: "#00BCD4" # Bright teal-cyan
cyan: "#00E5FF" # Bright Arduino cyan
green: "#00E5CC" # Bright teal-green
magenta: "#26C6DA" # Bright teal
red: "#FF5252" # Bright red (Arduino error color)
white: "#E0F7FA" # Cyan-tinted white
yellow: "#26C6DA" # Bright cyan
normal:
black: "#263238" # Dark blue-gray
blue: "#00ACC1" # Teal-cyan blue
cyan: "#00979D" # Arduino teal
green: "#00897B" # Dark teal-green
magenta: "#0097A7" # Standard teal
red: "#E57373" # Soft red for errors
white: "#B2DFDB" # Teal-tinted light gray
yellow: "#00838F" # Dark cyan
26 changes: 26 additions & 0 deletions standard/arduino_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Arduino Light Theme - inspired by the Arduino IDE color palette
# Note: This is an unofficial theme. Arduino is a trademark of Arduino SA.
# This theme is not affiliated with or endorsed by Arduino.
accent: "#00979D" # Arduino teal/cyan brand color
background: "#F0FEFF" # Subtle teal-tinted white background
details: lighter
foreground: "#006064" # Dark teal for text
terminal_colors:
bright:
black: "#5F7C7E" # Teal-tinted gray
blue: "#0097A7" # Teal-leaning blue
cyan: "#00E5FF" # Bright Arduino cyan
green: "#00BFA5" # Teal-green
magenta: "#00ACC1" # Teal-magenta instead of red
red: "#E54747" # Bright red (Arduino error color)
white: "#FFFFFF" # White
yellow: "#00BCD4" # Cyan-yellow for more teal
normal:
black: "#37474F" # Blue-gray
blue: "#0097A7" # Teal-cyan blue
cyan: "#00979D" # Arduino teal
green: "#00897B" # Teal-green
magenta: "#0097A7" # Teal instead of red-magenta
red: "#D32F2F" # Red for errors
white: "#E0F7FA" # Cyan-tinted white
yellow: "#00838F" # Dark cyan for warnings
51 changes: 51 additions & 0 deletions standard/previews/arduino_dark.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions standard/previews/arduino_light.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.