Skip to content

Instantly share code, notes, and snippets.

@BobbyWibowo
Created February 12, 2019 21:59
Show Gist options
  • Save BobbyWibowo/8392af0c1bb3131c6e09b9395968b649 to your computer and use it in GitHub Desktop.
Save BobbyWibowo/8392af0c1bb3131c6e09b9395968b649 to your computer and use it in GitHub Desktop.
Arc Dark colorscheme for Alacritty
# Colors (Arc Dark)
colors:
# Default colors
primary:
background: '0x383c4a'
foreground: '0xd3dae3'
# Normal colors
normal:
black: '0x4b5164'
red: '0xe14245'
green: '0x5ca75b'
yellow: '0xf6ab32'
blue: '0x4877b1'
magenta: '0xa660c3'
cyan: '0x5294e2'
white: '0xa9a9aa'
# Bright colors
bright:
black: '0x616981'
red: '0xe16f7e'
green: '0xadd488'
yellow: '0xfdc35f'
blue: '0x8ca9bf'
magenta: '0xe2afec'
cyan: '0x73c5e2'
white: '0xfcfcfc'
# Dim colors (Optional)
dim:
black: '0x2c2f3a'
red: '0x783228'
green: '0x4b7c16'
yellow: '0xb65619'
blue: '0x2b486b'
magenta: '0x614a73'
cyan: '0x1b668f'
white: '0x63686d'
@BobbyWibowo
Copy link
Author

To be used alongside PapirusDevelopmentTeam/arc-kde, as it uses the exact same Konsole's colorscheme of that theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment