From 37e7eb24afb2e3daf4b445407edc82bdd5b5fa4c Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Wed, 5 Oct 2022 09:43:15 +0200 Subject: [PATCH] GitHub Flow migration Adapted to "GitHub Flow" [1] like documented in detail in the main task issue arcticicestudio/styleguide-git#9 [2]. [1]: https://guides.github.com/introduction/flow [2]: https://github.com/arcticicestudio/styleguide-git/issues/9 Subtask of arcticicestudio/styleguide-git#9 GH-21 --- CHANGELOG.md | 12 +++++++----- README.md | 17 +++++++++-------- assets/nord-alacritty-banner.ai | 0 assets/nord-alacritty-banner.svg | 0 assets/scrot-hero.png | Bin assets/scrot-htop.png | Bin LICENSE.md => license | 6 +++--- 7 files changed, 19 insertions(+), 16 deletions(-) mode change 100755 => 100644 assets/nord-alacritty-banner.ai mode change 100755 => 100644 assets/nord-alacritty-banner.svg mode change 100755 => 100644 assets/scrot-hero.png mode change 100755 => 100644 assets/scrot-htop.png rename LICENSE.md => license (82%) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6952e7..895f7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,17 @@ -

+

-

+

--- # 0.1.0 + ![Release Date: 2017-10-07](https://img.shields.io/badge/Release_Date-2017--10--07-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.1.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-alacritty/projects/2) [![Milestone](https://img.shields.io/badge/Milestone-0.1.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-alacritty/milestone/1) ## Features -Implemented the main color scheme file [`nord.yml`](https://github.com/arcticicestudio/nord-alacritty/blob/develop/src/nord.yml). (@arcticicestudio, #1 in PR #2, 6e457657) -Detailed information about features and install instructions can be found in the [README](https://github.com/arcticicestudio/nord-alacritty/blob/develop/README.md#installation) and in the [project wiki](https://github.com/arcticicestudio/nord-alacritty/wiki). +Implemented the main color scheme file [`nord.yml`](https://github.com/arcticicestudio/nord-alacritty/blob/master/src/nord.yml). (@arcticicestudio, #1 in PR #2, 6e457657) + +Detailed information about features and install instructions can be found in the [README](https://github.com/arcticicestudio/nord-alacritty/blob/master/readme.md#installation) and in the [project wiki](https://github.com/arcticicestudio/nord-alacritty/wiki). -


htop

+


htop

diff --git a/README.md b/README.md index f2bd0f1..6c62173 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -

+

-

+

-

+

An arctic, north-bluish clean and elegant Alacritty color scheme.

@@ -11,9 +11,10 @@ Based on the Nord color pa --- -

Font: Source Code Pro 12px.

+

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. @@ -24,17 +25,17 @@ If `live_config_reload` is set to `true` the colors are applied immediately, oth ## Screenshots -

htop

+

htop

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

+

Copyright © 2017-present Arctic Ice Studio

-

+

[alacritty-gh-config]: https://github.com/alacritty/alacritty#configuration -[nord-yml]: https://github.com/arcticicestudio/nord-alacritty/blob/develop/src/nord.yml +[nord-yml]: https://github.com/arcticicestudio/nord-alacritty/blob/master/src/nord.yml diff --git a/assets/nord-alacritty-banner.ai b/assets/nord-alacritty-banner.ai old mode 100755 new mode 100644 diff --git a/assets/nord-alacritty-banner.svg b/assets/nord-alacritty-banner.svg old mode 100755 new mode 100644 diff --git a/assets/scrot-hero.png b/assets/scrot-hero.png old mode 100755 new mode 100644 diff --git a/assets/scrot-htop.png b/assets/scrot-htop.png old mode 100755 new mode 100644 diff --git a/LICENSE.md b/license similarity index 82% rename from LICENSE.md rename to license index d3c427c..565b5fc 100644 --- a/LICENSE.md +++ b/license @@ -1,7 +1,7 @@ -MIT License (MIT) +MIT License -Copyright (c) 2017-present Arctic Ice Studio (http://arcticicestudio.com) -Copyright (c) 2017-present Sven Greb (http://svengreb.de) +Copyright (C) 2017-present Arctic Ice Studio (https://www.arcticicestudio.com) +Copyright (C) 2017-present Sven Greb (https://www.svengreb.de) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal