forked from nordtheme/vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
80 additions
and
28 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
MIT License (MIT) | ||
|
||
Copyright (c) 2016-2017 Arctic Ice Studio <[email protected]> (http://arcticicestudio.com) | ||
Copyright (c) 2016-2017 Sven Greb <[email protected]> (http://svengreb.de) | ||
Copyright (c) 2016-present Arctic Ice Studio <[email protected]> (http://arcticicestudio.com) | ||
Copyright (c) 2016-present Sven Greb <[email protected]> (http://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 | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
" Copyright (c) 2016-2017 Arctic Ice Studio <[email protected]> | ||
" Copyright (c) 2016-2017 Sven Greb <[email protected]> | ||
" Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
" Copyright (c) 2016-present Sven Greb <[email protected]> | ||
|
||
" Project: Nord Vim | ||
" Repository: https://github.com/arcticicestudio/nord-vim | ||
" License: MIT | ||
|
||
let s:nord_vim_version="0.7.0" | ||
let s:nord_vim_version="0.8.0" | ||
let g:airline#themes#nord#palette = {} | ||
|
||
let s:nord0_gui = "#2E3440" | ||
|
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
" Copyright (c) 2016-2017 Arctic Ice Studio <[email protected]> | ||
" Copyright (c) 2016-2017 Sven Greb <[email protected]> | ||
" Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
" Copyright (c) 2016-present Sven Greb <[email protected]> | ||
|
||
" Project: Nord Vim | ||
" Repository: https://github.com/arcticicestudio/nord-vim | ||
" License: MIT | ||
|
||
let s:nord_vim_version="0.7.0" | ||
let s:nord_vim_version="0.8.0" | ||
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}} | ||
|
||
let s:nord0 = ["#2E3440", "NONE"] | ||
|
Oops, something went wrong.