Skip to content

Commit

Permalink
Merge pull request #2 from arcticicestudio/feature/gh-1-main-color-sc…
Browse files Browse the repository at this point in the history
…heme-file

Main color scheme file
  • Loading branch information
arcticicestudio authored Oct 7, 2017
2 parents 1e8cbff + 3c278d5 commit 6e45765
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ Based on the <a href="https://github.com/arcticicestudio/nord">Nord</a> color pa

---

<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-alacritty/develop/assets/scrot-hero.png"/><blockquote>Font: <a href="https://adobe-fonts.github.io/source-code-pro">Source Code Pro</a> 12px.</blockquote></p>

## 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

<p align="center"><strong>htop</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-alacritty/develop/assets/scrot-htop.png"/></p>

### Contribution

Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-alacritty/issues).
Expand All @@ -20,3 +35,6 @@ Please report issues/bugs, feature requests and suggestions for improvements to
<p align="center"> <img src="http://arcticicestudio.com/favicon.ico" width=16 height=16/> Copyright &copy; 2017 Arctic Ice Studio</p>

<p align="center"><a href="http://www.apache.org/licenses/LICENSE-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-5E81AC.svg?style=flat-square"/></a> <a href="https://creativecommons.org/licenses/by-sa/4.0"><img src="https://img.shields.io/badge/License-CC_BY--SA_4.0-5E81AC.svg?style=flat-square"/></a></p>

[alacritty-gh-config]: https://github.com/jwilm/alacritty#configuration
[nord-yml]: https://github.com/arcticicestudio/nord-alacritty/blob/develop/src/nord.yml
Binary file added assets/scrot-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/scrot-htop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions src/nord.yml
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'

0 comments on commit 6e45765

Please sign in to comment.