Skip to content

Commit 412e300

Browse files
Nord Docs Transition
All documentations and assets have been moved to the official Nord website and documentations (1,2,3). References: (1) nordtheme.com/ports/tmux (2) nordtheme.com/docs/ports/tmux (3) arcticicestudio/nord-docs GH-36
1 parent 72b0b3f commit 412e300

17 files changed

+98
-22176
lines changed

.editorconfig

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Copyright (C) 2017-present Arctic Ice Studio <[email protected]>
2+
# Copyright (C) 2017-present Sven Greb <[email protected]>
3+
4+
# Project: Nord tmux
5+
# Repository: https://github.com/arcticicestudio/nord-tmux
6+
# License: MIT
7+
18
# ++++++++++++++++++++++
29
# + Base Configuration +
310
# ++++++++++++++++++++++
@@ -7,7 +14,7 @@ end_of_line = lf
714
indent_size = 2
815
indent_style = space
916
insert_final_newline = true
10-
max_line_length = 160
17+
max_line_length = 120
1118
trim_trailing_whitespace = true
1219

1320
# +++++++++++++

CHANGELOG.md

+21-8
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,37 @@
1-
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord-tmux/develop/src/assets/nord-tmux-banner.svg"/></p>
1+
<p align="center"><a href="https://www.nordtheme.com/ports/tmux" target="_blank"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop/assets/images/ports/tmux/repository-hero.svg?sanitize=true"/></a></p>
22

3-
<p align="center"><img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-tmux/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-tmux.svg?style=flat-square"/></a> <a href="https://github.com/arcticicestudio/nord/releases/tag/v0.2.0"><img src="https://img.shields.io/badge/Nord-v0.2.0-88C0D0.svg?style=flat-square"/></a></p>
3+
<p align="center"><a href="https://github.com/arcticicestudio/nord-tmux/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-tmux.svg?style=flat-square&label=Release&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a> <a href="https://www.nordtheme.com/docs/ports/tmux"><img src="https://img.shields.io/github/release/arcticicestudio/nord-tmux.svg?style=flat-square&label=Docs&colorA=4c566a&colorB=88c0d0&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI%2BCiAgICA8cGF0aCBmaWxsPSIjZDhkZWU5IiBkPSJNMTMuNzQ2IDIuODEzYS42Ny42NyAwIDAgMC0uNTU5LS4xMzNMOCAzLjg0OGwtNS4xODgtMS4xOGEuNjY5LjY2OSAwIDAgMC0uNTcuMTMzLjY3Ny42NzcgMCAwIDAtLjI0Mi41MzF2OC4xMzNjLS4wMDguMzIuMjEuNTk4LjUyLjY2OGw1LjMzMiAxLjE5OWguMjk2bDUuMzMyLTEuMmEuNjY4LjY2OCAwIDAgMCAuNTItLjY2N1YzLjMzMmEuNjU5LjY1OSAwIDAgMC0uMjU0LS41MnpNMy4zMzIgNC4xNjhsNCAuODk4djYuNzY2bC00LS44OTh6bTkuMzM2IDYuNzY2bC00IC44OThWNS4wNjZsNC0uODk4em0wIDAiLz4KPC9zdmc%2BCg%3D%3D"/></a></p>
44

5-
---
5+
<p align="center">Changelog for <a href="https://www.nordtheme.com/ports/tmux">Nord tmux</a> — An arctic, north-bluish clean and elegant <a href="https://tmux.github.io" target="_blank">tmux</a> color theme.</p>
6+
7+
<!--lint disable no-duplicate-headings-->
68

79
# 0.2.0
8-
*2017-04-22*
10+
11+
_2017-04-22_
12+
913
## Features
14+
1015
### Plugin Support
11-
❯ Implemented support for the [tmux-prefix-highlight](https://github.com/tmux-plugins/tmux-prefix-highlight) *prefix*- and `copy-mode` status indicator. (@kepbod, #3, 166c8956)
16+
17+
❯ Implemented support for the [tmux-prefix-highlight](https://github.com/tmux-plugins/tmux-prefix-highlight) _prefix_- and `copy-mode` status indicator. (@kepbod, #3, 166c8956)
1218

1319
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-tmux/develop/src/assets/scrot-plugin-support-tmux-prefix-highlight.png"/><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-tmux/develop/src/assets/scrot-plugin-support-tmux-prefix-highlight-copy-mode.png"/></p>
1420

1521
# 0.1.1
16-
*2017-04-21*
22+
23+
_2017-04-21_
24+
1725
## Bug Fixes
26+
1827
❯ Fixed the plugin to be not loadable due to the missing `#!/usr/bin/env bash` hashbang and `+x` permission flag for the plugin loader [`nord.tmux`](https://github.com/arcticicestudio/nord-tmux/blob/develop/nord.tmux) which caused `tpm` to exit with code `126`. (@arcticicestudio, #4, c049da5e)
1928

2029
# 0.1.0
21-
*2017-04-20*
30+
31+
_2017-04-20_
32+
2233
## Features
34+
2335
Detailed information about features and install instructions can be found in the [README](https://github.com/arcticicestudio/nord-tmux/blob/develop/README.md#installation) and in the [project wiki](https://github.com/arcticicestudio/nord-tmux/wiki).
2436

2537
❯ Implemented the main color theme file [`nord.conf`](https://github.com/arcticicestudio/nord-tmux/blob/develop/src/nord.conf). (@arcticicestudio, #1, e759aedc)
@@ -29,5 +41,6 @@ Detailed information about features and install instructions can be found in the
2941
❯ Implemented the [`tpm`](https://github.com/tmux-plugins/tpm) plugin loader [`nord.tmux`](https://github.com/arcticicestudio/nord-tmux/blob/develop/nord.tmux). (@arcticicestudio, #2, e58b52e9)
3042

3143
# 0.0.0
32-
*2016-04-20*
44+
45+
_2016-04-20_
3346
**Project Initialization**

LICENSE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License (MIT)
22

3-
Copyright (c) 2017-present Arctic Ice Studio <[email protected]> (http://arcticicestudio.com)
4-
Copyright (c) 2017-present Sven Greb <code@svengreb.de> (http://svengreb.de)
3+
Copyright (C) 2017-present Arctic Ice Studio <[email protected]> (https://www.arcticicestudio.com)
4+
Copyright (C) 2017-present Sven Greb <development@svengreb.de> (https://www.svengreb.de)
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)