Created
March 23, 2020 14:30
-
-
Save tsara27/44672ec99c2ac1a2d844dfcc83c73b85 to your computer and use it in GitHub Desktop.
Revisions
-
tsara27 created this gist
Mar 23, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ colors: # Ayu Mirage colors primary: background: '0x1f2430' foreground: '0xcbccc6' # Normal colors normal: black: '0x333333' red: '0xB12929' green: '0x4e9a06' yellow: '0xc4a000' blue: '0x3465a4' magenta: '0x75507b' cyan: '0x06989a' white: '0xd3d7cf' # Bright colors bright: black: '0x88807c' red: '0xf15d22' green: '0x73c48f' yellow: '0xffce51' blue: '0x48b9c7' magenta: '0xad7fa8' cyan: '0x34e2e2' white: '0xeeeeec'