-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
18 changed files
with
203 additions
and
117 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ in { | |
# for hyprland | ||
|
||
swaybg | ||
hyprsunset | ||
grimblast | ||
## | ||
|
||
|
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
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,21 +1,64 @@ | ||
{ | ||
base00 = "232136"; | ||
base01 = "2a273f"; | ||
base02 = "393552"; | ||
base03 = "6e6a86"; | ||
base04 = "908caa"; | ||
base05 = "e0def4"; | ||
base06 = "e0def4"; | ||
base07 = "56526e"; | ||
base0D = "c4a7e7"; | ||
base0E = "f6c177"; | ||
base0C = "9ccfd8"; | ||
base0A = "ea9a97"; | ||
base09 = "f6c177"; | ||
base0B = "3e8fb0"; | ||
base08 = "eb6f92"; | ||
base0F = "56526e"; | ||
|
||
accent = "ea9a97"; | ||
pkgs: rec { | ||
background = "2e3440"; | ||
|
||
text = "d8dee9"; | ||
|
||
regular = { | ||
background = "3b4252"; | ||
|
||
red = "bf616a"; | ||
green = "a3be8c"; | ||
yellow = "ebcb8b"; | ||
blue = "81a1c1"; | ||
purple = "b48ead"; | ||
cyan = "88c0d0"; | ||
white = "e5e9f0"; | ||
}; | ||
|
||
bright = { | ||
background = "4c566a"; | ||
white = "eceff4"; | ||
cyan = "8fbcbb"; | ||
purple = "b48ead"; | ||
blue = "81a1c1"; | ||
yellow = "ebcb8b"; | ||
green = "a3be8c"; | ||
red = "bf616a"; | ||
}; | ||
|
||
base00 = "2E3440"; | ||
base01 = "3B4252"; | ||
base02 = "434C5E"; | ||
base03 = "4C566A"; | ||
base04 = "D8DEE9"; | ||
base05 = "E5E9F0"; | ||
base06 = "ECEFF4"; | ||
base07 = "8FBCBB"; | ||
base08 = "88C0D0"; | ||
base09 = "81A1C1"; | ||
base0A = "5E81AC"; | ||
base0B = "BF616A"; | ||
base0C = "D08770"; | ||
base0D = "EBCB8B"; | ||
base0E = "A3BE8C"; | ||
base0F = "B48EAD"; | ||
|
||
accent = regular.blue; | ||
wallpaper = ./wall.jpg; | ||
|
||
nvim = { | ||
enable = true; | ||
# uses generated base16 them if set to false | ||
|
||
package = pkgs.vimPlugins.nord-nvim; | ||
name = "nord"; | ||
}; | ||
|
||
gtk = { | ||
enable = true; | ||
# uses generated base16 theme if set to false | ||
|
||
package = pkgs.nordic; | ||
name = "Nordic"; | ||
}; | ||
} |
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,3 +1,3 @@ | ||
[nord-nvim] | ||
[theme] | ||
src.git = "https://github.com/andersevenrud/nordic.nvim" | ||
fetch.github = "andersevenrud/nordic.nvim" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.