Skip to content

Instantly share code, notes, and snippets.

@Polyterative
Created December 1, 2021 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Polyterative/d37a7c6faaa43740e86d0bb4bdf500eb to your computer and use it in GitHub Desktop.
Save Polyterative/d37a7c6faaa43740e86d0bb4bdf500eb to your computer and use it in GitHub Desktop.
$colors: (
'bg': #263137,
'primary': #8EA1BC,
'braces': #6F8796,
'dot': #89DDFF,
'string': #CDCDCD,
'class': #4DB769,
'intreface': #BE89E9,
'variable': #F49446,
'static-field': #E69E6E,
'parameter': #D0C049,
'attribute': #FFCB6B,
'operator': #AE9FFC,
'constant': #D28BD7,
'function': #EF798E,
'tag': #C792EA,
'number': #FA7EE3,
'metadata': #88AA3A,
);
$diff: (
'change': #43698D,
'add': #447152,
'conflict': #B03435,
'delete': #41454B,
);
$vcs: (
'change': #546D79,
'add': #618F59,
'deleted': #FF4249,
'annotation': #546C79,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment