Skip to content

Instantly share code, notes, and snippets.

@Nagref
Last active June 30, 2022 09:47
Show Gist options
  • Save Nagref/1dcd24b9153e4fc2872270147431ea5e to your computer and use it in GitHub Desktop.
Save Nagref/1dcd24b9153e4fc2872270147431ea5e to your computer and use it in GitHub Desktop.
* {
font-family: "JetBrains Mono Regular", "Lucida Console", "Courier New", monospace;
}
/* Dracula Theme*/
:root {
--black: #22212C;
--foreground: #F8F8F2;
--selection: #414D58;
--selection-secondary: #8f9ba8;
--comment: #708CA9;
--comment-secondary: #454158;
--cyan: #80FFEA;
--green: #8AFF80;
--orange: #FFCA80;
--yellow: #FFFF80;
--red: #FF9580;
--pink: #FF80BF;
--purple: #9580FF;
}
/* Github Theme */
:root {
--black: #000000;
--foreground: #C9D1D9;
--selection: #4D4D4D;
--selection-secondary: #8B949E;
--comment: #3B5070;
--comment-secondary: #444C56;
--cyan: #2B7489;
--green: #56D364;
--orange: #F78166;
--yellow: #E3B341;
--red: #F78166;
--pink: #DB61A2;
--blue: #6CA4F8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment