Skip to content

Instantly share code, notes, and snippets.

View benastahl's full-sized avatar
🎯
Focusing

Ben Stahl benastahl

🎯
Focusing
View GitHub Profile
@RyanNutt
RyanNutt / ace_themes.php
Last active December 19, 2023 21:50
Ace Editor themes in a pair of PHP arrays :: https://www.nutt.net/ace-editor-syntax-highlighting-mode-list/
<?php
$ace_light = [
'chrome' => 'Chrome',
'clouds' => 'Clouds',
'crimson_editor' => 'Crimson Editor',
'dawn' => 'Dawn',
'dreamweaver' => 'Dreamweaver',
'eclipse' => 'Eclipse',
'github' => 'GitHub',
'iplastic' => 'IPlastic',
@thomasbnt
thomasbnt / code_colors_discordjs.md
Last active June 26, 2024 15:22
Code colors for embed discord.js

Here is an updated list of the colors that are currently implemented with a name. To using colors on discord.js, this is a typedef Colors, Colors.Aqua to get the Aqua color.

Name Int value Hex Code
Default 0 #000000
Aqua 1752220 #1ABC9C
DarkAqua 1146986 #11806A
Green 5763719 #57F287
DarkGreen 2067276 #1F8B4C