diff --git a/README.md b/README.md index d1ceac8..dfa570d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,21 @@ Based on the Nord color pa --- +

Font: Source Code Pro 12px.

+ +## Getting started +### Installation + +Replace the current color definitions in your [`alacritty.yml`][alacritty-gh-config] configuration file with the content from the [`nord.yml`][nord-yml] file. + +### Activation + +If `live_config_reload` is set to `true` the colors are applied immediately, otherwise Alacritty must be restarted. + +## Screenshots + +

htop

+ ### Contribution Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-alacritty/issues). @@ -20,3 +35,6 @@ Please report issues/bugs, feature requests and suggestions for improvements to

Copyright © 2017 Arctic Ice Studio

+ +[alacritty-gh-config]: https://github.com/jwilm/alacritty#configuration +[nord-yml]: https://github.com/arcticicestudio/nord-alacritty/blob/develop/src/nord.yml diff --git a/assets/scrot-hero.png b/assets/scrot-hero.png new file mode 100755 index 0000000..4ef47c2 Binary files /dev/null and b/assets/scrot-hero.png differ diff --git a/assets/scrot-htop.png b/assets/scrot-htop.png new file mode 100755 index 0000000..1e12820 Binary files /dev/null and b/assets/scrot-htop.png differ diff --git a/src/nord.yml b/src/nord.yml new file mode 100644 index 0000000..5106b17 --- /dev/null +++ b/src/nord.yml @@ -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'