initial commit
This commit is contained in:
BIN
themes/nord/backgrounds/0-black-moon.jpg
Normal file
BIN
themes/nord/backgrounds/0-black-moon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 MiB |
BIN
themes/nord/backgrounds/1-city-view.png
Normal file
BIN
themes/nord/backgrounds/1-city-view.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 384 KiB |
BIN
themes/nord/backgrounds/2-night-hawks.png
Normal file
BIN
themes/nord/backgrounds/2-night-hawks.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
89
themes/nord/btop.theme
Normal file
89
themes/nord/btop.theme
Normal file
@@ -0,0 +1,89 @@
|
||||
#Bashtop theme with nord palette (https://www.nordtheme.com)
|
||||
#by Justin Zobel <justin.zobel@gmail.com>
|
||||
|
||||
# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255"
|
||||
# example for white: "#ffffff", "#ff" or "255 255 255".
|
||||
|
||||
# All graphs and meters can be gradients
|
||||
# For single color graphs leave "mid" and "end" variable empty.
|
||||
# Use "start" and "end" variables for two color gradient
|
||||
# Use "start", "mid" and "end" for three color gradient
|
||||
|
||||
# Main background, empty for terminal default, need to be empty if you want transparent background
|
||||
theme[main_bg]="#2E3440"
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#D8DEE9"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#8FBCBB"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#5E81AC"
|
||||
|
||||
# Background color of selected item in processes box
|
||||
theme[selected_bg]="#4C566A"
|
||||
|
||||
# Foreground color of selected item in processes box
|
||||
theme[selected_fg]="#ECEFF4"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#4C566A"
|
||||
|
||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||
theme[proc_misc]="#5E81AC"
|
||||
|
||||
# Cpu box outline color
|
||||
theme[cpu_box]="#4C566A"
|
||||
|
||||
# Memory/disks box outline color
|
||||
theme[mem_box]="#4C566A"
|
||||
|
||||
# Net up/down box outline color
|
||||
theme[net_box]="#4C566A"
|
||||
|
||||
# Processes box outline color
|
||||
theme[proc_box]="#4C566A"
|
||||
|
||||
# Box divider line and small boxes line color
|
||||
theme[div_line]="#4C566A"
|
||||
|
||||
# Temperature graph colors
|
||||
theme[temp_start]="#81A1C1"
|
||||
theme[temp_mid]="#88C0D0"
|
||||
theme[temp_end]="#ECEFF4"
|
||||
|
||||
# CPU graph colors
|
||||
theme[cpu_start]="#81A1C1"
|
||||
theme[cpu_mid]="#88C0D0"
|
||||
theme[cpu_end]="#ECEFF4"
|
||||
|
||||
# Mem/Disk free meter
|
||||
theme[free_start]="#81A1C1"
|
||||
theme[free_mid]="#88C0D0"
|
||||
theme[free_end]="#ECEFF4"
|
||||
|
||||
# Mem/Disk cached meter
|
||||
theme[cached_start]="#81A1C1"
|
||||
theme[cached_mid]="#88C0D0"
|
||||
theme[cached_end]="#ECEFF4"
|
||||
|
||||
# Mem/Disk available meter
|
||||
theme[available_start]="#81A1C1"
|
||||
theme[available_mid]="#88C0D0"
|
||||
theme[available_end]="#ECEFF4"
|
||||
|
||||
# Mem/Disk used meter
|
||||
theme[used_start]="#81A1C1"
|
||||
theme[used_mid]="#88C0D0"
|
||||
theme[used_end]="#ECEFF4"
|
||||
|
||||
# Download graph colors
|
||||
theme[download_start]="#81A1C1"
|
||||
theme[download_mid]="#88C0D0"
|
||||
theme[download_end]="#ECEFF4"
|
||||
|
||||
# Upload graph colors
|
||||
theme[upload_start]="#81A1C1"
|
||||
theme[upload_mid]="#88C0D0"
|
||||
theme[upload_end]="#ECEFF4"
|
||||
23
themes/nord/colors.toml
Normal file
23
themes/nord/colors.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
accent = "#81a1c1"
|
||||
cursor = "#d8dee9"
|
||||
foreground = "#d8dee9"
|
||||
background = "#2e3440"
|
||||
selection_foreground = "#d8dee9"
|
||||
selection_background = "#4c566a"
|
||||
|
||||
color0 = "#3b4252"
|
||||
color1 = "#bf616a"
|
||||
color2 = "#a3be8c"
|
||||
color3 = "#ebcb8b"
|
||||
color4 = "#81a1c1"
|
||||
color5 = "#b48ead"
|
||||
color6 = "#88c0d0"
|
||||
color7 = "#e5e9f0"
|
||||
color8 = "#4c566a"
|
||||
color9 = "#bf616a"
|
||||
color10 = "#a3be8c"
|
||||
color11 = "#ebcb8b"
|
||||
color12 = "#81a1c1"
|
||||
color13 = "#b48ead"
|
||||
color14 = "#8fbcbb"
|
||||
color15 = "#eceff4"
|
||||
1
themes/nord/icons.theme
Normal file
1
themes/nord/icons.theme
Normal file
@@ -0,0 +1 @@
|
||||
Yaru-blue
|
||||
9
themes/nord/neovim.lua
Normal file
9
themes/nord/neovim.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{ "EdenEast/nightfox.nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "nordfox",
|
||||
},
|
||||
},
|
||||
}
|
||||
BIN
themes/nord/preview.png
Normal file
BIN
themes/nord/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 428 KiB |
4
themes/nord/vscode.json
Normal file
4
themes/nord/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Nord",
|
||||
"extension": "arcticicestudio.nord-visual-studio-code"
|
||||
}
|
||||
Reference in New Issue
Block a user