mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Tokyo Night Day Theme
Maybe it's too close to Catppuccin Latte to be distinct enough.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 647 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@@ -0,0 +1,81 @@
|
||||
# Theme: Tokyo Day
|
||||
# Based on Tokyo Night Light / tokyonight-day
|
||||
|
||||
# Main bg
|
||||
theme[main_bg]="#e1e2e7"
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#3760bf"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#3760bf"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#2e7de9"
|
||||
|
||||
# Background color of selected item in processes box
|
||||
theme[selected_bg]="#b7c1e3"
|
||||
|
||||
# Foreground color of selected item in processes box
|
||||
theme[selected_fg]="#3760bf"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#848cb5"
|
||||
|
||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||
theme[proc_misc]="#2e7de9"
|
||||
|
||||
# Cpu box outline color
|
||||
theme[cpu_box]="#a8aecb"
|
||||
|
||||
# Memory/disks box outline color
|
||||
theme[mem_box]="#a8aecb"
|
||||
|
||||
# Net up/down box outline color
|
||||
theme[net_box]="#a8aecb"
|
||||
|
||||
# Processes box outline color
|
||||
theme[proc_box]="#a8aecb"
|
||||
|
||||
# Box divider line and small boxes line color
|
||||
theme[div_line]="#a8aecb"
|
||||
|
||||
# Temperature graph colors
|
||||
theme[temp_start]="#587539"
|
||||
theme[temp_mid]="#8c6c3e"
|
||||
theme[temp_end]="#f52a65"
|
||||
|
||||
# CPU graph colors
|
||||
theme[cpu_start]="#587539"
|
||||
theme[cpu_mid]="#8c6c3e"
|
||||
theme[cpu_end]="#f52a65"
|
||||
|
||||
# Mem/Disk free meter
|
||||
theme[free_start]="#587539"
|
||||
theme[free_mid]="#8c6c3e"
|
||||
theme[free_end]="#f52a65"
|
||||
|
||||
# Mem/Disk cached meter
|
||||
theme[cached_start]="#587539"
|
||||
theme[cached_mid]="#8c6c3e"
|
||||
theme[cached_end]="#f52a65"
|
||||
|
||||
# Mem/Disk available meter
|
||||
theme[available_start]="#587539"
|
||||
theme[available_mid]="#8c6c3e"
|
||||
theme[available_end]="#f52a65"
|
||||
|
||||
# Mem/Disk used meter
|
||||
theme[used_start]="#587539"
|
||||
theme[used_mid]="#8c6c3e"
|
||||
theme[used_end]="#f52a65"
|
||||
|
||||
# Download graph colors
|
||||
theme[download_start]="#587539"
|
||||
theme[download_mid]="#8c6c3e"
|
||||
theme[download_end]="#f52a65"
|
||||
|
||||
# Upload graph colors
|
||||
theme[upload_start]="#587539"
|
||||
theme[upload_mid]="#8c6c3e"
|
||||
theme[upload_end]="#f52a65"
|
||||
@@ -0,0 +1 @@
|
||||
225,226,231
|
||||
@@ -0,0 +1,23 @@
|
||||
accent = "#2e7de9"
|
||||
cursor = "#3760bf"
|
||||
foreground = "#3760bf"
|
||||
background = "#e5e6ec"
|
||||
selection_foreground = "#3760bf"
|
||||
selection_background = "#b7c1e3"
|
||||
|
||||
color0 = "#a1a6c5"
|
||||
color1 = "#f52a65"
|
||||
color2 = "#587539"
|
||||
color3 = "#8c6c3e"
|
||||
color4 = "#2e7de9"
|
||||
color5 = "#9854f1"
|
||||
color6 = "#007197"
|
||||
color7 = "#6172b0"
|
||||
color8 = "#8990b3"
|
||||
color9 = "#f52a65"
|
||||
color10 = "#587539"
|
||||
color11 = "#b15c00"
|
||||
color12 = "#2e7de9"
|
||||
color13 = "#9854f1"
|
||||
color14 = "#007197"
|
||||
color15 = "#3760bf"
|
||||
@@ -0,0 +1 @@
|
||||
Yaru-blue
|
||||
@@ -0,0 +1 @@
|
||||
2e7de9
|
||||
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
priority = 1000,
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "tokyonight-day",
|
||||
},
|
||||
},
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 954 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Tokyo Night Light",
|
||||
"extension": "enkia.tokyo-night"
|
||||
}
|
||||
Reference in New Issue
Block a user