-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…heme-file Main color scheme file
- Loading branch information
Showing
4 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Nord Alacritty + | ||
# project nord-alacritty + | ||
# version + | ||
# repository https://github.com/arcticicestudio/nord-alacritty + | ||
# author Arctic Ice Studio + | ||
# email development@arcticicestudio.com + | ||
# copyright Copyright (C) 2017 + | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# | ||
# [Resources] | ||
# Nord | ||
# https://github.com/arcticicestudio/nord | ||
# Alacritty | ||
# https://github.com/jwilm/alacritty | ||
colors: | ||
primary: | ||
background: '0x2E3440' | ||
foreground: '0xD8DEE9' | ||
cursor: | ||
text: '0x2E3440' | ||
cursor: '0xD8DEE9' | ||
normal: | ||
black: '0x3B4252' | ||
red: '0xBF616A' | ||
green: '0xA3BE8C' | ||
yellow: '0xEBCB8B' | ||
blue: '0x81A1C1' | ||
magenta: '0xB48EAD' | ||
cyan: '0x88C0D0' | ||
white: '0xE5E9F0' | ||
bright: | ||
black: '0x4C566A' | ||
red: '0xBF616A' | ||
green: '0xA3BE8C' | ||
yellow: '0xEBCB8B' | ||
blue: '0x81A1C1' | ||
magenta: '0xB48EAD' | ||
cyan: '0x8FBCBB' | ||
white: '0xECEFF4' |