diff --git a/themes/tokyo-day/backgrounds/1-tokyo-day-dreaming.png b/themes/tokyo-day/backgrounds/1-tokyo-day-dreaming.png new file mode 100644 index 00000000..379af077 Binary files /dev/null and b/themes/tokyo-day/backgrounds/1-tokyo-day-dreaming.png differ diff --git a/themes/tokyo-day/backgrounds/omarchy.png b/themes/tokyo-day/backgrounds/omarchy.png new file mode 100644 index 00000000..0192e591 Binary files /dev/null and b/themes/tokyo-day/backgrounds/omarchy.png differ diff --git a/themes/tokyo-day/btop.theme b/themes/tokyo-day/btop.theme new file mode 100644 index 00000000..eeda0249 --- /dev/null +++ b/themes/tokyo-day/btop.theme @@ -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" diff --git a/themes/tokyo-day/chromium.theme b/themes/tokyo-day/chromium.theme new file mode 100644 index 00000000..687fc0fd --- /dev/null +++ b/themes/tokyo-day/chromium.theme @@ -0,0 +1 @@ +225,226,231 diff --git a/themes/tokyo-day/colors.toml b/themes/tokyo-day/colors.toml new file mode 100644 index 00000000..4d7c5736 --- /dev/null +++ b/themes/tokyo-day/colors.toml @@ -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" diff --git a/themes/tokyo-day/icons.theme b/themes/tokyo-day/icons.theme new file mode 100644 index 00000000..6ce2f147 --- /dev/null +++ b/themes/tokyo-day/icons.theme @@ -0,0 +1 @@ +Yaru-blue diff --git a/themes/tokyo-day/keyboard.rgb b/themes/tokyo-day/keyboard.rgb new file mode 100644 index 00000000..ec6ee332 --- /dev/null +++ b/themes/tokyo-day/keyboard.rgb @@ -0,0 +1 @@ +2e7de9 diff --git a/themes/tokyo-day/light.mode b/themes/tokyo-day/light.mode new file mode 100644 index 00000000..e69de29b diff --git a/themes/tokyo-day/neovim.lua b/themes/tokyo-day/neovim.lua new file mode 100644 index 00000000..1f797589 --- /dev/null +++ b/themes/tokyo-day/neovim.lua @@ -0,0 +1,12 @@ +return { + { + "folke/tokyonight.nvim", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "tokyonight-day", + }, + }, +} diff --git a/themes/tokyo-day/preview-unlock.png b/themes/tokyo-day/preview-unlock.png new file mode 100644 index 00000000..dff17292 Binary files /dev/null and b/themes/tokyo-day/preview-unlock.png differ diff --git a/themes/tokyo-day/preview.png b/themes/tokyo-day/preview.png new file mode 100644 index 00000000..b2a57e85 Binary files /dev/null and b/themes/tokyo-day/preview.png differ diff --git a/themes/tokyo-day/unlock.png b/themes/tokyo-day/unlock.png new file mode 100644 index 00000000..a9159b99 Binary files /dev/null and b/themes/tokyo-day/unlock.png differ diff --git a/themes/tokyo-day/vscode.json b/themes/tokyo-day/vscode.json new file mode 100644 index 00000000..88659295 --- /dev/null +++ b/themes/tokyo-day/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Tokyo Night Light", + "extension": "enkia.tokyo-night" +}