Skip to content

Instantly share code, notes, and snippets.

View Aerglonus's full-sized avatar

Caleb Contreras Aerglonus

View GitHub Profile
@Aerglonus
Aerglonus / unit3d-lon.css
Created September 6, 2025 06:01
unit3d theme
:root {
--body-bg: oklch(0.145 0 0);
--panel-head-bg: oklch(0.205 0 0);
--panel-bg: oklch(21.78% 0 0);
--data-table-th-bg: oklch(21.78% 0 0);
--paginate-bg: oklch(21.78% 0 0);
--torrent-card-head-bg: oklch(23.77% 0 0);
--user-stat-card-bg: oklch(23.77% 0 0);
:root {
--text-color: #ABB2BF;
--color-dark-magenta: #56B6C2;
--color-dark-green: #98C379;
--color-dark-blue: #61AFEF;
--color-dark-red: #E06C75;
--color-red: #E06C75;
--color-light-red: #E06C75;
--color-green: #98C379;
--color-light-green: #98C379;
@Aerglonus
Aerglonus / Run-Javascript-file-on-save.md
Last active April 10, 2022 04:36
Run Javascript file on save in VS Code.

run-restart a Javascript file on save with VSCODE run and debug:

  • Install the extension Save and Run Ext from the marketplace.

  • Create and configure the launch.json.

  • Configure the extension in the settings.json.