Skip to content

Instantly share code, notes, and snippets.

View bethropolis's full-sized avatar
😊

Bethuel bethropolis

😊
View GitHub Profile
i
me
my
myself
we
our
ours
ourselves
you
your
@bethropolis
bethropolis / retro.css
Last active June 8, 2023 13:59
retro theme for code editor
:root {
--primary: #FFD700;
--on-primary: #000000;
--primary-container: #FFFAF0;
--on-primary-container: #8B4513;
--secondary: #FFA500;
--on-secondary: #000000;
--secondary-container: #FFF5EE;
--on-secondary-container: #A0522D;
--tertiary: #FF6347;
@qoomon
qoomon / conventional_commit_messages.md
Last active May 5, 2024 16:34
Conventional Commit Messages

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs

Commit Message Formats

Default