-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nord Xresources - Project Initialization
- Loading branch information
0 parents
commit 3bef2d8
Showing
7 changed files
with
22,625 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord-xresources/develop/src/assets/nord-xresources-banner.svg"/></p> | ||
|
||
<p align="center"><img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-xresources/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-xresources.svg"/></a> <a href="https://github.com/arcticicestudio/nord/releases/tag/v0.2.0"><img src="https://img.shields.io/badge/Nord-v0.2.0-blue.svg"/></a></p> | ||
|
||
--- | ||
|
||
# 0.0.0 (2016-12-22) | ||
**Project Initialization** |
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord-xresources/develop/src/assets/nord-xresources-banner.svg"/></p> | ||
|
||
<p align="center"><img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-xresources/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-xresources.svg"/></a> <a href="https://github.com/arcticicestudio/nord/releases/tag/v0.2.0"><img src="https://img.shields.io/badge/Nord-v0.2.0-blue.svg"/></a></p> | ||
|
||
<p align="center">A arctic, north-bluish clean and elegant <a href="https://konsole.kde.org">Xresources</a> color theme.</p> | ||
|
||
<p align="center">Designed for a fluent and clear workflow.<br> | ||
Based on the <a href="https://github.com/arcticicestudio/nord">Nord</a> color palette.</p> | ||
|
||
--- | ||
|
||
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-xresources/develop/src/assets/scrot-colortest.png"/><blockquote>Font: <a href="https://adobe-fonts.github.io/source-code-pro">Source Code Pro</a> 12px.</blockquote></p> | ||
|
||
## Getting started | ||
### Installation | ||
Detailed information about Xresources configurations can be found in the [Arch Linux Wiki](https://wiki.archlinux.org/index.php/X_resources) and [Wikipedia](https://en.wikipedia.org/wiki/X_resources). | ||
|
||
#### Manual | ||
Copy the content of the [`nord`](https://github.com/arcticicestudio/nord-xresources/blob/develop/src/nord) file into the `~/.Xresources` or `~/.Xdefaults` file and reload the settings with `xrdb`. | ||
|
||
#### Via `#include` | ||
Copy the [`nord`](https://github.com/arcticicestudio/nord-xresources/blob/develop/src/nord) file to any place and import it via `#include "/path/to/nord"`. | ||
|
||
#### Via `merge` | ||
To merge the color theme into your current settings copy the [`nord`](https://github.com/arcticicestudio/nord-xresources/blob/develop/src/nord) file to any place and run `xrdb -merge path/to/nord`. | ||
|
||
## Screenshots | ||
<p align="center"><strong>htop</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-xresources/develop/src/assets/scrot-htop.png"/></p> | ||
|
||
## Development | ||
[![](https://img.shields.io/badge/Changelog-0.1.0-blue.svg)](https://github.com/arcticicestudio/nord-xresources/blob/v0.1.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver) | ||
|
||
### Contribution | ||
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-xresources/issues). | ||
|
||
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/banner-footer-mountains.svg" /></p> | ||
|
||
<p align="center"> <img src="http://arcticicestudio.com/favicon.ico" width=16 height=16/> Copyright © 2016 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-blue.svg"/></a> <a href="https://creativecommons.org/licenses/by-sa/4.0"><img src="https://img.shields.io/badge/License-CC_BY--SA_4.0-blue.svg"/></a></p> |
Oops, something went wrong.