Skip to content

Instantly share code, notes, and snippets.

@oliverbaptiste
Created January 12, 2023 04:59
Show Gist options
  • Save oliverbaptiste/ebc7278ba165414168e4c8feb1754b3b to your computer and use it in GitHub Desktop.
Save oliverbaptiste/ebc7278ba165414168e4c8feb1754b3b to your computer and use it in GitHub Desktop.
// CotEditor theme: Note
// - Author: 1024jp
// - URL: https://coteditor.com/
// - License: Same as CotEditor (Apache, ver.2)
// - Description: CotEditor bundled theme.
$text: #1D1D1D;
$cursor: #6C5E14;
$invisibles: #B2AA73;
$background: #F5F4E2;
$current-line: #ECE4A8;
$selection: #EBD74E;
$syntax-keywords: #176F10;
$syntax-commands: #2C329D;
$syntax-types: #5C7F03;
$syntax-attributes: #9A0080;
$syntax-variables: #0E608D;
$syntax-values: #DB5300;
$syntax-numbers: #B18205;
$syntax-strings: #A2222A;
$syntax-characters: #815903;
$syntax-comments: #878054;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment