aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-11-29 18:35:49 +0300
committerawy <awy@awy.one>2025-11-29 18:35:49 +0300
commit8d90f5a577b75b8a792b7a2f02d98a31e9ff19c4 (patch)
tree868e0d8389fb2b4e413409f65f57caa9c0b37eda /.config
parentdb008a76e93dcfbf00fec5a141a1e1bd122b04a7 (diff)
downloadhyprdots-8d90f5a577b75b8a792b7a2f02d98a31e9ff19c4.tar.gz
uupdate
Diffstat (limited to '.config')
-rw-r--r--.config/btop/btop.conf2
-rw-r--r--.config/eza/theme.yml102
-rw-r--r--.config/fnott/fnott.ini14
-rw-r--r--.config/fontconfig/fonts.conf2
-rw-r--r--.config/foot/foot.ini44
-rw-r--r--.config/hypr/hyprland.conf12
-rw-r--r--.config/nvim/lua/plugins/theme.lua34
-rw-r--r--.config/qt5ct/qt5ct.conf10
-rw-r--r--.config/qt6ct/qt6ct.conf10
-rw-r--r--.config/rofi/config.rasi11
-rw-r--r--.config/shell/profile26
-rw-r--r--.config/tmux/tmux.conf2
-rw-r--r--.config/waybar/style.css2
-rw-r--r--.config/yazi/theme.toml2810
14 files changed, 1598 insertions, 1483 deletions
diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf
index 1c75370..a637e5b 100644
--- a/.config/btop/btop.conf
+++ b/.config/btop/btop.conf
@@ -1,4 +1,4 @@
-color_theme = "/usr/share/btop/themes/everforest-dark-medium.theme"
+color_theme = "/usr/share/btop/themes/gruvbox_dark.theme"
theme_background = False
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
vim_keys = True
diff --git a/.config/eza/theme.yml b/.config/eza/theme.yml
new file mode 100644
index 0000000..70972dc
--- /dev/null
+++ b/.config/eza/theme.yml
@@ -0,0 +1,102 @@
+colourful: true
+
+filekinds:
+ normal: {foreground: "#ebdbb2"}
+ directory: {foreground: "#83a598"}
+ symlink: {foreground: "#8ec07c"}
+ pipe: {foreground: "#928374"}
+ block_device: {foreground: "#fb4934"}
+ char_device: {foreground: "#fb4934"}
+ socket: {foreground: "#665c54"}
+ special: {foreground: "#d3869b"}
+ executable: {foreground: "#b8bb26"}
+ mount_point: {foreground: "#fe8019"}
+
+perms:
+ user_read: {foreground: "#ebdbb2"}
+ user_write: {foreground: "#fabd2f"}
+ user_execute_file: {foreground: "#b8bb26"}
+ user_execute_other: {foreground: "#b8bb26"}
+ group_read: {foreground: "#ebdbb2"}
+ group_write: {foreground: "#fabd2f"}
+ group_execute: {foreground: "#b8bb26"}
+ other_read: {foreground: "#bdae93"}
+ other_write: {foreground: "#fabd2f"}
+ other_execute: {foreground: "#b8bb26"}
+ special_user_file: {foreground: "#d3869b"}
+ special_other: {foreground: "#928374"}
+ attribute: {foreground: "#bdae93"}
+
+size:
+ major: {foreground: "#bdae93"}
+ minor: {foreground: "#8ec07c"}
+ number_byte: {foreground: "#ebdbb2"}
+ number_kilo: {foreground: "#ebdbb2"}
+ number_mega: {foreground: "#83a598"}
+ number_giga: {foreground: "#d3869b"}
+ number_huge: {foreground: "#d3869b"}
+ unit_byte: {foreground: "#bdae93"}
+ unit_kilo: {foreground: "#83a598"}
+ unit_mega: {foreground: "#d3869b"}
+ unit_giga: {foreground: "#d3869b"}
+ unit_huge: {foreground: "#fe8019"}
+
+users:
+ user_you: {foreground: "#ebdbb2"}
+ user_root: {foreground: "#fb4934"}
+ user_other: {foreground: "#d3869b"}
+ group_yours: {foreground: "#ebdbb2"}
+ group_other: {foreground: "#928374"}
+ group_root: {foreground: "#fb4934"}
+
+links:
+ normal: {foreground: "#8ec07c"}
+ multi_link_file: {foreground: "#fe8019"}
+
+git:
+ new: {foreground: "#b8bb26"}
+ modified: {foreground: "#fabd2f"}
+ deleted: {foreground: "#fb4934"}
+ renamed: {foreground: "#8ec07c"}
+ typechange: {foreground: "#d3869b"}
+ ignored: {foreground: "#928374"}
+ conflicted: {foreground: "#cc241d"}
+
+git_repo:
+ branch_main: {foreground: "#ebdbb2"}
+ branch_other: {foreground: "#d3869b"}
+ git_clean: {foreground: "#b8bb26"}
+ git_dirty: {foreground: "#fb4934"}
+
+security_context:
+ colon: {foreground: "#928374"}
+ user: {foreground: "#ebdbb2"}
+ role: {foreground: "#d3869b"}
+ typ: {foreground: "#665c54"}
+ range: {foreground: "#d3869b"}
+
+file_type:
+ image: {foreground: "#fabd2f"}
+ video: {foreground: "#fb4934"}
+ music: {foreground: "#b8bb26"}
+ lossless: {foreground: "#8ec07c"}
+ crypto: {foreground: "#928374"}
+ document: {foreground: "#ebdbb2"}
+ compressed: {foreground: "#d3869b"}
+ temp: {foreground: "#cc241d"}
+ compiled: {foreground: "#83a598"}
+ build: {foreground: "#928374"}
+ source: {foreground: "#83a598"}
+
+punctuation: {foreground: "#928374"}
+date: {foreground: "#fabd2f"}
+inode: {foreground: "#bdae93"}
+blocks: {foreground: "#a89984"}
+header: {foreground: "#ebdbb2"}
+octal: {foreground: "#8ec07c"}
+flags: {foreground: "#d3869b"}
+
+symlink_path: {foreground: "#8ec07c"}
+control_char: {foreground: "#83a598"}
+broken_symlink: {foreground: "#fb4934"}
+broken_path_overlay: {foreground: "#928374"}
diff --git a/.config/fnott/fnott.ini b/.config/fnott/fnott.ini
index 4e7d4d5..8915f6c 100644
--- a/.config/fnott/fnott.ini
+++ b/.config/fnott/fnott.ini
@@ -4,23 +4,23 @@ max-width=300
min-width=300
max-icon-size=32
-background=3D484DFF
-border-color=475259FF
+background=504945FF
+border-color=665c54FF
border-size=2
title-font=monospace:size=14
-title-color=D3C6AAFF
+title-color=EBDBB2FF
title-format=
summary-font=monospace:size=14
-summary-color=D3C6AAFF
+summary-color=EBDBB2FF
body-font=monospace:size=14
-body-color=D3C6AAFF
+body-color=EBDBB2FF
-progress-bar-color=A7C080FF
+progress-bar-color=d3869bFF
default-timeout=5
idle-timeout=120
[critical]
-border-color=E67E80FF
+border-color=FB4934FF
default-timeout=15
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf
index e124e5a..434fcbf 100644
--- a/.config/fontconfig/fonts.conf
+++ b/.config/fontconfig/fonts.conf
@@ -31,7 +31,7 @@
<alias>
<family>monospace</family>
<prefer>
- <family>Source Code Pro</family>
+ <family>FiraCode NerdFont Propo</family>
<family>Noto Color Emoji</family>
<family>FontAwesome</family>
<family>SymbolsNerdFont Propo</family>
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini
index bd10263..360d13d 100644
--- a/.config/foot/foot.ini
+++ b/.config/foot/foot.ini
@@ -1,5 +1,5 @@
[main]
-# include=/usr/share/foot/themes/everforest
+include=/usr/share/foot/themes/gruvbox-dark
font=monospace:size=14
font-size-adjustment=3
gamma-correct-blending=false
@@ -13,27 +13,27 @@ initial-window-size-chars=80x24
#[mouse]
#hide-when-typing=true
-[colors]
-# alpha = 0.9
-foreground=d3c6aa
-background=2b3339
-
-regular0=374247
-bright0=404c51
-regular1=e67e80
-bright1=e67e80
-regular2=a7c080
-bright2=a7c080
-regular3=dbbc7f
-bright3=dbbc7f
-regular4=7fbbb3
-bright4=7fbbb3
-regular5=d699b6
-bright5=d699b6
-regular6=83c092
-bright6=83c092
-regular7=859289
-bright7=9da9a0
+# [colors]
+# # alpha = 0.9
+# foreground=d3c6aa
+# background=2b3339
+#
+# regular0=374247
+# bright0=404c51
+# regular1=e67e80
+# bright1=e67e80
+# regular2=a7c080
+# bright2=a7c080
+# regular3=dbbc7f
+# bright3=dbbc7f
+# regular4=7fbbb3
+# bright4=7fbbb3
+# regular5=d699b6
+# bright5=d699b6
+# regular6=83c092
+# bright6=83c092
+# regular7=859289
+# bright7=9da9a0
[key-bindings]
clipboard-copy=Mod1+c
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 211644f..a9a3288 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -3,7 +3,7 @@ monitor = DP-3, 3840x2160@165, 0x0, 1.5
monitor = DP-2, 2560x1440@165, -2560x0, 1
$terminal = footclient
-$menu = mew-run
+$menu = rofi -show drun
exec-once = dbus-update-activation-environment --all
exec-once = foot --server
@@ -27,7 +27,7 @@ env = XCURSOR_THEME,Adwaita
env = HYPRCURSOR_SIZE,24
env = HYPRCURSOR_THEME,Adwaita
env = GBM_BACKEND,nvidia-drm
-env = GTK_THEME,Everforest-Yellow-Dark
+env = GTK_THEME,Gruvbox-Yellow-Dark-Medium
# ecosystem {
# enforce_permissions = 1
@@ -44,10 +44,10 @@ general {
border_size = 2
# col.active_border = rgb(83a598)
# col.inactive_border = rgb(595959)
- # col.active_border = rgb(83a598)
- # col.inactive_border = rgb(3c3836)
- col.active_border = rgba(475258FF)
- col.inactive_border = rgba(343F44FF)
+ col.active_border = rgb(8a8a8a)
+ col.inactive_border = rgb(1c1c1c)
+ # col.active_border = rgba(475258FF)
+ # col.inactive_border = rgba(343F44FF)
resize_on_border = false
diff --git a/.config/nvim/lua/plugins/theme.lua b/.config/nvim/lua/plugins/theme.lua
index 8176b64..4453c87 100644
--- a/.config/nvim/lua/plugins/theme.lua
+++ b/.config/nvim/lua/plugins/theme.lua
@@ -1,4 +1,4 @@
-return {
+--[[ return {
{
"neanias/everforest-nvim",
priority = 1000,
@@ -11,26 +11,26 @@ return {
vim.cmd.colorscheme "everforest"
end
}
+} ]]
+
+return {
+ {
+ "ellisonleao/gruvbox.nvim",
+ priority = 1000,
+ config = function()
+ require("gruvbox").setup({
+ transparent_mode = true,
+ overrides = {
+ CursorLineNr = {bg = ""}
+ }
+ })
+ vim.cmd.colorscheme "gruvbox"
+ end
+ }
}
-- return {
-- {
--- "ellisonleao/gruvbox.nvim",
--- priority = 1000,
--- config = function()
--- require("gruvbox").setup({
--- transparent_mode = true,
--- overrides = {
--- CursorLineNr = {bg = ""}
--- }
--- })
--- vim.cmd.colorscheme "gruvbox"
--- end
--- }
--- }
---
--- return {
--- {
-- "catppuccin/nvim",
-- priority = 1000,
-- config = function()
diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf
index daa738b..09d2a13 100644
--- a/.config/qt5ct/qt5ct.conf
+++ b/.config/qt5ct/qt5ct.conf
@@ -1,13 +1,13 @@
[Appearance]
-color_scheme_path=~/.config/qt5ct/colors/everforest.conf
+color_scheme_path=~/.config/qt5ct/colors/gruvbox.conf
custom_palette=true
-icon_theme=Everforest-Dark
+icon_theme=Gruvbox-Dark
standard_dialogs=xdgdesktopportal
style=Fusion
[Fonts]
-fixed="JetBrainsMono NerdFont Propo,12,-1,5,50,0,0,0,0,0,Regular"
-general="Source Sans 3,12,-1,5,50,0,0,0,0,0,Regular"
+fixed="FiraCode Nerd Font Propo,12,-1,5,50,0,0,0,0,0,Regular"
+general="IBM Plex Sans,12,-1,5,50,0,0,0,0,0,Regular"
[Interface]
activate_item_on_single_click=1
@@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
-geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4\xee\0\0\x5q\0\0\0\0\0\0\0\0\0\0\x4\xff\0\0\x5\x85\0\0\0\x1\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x4\xee\0\0\x5q)
+geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4\xfb\0\0\x2\xbe\0\0\0\0\0\0\0\0\0\0\x4\xff\0\0\x2\xc2\0\0\0\x1\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x4\xfb\0\0\x2\xbe)
[Troubleshooting]
force_raster_widgets=1
diff --git a/.config/qt6ct/qt6ct.conf b/.config/qt6ct/qt6ct.conf
index 8cf0c83..b44266b 100644
--- a/.config/qt6ct/qt6ct.conf
+++ b/.config/qt6ct/qt6ct.conf
@@ -1,13 +1,13 @@
[Appearance]
-color_scheme_path=~/.config/qt6ct/colors/everforest.conf
+color_scheme_path=~/.config/qt6ct/colors/gruvbox.conf
custom_palette=true
-icon_theme=Everforest-Dark
+icon_theme=Gruvbox-Dark
standard_dialogs=xdgdesktopportal
style=Fusion
[Fonts]
-fixed="JetBrainsMono NerdFont Propo,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
-general="Source Sans 3,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
+fixed="FiraCode Nerd Font Propo,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
+general="IBM Plex Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
[Interface]
activate_item_on_single_click=1
@@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
-geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4\xee\0\0\x5q\0\0\0\0\0\0\0\0\0\0\x4\xee\0\0\x5q\0\0\0\x1\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x4\xee\0\0\x5q)
+geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4\xfb\0\0\x2\xbe\0\0\0\0\0\0\0\0\0\0\x4\xfb\0\0\x2\xbe\0\0\0\x1\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x4\xfb\0\0\x2\xbe)
[Troubleshooting]
force_raster_widgets=1
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
new file mode 100644
index 0000000..3bf5706
--- /dev/null
+++ b/.config/rofi/config.rasi
@@ -0,0 +1,11 @@
+configuration {
+ kb-accept-entry: "Control+m,Return,KP_Enter";
+ kb-remove-to-eol: "";
+ kb-row-down: "Control+j";
+ kb-row-up: "Control+k";
+}
+
+window {
+ width: 900px;
+}
+@theme "/usr/share/rofi/themes/gruvbox-dark.rasi"
diff --git a/.config/shell/profile b/.config/shell/profile
index 0110a6b..3878156 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -81,16 +81,18 @@ export MOZ_DISABLE_RDD_SANDBOX=1 # For HW in Firefox on nvidia gpu
export ELECTRON_OZONE_PLATFORM_HINT=auto # Electron fix
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 # Disables decorations for QT applications
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
---color=fg:#D3C6AA:regular
---color=fg+:#2D353B:regular
---color=hl:#A7C080:bold
---color=hl+:#2D353B:bold
---color=bg+:#A7C080
---color=gutter:-1
---color=prompt:#3D484D
---color=pointer:#A7C080
---color=scrollbar:#7A8478
---color=preview-label:#859289
+--color=bg+:#3c3836
+--color=bg:-1
+--color=spinner:#fb4934
+--color=hl:#928374
+--color=fg:#ebdbb2
+--color=header:#928374
+--color=info:#8ec07c
+--color=pointer:#fb4934
+--color=marker:#fb4934
+--color=fg+:#ebdbb2
+--color=prompt:#fb4934
+--color=hl+:#fb4934
--cycle
--scroll-off=8
--tabstop=4
@@ -106,8 +108,8 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
--bind=resize:refresh-preview
"
export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS"
-export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676"
-export BAT_THEME="Nord"
+export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#665c54"
+export BAT_THEME="gruvbox-dark"
export GTK_USE_PORTAL=1
export ENABLE_HDR_WSI=1
export PROTON_ENABLE_WAYLAND=1
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 663ade4..c9efd49 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -1,7 +1,7 @@
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
-set -g @plugin 'TanglingTreats/tmux-everforest'
+set -g @plugin 'egel/tmux-gruvbox'
# ========== General options ==========
# Neovim told me to set these parameters
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 05ae964..1e24067 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -1,4 +1,4 @@
-@import "everforest.css";
+@import "gruvbox.css";
* {
font-family: monospace;
diff --git a/.config/yazi/theme.toml b/.config/yazi/theme.toml
index 8bb3b3f..f2a7234 100644
--- a/.config/yazi/theme.toml
+++ b/.config/yazi/theme.toml
@@ -1,709 +1,709 @@
[flavor]
-dark = "everforest-medium"
+dark = "gruvbox-dark"
# gruvbox
-# [icon]
-#
-# files = [
-# { name = ".babelrc", text = "", fg = "#fabd2f" },
-# { name = ".bash_profile", text = "", fg = "#98971a" },
-# { name = ".bashrc", text = "", fg = "#98971a" },
-# { name = ".clang-format", text = "", fg = "#928374" },
-# { name = ".clang-tidy", text = "", fg = "#928374" },
-# { name = ".codespellrc", text = "󰓆", fg = "#b8bb26" },
-# { name = ".condarc", text = "", fg = "#b8bb26" },
-# { name = ".dockerignore", text = "󰡨", fg = "#458588" },
-# { name = ".ds_store", text = "", fg = "#928374" },
-# { name = ".editorconfig", text = "", fg = "#a89984" },
-# { name = ".env", text = "", fg = "#d79921" },
-# { name = ".eslintignore", text = "", fg = "#b16286" },
-# { name = ".eslintrc", text = "", fg = "#b16286" },
-# { name = ".git-blame-ignore-revs", text = "", fg = "#cc241d" },
-# { name = ".gitattributes", text = "", fg = "#cc241d" },
-# { name = ".gitconfig", text = "", fg = "#cc241d" },
-# { name = ".gitignore", text = "", fg = "#cc241d" },
-# { name = ".gitlab-ci.yml", text = "", fg = "#cc241d" },
-# { name = ".gitmodules", text = "", fg = "#cc241d" },
-# { name = ".gtkrc-2.0", text = "", fg = "#8ec07c" },
-# { name = ".gvimrc", text = "", fg = "#98971a" },
-# { name = ".justfile", text = "", fg = "#928374" },
-# { name = ".luacheckrc", text = "", fg = "#458588" },
-# { name = ".luaurc", text = "", fg = "#458588" },
-# { name = ".mailmap", text = "󰊢", fg = "#cc241d" },
-# { name = ".nanorc", text = "", fg = "#b16286" },
-# { name = ".npmignore", text = "", fg = "#b16286" },
-# { name = ".npmrc", text = "", fg = "#b16286" },
-# { name = ".nuxtrc", text = "󱄆", fg = "#b8bb26" },
-# { name = ".nvmrc", text = "", fg = "#b8bb26" },
-# { name = ".pnpmfile.cjs", text = "", fg = "#d79921" },
-# { name = ".pre-commit-config.yaml", text = "󰛢", fg = "#d79921" },
-# { name = ".prettierignore", text = "", fg = "#83a598" },
-# { name = ".prettierrc", text = "", fg = "#83a598" },
-# { name = ".prettierrc.cjs", text = "", fg = "#83a598" },
-# { name = ".prettierrc.js", text = "", fg = "#83a598" },
-# { name = ".prettierrc.json", text = "", fg = "#83a598" },
-# { name = ".prettierrc.json5", text = "", fg = "#83a598" },
-# { name = ".prettierrc.mjs", text = "", fg = "#83a598" },
-# { name = ".prettierrc.toml", text = "", fg = "#83a598" },
-# { name = ".prettierrc.yaml", text = "", fg = "#83a598" },
-# { name = ".prettierrc.yml", text = "", fg = "#83a598" },
-# { name = ".pylintrc", text = "", fg = "#928374" },
-# { name = ".settings.json", text = "", fg = "#b16286" },
-# { name = ".SRCINFO", text = "󰣇", fg = "#8ec07c" },
-# { name = ".vimrc", text = "", fg = "#98971a" },
-# { name = ".Xauthority", text = "", fg = "#cc241d" },
-# { name = ".xinitrc", text = "", fg = "#cc241d" },
-# { name = ".Xresources", text = "", fg = "#cc241d" },
-# { name = ".xsession", text = "", fg = "#cc241d" },
-# { name = ".zprofile", text = "", fg = "#98971a" },
-# { name = ".zshenv", text = "", fg = "#98971a" },
-# { name = ".zshrc", text = "", fg = "#98971a" },
-# { name = "_gvimrc", text = "", fg = "#98971a" },
-# { name = "_vimrc", text = "", fg = "#98971a" },
-# { name = "AUTHORS", text = "", fg = "#b16286" },
-# { name = "AUTHORS.txt", text = "", fg = "#b16286" },
-# { name = "brewfile", text = "", fg = "#cc241d" },
-# { name = "bspwmrc", text = "", fg = "#928374" },
-# { name = "build", text = "", fg = "#98971a" },
-# { name = "build.gradle", text = "", fg = "#458588" },
-# { name = "build.zig.zon", text = "", fg = "#d79921" },
-# { name = "bun.lock", text = "", fg = "#a89984" },
-# { name = "bun.lockb", text = "", fg = "#a89984" },
-# { name = "cantorrc", text = "", fg = "#83a598" },
-# { name = "checkhealth", text = "󰓙", fg = "#458588" },
-# { name = "cmakelists.txt", text = "", fg = "#a89984" },
-# { name = "code_of_conduct", text = "", fg = "#b16286" },
-# { name = "code_of_conduct.md", text = "", fg = "#b16286" },
-# { name = "commit_editmsg", text = "", fg = "#cc241d" },
-# { name = "commitlint.config.js", text = "󰜘", fg = "#689d6a" },
-# { name = "commitlint.config.ts", text = "󰜘", fg = "#689d6a" },
-# { name = "compose.yaml", text = "󰡨", fg = "#458588" },
-# { name = "compose.yml", text = "󰡨", fg = "#458588" },
-# { name = "config", text = "", fg = "#928374" },
-# { name = "containerfile", text = "󰡨", fg = "#458588" },
-# { name = "copying", text = "", fg = "#fabd2f" },
-# { name = "copying.lesser", text = "", fg = "#fabd2f" },
-# { name = "Directory.Build.props", text = "", fg = "#458588" },
-# { name = "Directory.Build.targets", text = "", fg = "#458588" },
-# { name = "Directory.Packages.props", text = "", fg = "#458588" },
-# { name = "docker-compose.yaml", text = "󰡨", fg = "#458588" },
-# { name = "docker-compose.yml", text = "󰡨", fg = "#458588" },
-# { name = "dockerfile", text = "󰡨", fg = "#458588" },
-# { name = "eslint.config.cjs", text = "", fg = "#b16286" },
-# { name = "eslint.config.js", text = "", fg = "#b16286" },
-# { name = "eslint.config.mjs", text = "", fg = "#b16286" },
-# { name = "eslint.config.ts", text = "", fg = "#b16286" },
-# { name = "ext_typoscript_setup.txt", text = "", fg = "#d79921" },
-# { name = "favicon.ico", text = "", fg = "#fabd2f" },
-# { name = "fp-info-cache", text = "", fg = "#8ec07c" },
-# { name = "fp-lib-table", text = "", fg = "#8ec07c" },
-# { name = "FreeCAD.conf", text = "", fg = "#cc241d" },
-# { name = "Gemfile", text = "", fg = "#cc241d" },
-# { name = "gnumakefile", text = "", fg = "#928374" },
-# { name = "go.mod", text = "", fg = "#8ec07c" },
-# { name = "go.sum", text = "", fg = "#8ec07c" },
-# { name = "go.work", text = "", fg = "#8ec07c" },
-# { name = "gradle-wrapper.properties", text = "", fg = "#458588" },
-# { name = "gradle.properties", text = "", fg = "#458588" },
-# { name = "gradlew", text = "", fg = "#458588" },
-# { name = "groovy", text = "", fg = "#458588" },
-# { name = "gruntfile.babel.js", text = "", fg = "#d79921" },
-# { name = "gruntfile.coffee", text = "", fg = "#d79921" },
-# { name = "gruntfile.js", text = "", fg = "#d79921" },
-# { name = "gruntfile.ts", text = "", fg = "#d79921" },
-# { name = "gtkrc", text = "", fg = "#8ec07c" },
-# { name = "gulpfile.babel.js", text = "", fg = "#fb4934" },
-# { name = "gulpfile.coffee", text = "", fg = "#fb4934" },
-# { name = "gulpfile.js", text = "", fg = "#fb4934" },
-# { name = "gulpfile.ts", text = "", fg = "#fb4934" },
-# { name = "hypridle.conf", text = "", fg = "#8ec07c" },
-# { name = "hyprland.conf", text = "", fg = "#8ec07c" },
-# { name = "hyprlandd.conf", text = "", fg = "#8ec07c" },
-# { name = "hyprlock.conf", text = "", fg = "#8ec07c" },
-# { name = "hyprpaper.conf", text = "", fg = "#8ec07c" },
-# { name = "hyprsunset.conf", text = "", fg = "#8ec07c" },
-# { name = "i18n.config.js", text = "󰗊", fg = "#b16286" },
-# { name = "i18n.config.ts", text = "󰗊", fg = "#b16286" },
-# { name = "i3blocks.conf", text = "", fg = "#a89984" },
-# { name = "i3status.conf", text = "", fg = "#a89984" },
-# { name = "index.theme", text = "", fg = "#b8bb26" },
-# { name = "ionic.config.json", text = "", fg = "#83a598" },
-# { name = "Jenkinsfile", text = "", fg = "#cc241d" },
-# { name = "justfile", text = "", fg = "#928374" },
-# { name = "kalgebrarc", text = "", fg = "#83a598" },
-# { name = "kdeglobals", text = "", fg = "#83a598" },
-# { name = "kdenlive-layoutsrc", text = "", fg = "#689d6a" },
-# { name = "kdenliverc", text = "", fg = "#689d6a" },
-# { name = "kritadisplayrc", text = "", fg = "#d3869b" },
-# { name = "kritarc", text = "", fg = "#d3869b" },
-# { name = "license", text = "", fg = "#fabd2f" },
-# { name = "license.md", text = "", fg = "#fabd2f" },
-# { name = "lxde-rc.xml", text = "", fg = "#a89984" },
-# { name = "lxqt.conf", text = "", fg = "#83a598" },
-# { name = "makefile", text = "", fg = "#928374" },
-# { name = "mix.lock", text = "", fg = "#d3869b" },
-# { name = "mpv.conf", text = "", fg = "#b16286" },
-# { name = "next.config.cjs", text = "", fg = "#8ec07c" },
-# { name = "next.config.js", text = "", fg = "#8ec07c" },
-# { name = "next.config.ts", text = "", fg = "#8ec07c" },
-# { name = "node_modules", text = "", fg = "#b16286" },
-# { name = "nuxt.config.cjs", text = "󱄆", fg = "#b8bb26" },
-# { name = "nuxt.config.js", text = "󱄆", fg = "#b8bb26" },
-# { name = "nuxt.config.mjs", text = "󱄆", fg = "#b8bb26" },
-# { name = "nuxt.config.ts", text = "󱄆", fg = "#b8bb26" },
-# { name = "package-lock.json", text = "", fg = "#cc241d" },
-# { name = "package.json", text = "", fg = "#b16286" },
-# { name = "PKGBUILD", text = "", fg = "#8ec07c" },
-# { name = "platformio.ini", text = "", fg = "#d79921" },
-# { name = "playwright.config.cjs", text = "", fg = "#b8bb26" },
-# { name = "playwright.config.cts", text = "", fg = "#b8bb26" },
-# { name = "playwright.config.js", text = "", fg = "#b8bb26" },
-# { name = "playwright.config.mjs", text = "", fg = "#b8bb26" },
-# { name = "playwright.config.mts", text = "", fg = "#b8bb26" },
-# { name = "playwright.config.ts", text = "", fg = "#b8bb26" },
-# { name = "pnpm-lock.yaml", text = "", fg = "#d79921" },
-# { name = "pnpm-workspace.yaml", text = "", fg = "#d79921" },
-# { name = "pom.xml", text = "", fg = "#cc241d" },
-# { name = "prettier.config.cjs", text = "", fg = "#83a598" },
-# { name = "prettier.config.js", text = "", fg = "#83a598" },
-# { name = "prettier.config.mjs", text = "", fg = "#83a598" },
-# { name = "prettier.config.ts", text = "", fg = "#83a598" },
-# { name = "procfile", text = "", fg = "#d3869b" },
-# { name = "PrusaSlicer.ini", text = "", fg = "#cc241d" },
-# { name = "PrusaSlicerGcodeViewer.ini", text = "", fg = "#cc241d" },
-# { name = "py.typed", text = "", fg = "#d79921" },
-# { name = "QtProject.conf", text = "", fg = "#98971a" },
-# { name = "rakefile", text = "", fg = "#cc241d" },
-# { name = "readme", text = "󰂺", fg = "#a89984" },
-# { name = "readme.md", text = "󰂺", fg = "#a89984" },
-# { name = "rmd", text = "", fg = "#83a598" },
-# { name = "robots.txt", text = "󰚩", fg = "#b16286" },
-# { name = "security", text = "󰒃", fg = "#a89984" },
-# { name = "security.md", text = "󰒃", fg = "#a89984" },
-# { name = "settings.gradle", text = "", fg = "#458588" },
-# { name = "svelte.config.js", text = "", fg = "#cc241d" },
-# { name = "sxhkdrc", text = "", fg = "#928374" },
-# { name = "sym-lib-table", text = "", fg = "#8ec07c" },
-# { name = "tailwind.config.js", text = "󱏿", fg = "#8ec07c" },
-# { name = "tailwind.config.mjs", text = "󱏿", fg = "#8ec07c" },
-# { name = "tailwind.config.ts", text = "󱏿", fg = "#8ec07c" },
-# { name = "tmux.conf", text = "", fg = "#b8bb26" },
-# { name = "tmux.conf.local", text = "", fg = "#b8bb26" },
-# { name = "tsconfig.json", text = "", fg = "#83a598" },
-# { name = "unlicense", text = "", fg = "#fabd2f" },
-# { name = "vagrantfile", text = "", fg = "#458588" },
-# { name = "vercel.json", text = "", fg = "#8ec07c" },
-# { name = "vite.config.cjs", text = "", fg = "#d79921" },
-# { name = "vite.config.cts", text = "", fg = "#d79921" },
-# { name = "vite.config.js", text = "", fg = "#d79921" },
-# { name = "vite.config.mjs", text = "", fg = "#d79921" },
-# { name = "vite.config.mts", text = "", fg = "#d79921" },
-# { name = "vite.config.ts", text = "", fg = "#d79921" },
-# { name = "vitest.config.cjs", text = "", fg = "#d79921" },
-# { name = "vitest.config.cts", text = "", fg = "#d79921" },
-# { name = "vitest.config.js", text = "", fg = "#d79921" },
-# { name = "vitest.config.mjs", text = "", fg = "#d79921" },
-# { name = "vitest.config.mts", text = "", fg = "#d79921" },
-# { name = "vitest.config.ts", text = "", fg = "#d79921" },
-# { name = "vlcrc", text = "󰕼", fg = "#d79921" },
-# { name = "webpack", text = "󰜫", fg = "#83a598" },
-# { name = "weston.ini", text = "", fg = "#d79921" },
-# { name = "workspace", text = "", fg = "#98971a" },
-# { name = "wrangler.jsonc", text = "", fg = "#d79921" },
-# { name = "wrangler.toml", text = "", fg = "#d79921" },
-# { name = "xdph.conf", text = "", fg = "#8ec07c" },
-# { name = "xmobarrc", text = "", fg = "#fb4934" },
-# { name = "xmobarrc.hs", text = "", fg = "#fb4934" },
-# { name = "xmonad.hs", text = "", fg = "#fb4934" },
-# { name = "xorg.conf", text = "", fg = "#cc241d" },
-# { name = "xsettingsd.conf", text = "", fg = "#cc241d" },
-# ]
-# exts = [
-# { name = "3gp", text = "", fg = "#d79921" },
-# { name = "3mf", text = "󰆧", fg = "#d3869b" },
-# { name = "7z", text = "", fg = "#d79921" },
-# { name = "a", text = "", fg = "#a89984" },
-# { name = "aac", text = "", fg = "#83a598" },
-# { name = "ada", text = "", fg = "#458588" },
-# { name = "adb", text = "", fg = "#458588" },
-# { name = "ads", text = "", fg = "#d3869b" },
-# { name = "ai", text = "", fg = "#fabd2f" },
-# { name = "aif", text = "", fg = "#83a598" },
-# { name = "aiff", text = "", fg = "#83a598" },
-# { name = "android", text = "", fg = "#b8bb26" },
-# { name = "ape", text = "", fg = "#83a598" },
-# { name = "apk", text = "", fg = "#b8bb26" },
-# { name = "apl", text = "", fg = "#b8bb26" },
-# { name = "app", text = "", fg = "#cc241d" },
-# { name = "applescript", text = "", fg = "#928374" },
-# { name = "asc", text = "󰦝", fg = "#928374" },
-# { name = "asm", text = "", fg = "#83a598" },
-# { name = "ass", text = "󰨖", fg = "#d79921" },
-# { name = "astro", text = "", fg = "#b16286" },
-# { name = "avif", text = "", fg = "#d3869b" },
-# { name = "awk", text = "", fg = "#928374" },
-# { name = "azcli", text = "", fg = "#83a598" },
-# { name = "bak", text = "󰁯", fg = "#928374" },
-# { name = "bash", text = "", fg = "#98971a" },
-# { name = "bat", text = "", fg = "#b8bb26" },
-# { name = "bazel", text = "", fg = "#98971a" },
-# { name = "bib", text = "󱉟", fg = "#fabd2f" },
-# { name = "bicep", text = "", fg = "#83a598" },
-# { name = "bicepparam", text = "", fg = "#d3869b" },
-# { name = "bin", text = "", fg = "#cc241d" },
-# { name = "blade.php", text = "", fg = "#fb4934" },
-# { name = "blend", text = "󰂫", fg = "#d79921" },
-# { name = "blp", text = "󰺾", fg = "#458588" },
-# { name = "bmp", text = "", fg = "#d3869b" },
-# { name = "bqn", text = "", fg = "#b8bb26" },
-# { name = "brep", text = "󰻫", fg = "#d79921" },
-# { name = "bz", text = "", fg = "#d79921" },
-# { name = "bz2", text = "", fg = "#d79921" },
-# { name = "bz3", text = "", fg = "#d79921" },
-# { name = "bzl", text = "", fg = "#98971a" },
-# { name = "c", text = "", fg = "#458588" },
-# { name = "c++", text = "", fg = "#fb4934" },
-# { name = "cache", text = "", fg = "#8ec07c" },
-# { name = "cast", text = "", fg = "#d79921" },
-# { name = "cbl", text = "", fg = "#458588" },
-# { name = "cc", text = "", fg = "#fb4934" },
-# { name = "ccm", text = "", fg = "#fb4934" },
-# { name = "cfc", text = "", fg = "#8ec07c" },
-# { name = "cfg", text = "", fg = "#928374" },
-# { name = "cfm", text = "", fg = "#8ec07c" },
-# { name = "cjs", text = "", fg = "#fabd2f" },
-# { name = "clj", text = "", fg = "#98971a" },
-# { name = "cljc", text = "", fg = "#98971a" },
-# { name = "cljd", text = "", fg = "#83a598" },
-# { name = "cljs", text = "", fg = "#83a598" },
-# { name = "cmake", text = "", fg = "#a89984" },
-# { name = "cob", text = "", fg = "#458588" },
-# { name = "cobol", text = "", fg = "#458588" },
-# { name = "coffee", text = "", fg = "#fabd2f" },
-# { name = "conda", text = "", fg = "#b8bb26" },
-# { name = "conf", text = "", fg = "#928374" },
-# { name = "config.ru", text = "", fg = "#cc241d" },
-# { name = "cow", text = "󰆚", fg = "#d79921" },
-# { name = "cp", text = "", fg = "#83a598" },
-# { name = "cpp", text = "", fg = "#83a598" },
-# { name = "cppm", text = "", fg = "#83a598" },
-# { name = "cpy", text = "", fg = "#458588" },
-# { name = "cr", text = "", fg = "#a89984" },
-# { name = "crdownload", text = "", fg = "#8ec07c" },
-# { name = "cs", text = "󰌛", fg = "#d79921" },
-# { name = "csh", text = "", fg = "#928374" },
-# { name = "cshtml", text = "󱦗", fg = "#b16286" },
-# { name = "cson", text = "", fg = "#fabd2f" },
-# { name = "csproj", text = "󰪮", fg = "#b16286" },
-# { name = "css", text = "", fg = "#b16286" },
-# { name = "csv", text = "", fg = "#98971a" },
-# { name = "cts", text = "", fg = "#83a598" },
-# { name = "cu", text = "", fg = "#98971a" },
-# { name = "cue", text = "󰲹", fg = "#d3869b" },
-# { name = "cuh", text = "", fg = "#d3869b" },
-# { name = "cxx", text = "", fg = "#83a598" },
-# { name = "cxxm", text = "", fg = "#83a598" },
-# { name = "d", text = "", fg = "#cc241d" },
-# { name = "d.ts", text = "", fg = "#d79921" },
-# { name = "dart", text = "", fg = "#458588" },
-# { name = "db", text = "", fg = "#8ec07c" },
-# { name = "dconf", text = "", fg = "#8ec07c" },
-# { name = "desktop", text = "", fg = "#b16286" },
-# { name = "diff", text = "", fg = "#928374" },
-# { name = "dll", text = "", fg = "#cc241d" },
-# { name = "doc", text = "󰈬", fg = "#458588" },
-# { name = "Dockerfile", text = "󰡨", fg = "#458588" },
-# { name = "dockerignore", text = "󰡨", fg = "#458588" },
-# { name = "docx", text = "󰈬", fg = "#458588" },
-# { name = "dot", text = "󱁉", fg = "#458588" },
-# { name = "download", text = "", fg = "#8ec07c" },
-# { name = "drl", text = "", fg = "#cc241d" },
-# { name = "dropbox", text = "", fg = "#458588" },
-# { name = "dump", text = "", fg = "#8ec07c" },
-# { name = "dwg", text = "󰻫", fg = "#d79921" },
-# { name = "dxf", text = "󰻫", fg = "#d79921" },
-# { name = "ebook", text = "", fg = "#d79921" },
-# { name = "ebuild", text = "", fg = "#b16286" },
-# { name = "edn", text = "", fg = "#83a598" },
-# { name = "eex", text = "", fg = "#d3869b" },
-# { name = "ejs", text = "", fg = "#fabd2f" },
-# { name = "el", text = "", fg = "#b16286" },
-# { name = "elc", text = "", fg = "#b16286" },
-# { name = "elf", text = "", fg = "#cc241d" },
-# { name = "elm", text = "", fg = "#83a598" },
-# { name = "eln", text = "", fg = "#b16286" },
-# { name = "env", text = "", fg = "#d79921" },
-# { name = "eot", text = "", fg = "#a89984" },
-# { name = "epp", text = "", fg = "#d79921" },
-# { name = "epub", text = "", fg = "#d79921" },
-# { name = "erb", text = "", fg = "#cc241d" },
-# { name = "erl", text = "", fg = "#b16286" },
-# { name = "ex", text = "", fg = "#d3869b" },
-# { name = "exe", text = "", fg = "#cc241d" },
-# { name = "exs", text = "", fg = "#d3869b" },
-# { name = "f#", text = "", fg = "#83a598" },
-# { name = "f3d", text = "󰻫", fg = "#d79921" },
-# { name = "f90", text = "󱈚", fg = "#b16286" },
-# { name = "fbx", text = "󰆧", fg = "#d3869b" },
-# { name = "fcbak", text = "", fg = "#cc241d" },
-# { name = "fcmacro", text = "", fg = "#cc241d" },
-# { name = "fcmat", text = "", fg = "#cc241d" },
-# { name = "fcparam", text = "", fg = "#cc241d" },
-# { name = "fcscript", text = "", fg = "#cc241d" },
-# { name = "fcstd", text = "", fg = "#cc241d" },
-# { name = "fcstd1", text = "", fg = "#cc241d" },
-# { name = "fctb", text = "", fg = "#cc241d" },
-# { name = "fctl", text = "", fg = "#cc241d" },
-# { name = "fdmdownload", text = "", fg = "#8ec07c" },
-# { name = "feature", text = "", fg = "#b8bb26" },
-# { name = "fish", text = "", fg = "#928374" },
-# { name = "flac", text = "", fg = "#458588" },
-# { name = "flc", text = "", fg = "#a89984" },
-# { name = "flf", text = "", fg = "#a89984" },
-# { name = "fnl", text = "", fg = "#fabd2f" },
-# { name = "fodg", text = "", fg = "#d79921" },
-# { name = "fodp", text = "", fg = "#d79921" },
-# { name = "fods", text = "", fg = "#b8bb26" },
-# { name = "fodt", text = "", fg = "#458588" },
-# { name = "frag", text = "", fg = "#8ec07c" },
-# { name = "fs", text = "", fg = "#83a598" },
-# { name = "fsi", text = "", fg = "#83a598" },
-# { name = "fsscript", text = "", fg = "#83a598" },
-# { name = "fsx", text = "", fg = "#83a598" },
-# { name = "gcode", text = "󰐫", fg = "#83a598" },
-# { name = "gd", text = "", fg = "#928374" },
-# { name = "gemspec", text = "", fg = "#cc241d" },
-# { name = "geom", text = "", fg = "#8ec07c" },
-# { name = "gif", text = "", fg = "#d3869b" },
-# { name = "git", text = "", fg = "#cc241d" },
-# { name = "glb", text = "", fg = "#d79921" },
-# { name = "gleam", text = "", fg = "#d3869b" },
-# { name = "glsl", text = "", fg = "#8ec07c" },
-# { name = "gnumakefile", text = "", fg = "#928374" },
-# { name = "go", text = "", fg = "#8ec07c" },
-# { name = "godot", text = "", fg = "#928374" },
-# { name = "gpr", text = "", fg = "#928374" },
-# { name = "gql", text = "", fg = "#d3869b" },
-# { name = "gradle", text = "", fg = "#458588" },
-# { name = "graphql", text = "", fg = "#d3869b" },
-# { name = "gresource", text = "", fg = "#8ec07c" },
-# { name = "gv", text = "󱁉", fg = "#458588" },
-# { name = "gz", text = "", fg = "#d79921" },
-# { name = "h", text = "", fg = "#d3869b" },
-# { name = "haml", text = "", fg = "#a89984" },
-# { name = "hbs", text = "", fg = "#cc241d" },
-# { name = "heex", text = "", fg = "#d3869b" },
-# { name = "hex", text = "", fg = "#458588" },
-# { name = "hh", text = "", fg = "#d3869b" },
-# { name = "hpp", text = "", fg = "#d3869b" },
-# { name = "hrl", text = "", fg = "#b16286" },
-# { name = "hs", text = "", fg = "#d3869b" },
-# { name = "htm", text = "", fg = "#cc241d" },
-# { name = "html", text = "", fg = "#cc241d" },
-# { name = "http", text = "", fg = "#83a598" },
-# { name = "huff", text = "󰡘", fg = "#b16286" },
-# { name = "hurl", text = "", fg = "#d3869b" },
-# { name = "hx", text = "", fg = "#d79921" },
-# { name = "hxx", text = "", fg = "#d3869b" },
-# { name = "ical", text = "", fg = "#458588" },
-# { name = "icalendar", text = "", fg = "#458588" },
-# { name = "ico", text = "", fg = "#fabd2f" },
-# { name = "ics", text = "", fg = "#458588" },
-# { name = "ifb", text = "", fg = "#458588" },
-# { name = "ifc", text = "󰻫", fg = "#d79921" },
-# { name = "ige", text = "󰻫", fg = "#d79921" },
-# { name = "iges", text = "󰻫", fg = "#d79921" },
-# { name = "igs", text = "󰻫", fg = "#d79921" },
-# { name = "image", text = "", fg = "#fb4934" },
-# { name = "img", text = "", fg = "#fb4934" },
-# { name = "import", text = "", fg = "#a89984" },
-# { name = "info", text = "", fg = "#fabd2f" },
-# { name = "ini", text = "", fg = "#928374" },
-# { name = "ino", text = "", fg = "#689d6a" },
-# { name = "ipynb", text = "", fg = "#d79921" },
-# { name = "iso", text = "", fg = "#fb4934" },
-# { name = "ixx", text = "", fg = "#83a598" },
-# { name = "jar", text = "", fg = "#d79921" },
-# { name = "java", text = "", fg = "#fb4934" },
-# { name = "jl", text = "", fg = "#d3869b" },
-# { name = "jpeg", text = "", fg = "#d3869b" },
-# { name = "jpg", text = "", fg = "#d3869b" },
-# { name = "js", text = "", fg = "#fabd2f" },
-# { name = "json", text = "", fg = "#fabd2f" },
-# { name = "json5", text = "", fg = "#fabd2f" },
-# { name = "jsonc", text = "", fg = "#fabd2f" },
-# { name = "jsx", text = "", fg = "#8ec07c" },
-# { name = "jwmrc", text = "", fg = "#83a598" },
-# { name = "jxl", text = "", fg = "#d3869b" },
-# { name = "kbx", text = "󰯄", fg = "#928374" },
-# { name = "kdb", text = "", fg = "#b8bb26" },
-# { name = "kdbx", text = "", fg = "#b8bb26" },
-# { name = "kdenlive", text = "", fg = "#689d6a" },
-# { name = "kdenlivetitle", text = "", fg = "#689d6a" },
-# { name = "kicad_dru", text = "", fg = "#8ec07c" },
-# { name = "kicad_mod", text = "", fg = "#8ec07c" },
-# { name = "kicad_pcb", text = "", fg = "#8ec07c" },
-# { name = "kicad_prl", text = "", fg = "#8ec07c" },
-# { name = "kicad_pro", text = "", fg = "#8ec07c" },
-# { name = "kicad_sch", text = "", fg = "#8ec07c" },
-# { name = "kicad_sym", text = "", fg = "#8ec07c" },
-# { name = "kicad_wks", text = "", fg = "#8ec07c" },
-# { name = "ko", text = "", fg = "#a89984" },
-# { name = "kpp", text = "", fg = "#d3869b" },
-# { name = "kra", text = "", fg = "#d3869b" },
-# { name = "krz", text = "", fg = "#d3869b" },
-# { name = "ksh", text = "", fg = "#928374" },
-# { name = "kt", text = "", fg = "#458588" },
-# { name = "kts", text = "", fg = "#458588" },
-# { name = "lck", text = "", fg = "#a89984" },
-# { name = "leex", text = "", fg = "#d3869b" },
-# { name = "less", text = "", fg = "#b16286" },
-# { name = "lff", text = "", fg = "#a89984" },
-# { name = "lhs", text = "", fg = "#d3869b" },
-# { name = "lib", text = "", fg = "#cc241d" },
-# { name = "license", text = "", fg = "#fabd2f" },
-# { name = "liquid", text = "", fg = "#d79921" },
-# { name = "lock", text = "", fg = "#a89984" },
-# { name = "log", text = "󰌱", fg = "#a89984" },
-# { name = "lrc", text = "󰨖", fg = "#d79921" },
-# { name = "lua", text = "", fg = "#83a598" },
-# { name = "luac", text = "", fg = "#83a598" },
-# { name = "luau", text = "", fg = "#458588" },
-# { name = "m", text = "", fg = "#458588" },
-# { name = "m3u", text = "󰲹", fg = "#d3869b" },
-# { name = "m3u8", text = "󰲹", fg = "#d3869b" },
-# { name = "m4a", text = "", fg = "#83a598" },
-# { name = "m4v", text = "", fg = "#d79921" },
-# { name = "magnet", text = "", fg = "#cc241d" },
-# { name = "makefile", text = "", fg = "#928374" },
-# { name = "markdown", text = "", fg = "#a89984" },
-# { name = "material", text = "", fg = "#b16286" },
-# { name = "md", text = "", fg = "#a89984" },
-# { name = "md5", text = "󰕥", fg = "#d3869b" },
-# { name = "mdx", text = "", fg = "#83a598" },
-# { name = "mint", text = "󰌪", fg = "#98971a" },
-# { name = "mjs", text = "", fg = "#fabd2f" },
-# { name = "mk", text = "", fg = "#928374" },
-# { name = "mkv", text = "", fg = "#d79921" },
-# { name = "ml", text = "", fg = "#d79921" },
-# { name = "mli", text = "", fg = "#d79921" },
-# { name = "mm", text = "", fg = "#83a598" },
-# { name = "mo", text = "", fg = "#b16286" },
-# { name = "mobi", text = "", fg = "#d79921" },
-# { name = "mojo", text = "", fg = "#cc241d" },
-# { name = "mov", text = "", fg = "#d79921" },
-# { name = "mp3", text = "", fg = "#83a598" },
-# { name = "mp4", text = "", fg = "#d79921" },
-# { name = "mpp", text = "", fg = "#83a598" },
-# { name = "msf", text = "", fg = "#83a598" },
-# { name = "mts", text = "", fg = "#83a598" },
-# { name = "mustache", text = "", fg = "#d79921" },
-# { name = "nfo", text = "", fg = "#fabd2f" },
-# { name = "nim", text = "", fg = "#d79921" },
-# { name = "nix", text = "", fg = "#689d6a" },
-# { name = "norg", text = "", fg = "#83a598" },
-# { name = "nswag", text = "", fg = "#98971a" },
-# { name = "nu", text = "", fg = "#689d6a" },
-# { name = "o", text = "", fg = "#cc241d" },
-# { name = "obj", text = "󰆧", fg = "#d3869b" },
-# { name = "odf", text = "", fg = "#fb4934" },
-# { name = "odg", text = "", fg = "#d79921" },
-# { name = "odin", text = "󰟢", fg = "#83a598" },
-# { name = "odp", text = "", fg = "#d79921" },
-# { name = "ods", text = "", fg = "#b8bb26" },
-# { name = "odt", text = "", fg = "#458588" },
-# { name = "oga", text = "", fg = "#458588" },
-# { name = "ogg", text = "", fg = "#458588" },
-# { name = "ogv", text = "", fg = "#d79921" },
-# { name = "ogx", text = "", fg = "#d79921" },
-# { name = "opus", text = "", fg = "#458588" },
-# { name = "org", text = "", fg = "#689d6a" },
-# { name = "otf", text = "", fg = "#a89984" },
-# { name = "out", text = "", fg = "#cc241d" },
-# { name = "part", text = "", fg = "#8ec07c" },
-# { name = "patch", text = "", fg = "#928374" },
-# { name = "pck", text = "", fg = "#928374" },
-# { name = "pcm", text = "", fg = "#458588" },
-# { name = "pdf", text = "", fg = "#cc241d" },
-# { name = "php", text = "", fg = "#d3869b" },
-# { name = "pl", text = "", fg = "#83a598" },
-# { name = "pls", text = "󰲹", fg = "#d3869b" },
-# { name = "ply", text = "󰆧", fg = "#d3869b" },
-# { name = "pm", text = "", fg = "#83a598" },
-# { name = "png", text = "", fg = "#d3869b" },
-# { name = "po", text = "", fg = "#83a598" },
-# { name = "pot", text = "", fg = "#83a598" },
-# { name = "pp", text = "", fg = "#d79921" },
-# { name = "ppt", text = "󰈧", fg = "#cc241d" },
-# { name = "pptx", text = "󰈧", fg = "#cc241d" },
-# { name = "prisma", text = "", fg = "#458588" },
-# { name = "pro", text = "", fg = "#fabd2f" },
-# { name = "ps1", text = "󰨊", fg = "#458588" },
-# { name = "psb", text = "", fg = "#83a598" },
-# { name = "psd", text = "", fg = "#83a598" },
-# { name = "psd1", text = "󰨊", fg = "#458588" },
-# { name = "psm1", text = "󰨊", fg = "#458588" },
-# { name = "pub", text = "󰷖", fg = "#fabd2f" },
-# { name = "pxd", text = "", fg = "#83a598" },
-# { name = "pxi", text = "", fg = "#83a598" },
-# { name = "py", text = "", fg = "#d79921" },
-# { name = "pyc", text = "", fg = "#fabd2f" },
-# { name = "pyd", text = "", fg = "#fabd2f" },
-# { name = "pyi", text = "", fg = "#d79921" },
-# { name = "pyo", text = "", fg = "#fabd2f" },
-# { name = "pyw", text = "", fg = "#83a598" },
-# { name = "pyx", text = "", fg = "#83a598" },
-# { name = "qm", text = "", fg = "#83a598" },
-# { name = "qml", text = "", fg = "#98971a" },
-# { name = "qrc", text = "", fg = "#98971a" },
-# { name = "qss", text = "", fg = "#98971a" },
-# { name = "query", text = "", fg = "#98971a" },
-# { name = "r", text = "󰟔", fg = "#458588" },
-# { name = "R", text = "󰟔", fg = "#458588" },
-# { name = "rake", text = "", fg = "#cc241d" },
-# { name = "rar", text = "", fg = "#d79921" },
-# { name = "rasi", text = "", fg = "#fabd2f" },
-# { name = "razor", text = "󱦘", fg = "#b16286" },
-# { name = "rb", text = "", fg = "#cc241d" },
-# { name = "res", text = "", fg = "#fb4934" },
-# { name = "resi", text = "", fg = "#fb4934" },
-# { name = "rlib", text = "", fg = "#fb4934" },
-# { name = "rmd", text = "", fg = "#83a598" },
-# { name = "rproj", text = "󰗆", fg = "#98971a" },
-# { name = "rs", text = "", fg = "#fb4934" },
-# { name = "rss", text = "", fg = "#d79921" },
-# { name = "s", text = "", fg = "#458588" },
-# { name = "sass", text = "", fg = "#fb4934" },
-# { name = "sbt", text = "", fg = "#fb4934" },
-# { name = "sc", text = "", fg = "#fb4934" },
-# { name = "scad", text = "", fg = "#d79921" },
-# { name = "scala", text = "", fg = "#fb4934" },
-# { name = "scm", text = "󰘧", fg = "#a89984" },
-# { name = "scss", text = "", fg = "#fb4934" },
-# { name = "sh", text = "", fg = "#928374" },
-# { name = "sha1", text = "󰕥", fg = "#d3869b" },
-# { name = "sha224", text = "󰕥", fg = "#d3869b" },
-# { name = "sha256", text = "󰕥", fg = "#d3869b" },
-# { name = "sha384", text = "󰕥", fg = "#d3869b" },
-# { name = "sha512", text = "󰕥", fg = "#d3869b" },
-# { name = "sig", text = "󰘧", fg = "#d79921" },
-# { name = "signature", text = "󰘧", fg = "#d79921" },
-# { name = "skp", text = "󰻫", fg = "#d79921" },
-# { name = "sldasm", text = "󰻫", fg = "#d79921" },
-# { name = "sldprt", text = "󰻫", fg = "#d79921" },
-# { name = "slim", text = "", fg = "#cc241d" },
-# { name = "sln", text = "", fg = "#b16286" },
-# { name = "slnx", text = "", fg = "#b16286" },
-# { name = "slvs", text = "󰻫", fg = "#d79921" },
-# { name = "sml", text = "󰘧", fg = "#d79921" },
-# { name = "so", text = "", fg = "#a89984" },
-# { name = "sol", text = "", fg = "#83a598" },
-# { name = "spec.js", text = "", fg = "#fabd2f" },
-# { name = "spec.jsx", text = "", fg = "#8ec07c" },
-# { name = "spec.ts", text = "", fg = "#83a598" },
-# { name = "spec.tsx", text = "", fg = "#458588" },
-# { name = "spx", text = "", fg = "#458588" },
-# { name = "sql", text = "", fg = "#8ec07c" },
-# { name = "sqlite", text = "", fg = "#8ec07c" },
-# { name = "sqlite3", text = "", fg = "#8ec07c" },
-# { name = "srt", text = "󰨖", fg = "#d79921" },
-# { name = "ssa", text = "󰨖", fg = "#d79921" },
-# { name = "ste", text = "󰻫", fg = "#d79921" },
-# { name = "step", text = "󰻫", fg = "#d79921" },
-# { name = "stl", text = "󰆧", fg = "#d3869b" },
-# { name = "stories.js", text = "", fg = "#fb4934" },
-# { name = "stories.jsx", text = "", fg = "#fb4934" },
-# { name = "stories.mjs", text = "", fg = "#fb4934" },
-# { name = "stories.svelte", text = "", fg = "#fb4934" },
-# { name = "stories.ts", text = "", fg = "#fb4934" },
-# { name = "stories.tsx", text = "", fg = "#fb4934" },
-# { name = "stories.vue", text = "", fg = "#fb4934" },
-# { name = "stp", text = "󰻫", fg = "#d79921" },
-# { name = "strings", text = "", fg = "#83a598" },
-# { name = "styl", text = "", fg = "#98971a" },
-# { name = "sub", text = "󰨖", fg = "#d79921" },
-# { name = "sublime", text = "", fg = "#d79921" },
-# { name = "suo", text = "", fg = "#b16286" },
-# { name = "sv", text = "󰍛", fg = "#98971a" },
-# { name = "svelte", text = "", fg = "#cc241d" },
-# { name = "svg", text = "󰜡", fg = "#d79921" },
-# { name = "svgz", text = "󰜡", fg = "#d79921" },
-# { name = "svh", text = "󰍛", fg = "#98971a" },
-# { name = "swift", text = "", fg = "#d79921" },
-# { name = "t", text = "", fg = "#83a598" },
-# { name = "tbc", text = "󰛓", fg = "#458588" },
-# { name = "tcl", text = "󰛓", fg = "#458588" },
-# { name = "templ", text = "", fg = "#d79921" },
-# { name = "terminal", text = "", fg = "#b8bb26" },
-# { name = "test.js", text = "", fg = "#fabd2f" },
-# { name = "test.jsx", text = "", fg = "#8ec07c" },
-# { name = "test.ts", text = "", fg = "#83a598" },
-# { name = "test.tsx", text = "", fg = "#458588" },
-# { name = "tex", text = "", fg = "#98971a" },
-# { name = "tf", text = "", fg = "#b16286" },
-# { name = "tfvars", text = "", fg = "#b16286" },
-# { name = "tgz", text = "", fg = "#d79921" },
-# { name = "tmpl", text = "", fg = "#d79921" },
-# { name = "tmux", text = "", fg = "#b8bb26" },
-# { name = "toml", text = "", fg = "#cc241d" },
-# { name = "torrent", text = "", fg = "#8ec07c" },
-# { name = "tres", text = "", fg = "#928374" },
-# { name = "ts", text = "", fg = "#83a598" },
-# { name = "tscn", text = "", fg = "#928374" },
-# { name = "tsconfig", text = "", fg = "#d79921" },
-# { name = "tsx", text = "", fg = "#458588" },
-# { name = "ttf", text = "", fg = "#a89984" },
-# { name = "twig", text = "", fg = "#98971a" },
-# { name = "txt", text = "󰈙", fg = "#98971a" },
-# { name = "txz", text = "", fg = "#d79921" },
-# { name = "typ", text = "", fg = "#8ec07c" },
-# { name = "typoscript", text = "", fg = "#d79921" },
-# { name = "ui", text = "", fg = "#458588" },
-# { name = "v", text = "󰍛", fg = "#98971a" },
-# { name = "vala", text = "", fg = "#b16286" },
-# { name = "vert", text = "", fg = "#8ec07c" },
-# { name = "vh", text = "󰍛", fg = "#98971a" },
-# { name = "vhd", text = "󰍛", fg = "#98971a" },
-# { name = "vhdl", text = "󰍛", fg = "#98971a" },
-# { name = "vi", text = "", fg = "#d79921" },
-# { name = "vim", text = "", fg = "#98971a" },
-# { name = "vsh", text = "", fg = "#8ec07c" },
-# { name = "vsix", text = "", fg = "#b16286" },
-# { name = "vue", text = "", fg = "#98971a" },
-# { name = "wasm", text = "", fg = "#458588" },
-# { name = "wav", text = "", fg = "#83a598" },
-# { name = "webm", text = "", fg = "#d79921" },
-# { name = "webmanifest", text = "", fg = "#fabd2f" },
-# { name = "webp", text = "", fg = "#d3869b" },
-# { name = "webpack", text = "󰜫", fg = "#83a598" },
-# { name = "wma", text = "", fg = "#83a598" },
-# { name = "wmv", text = "", fg = "#d79921" },
-# { name = "woff", text = "", fg = "#a89984" },
-# { name = "woff2", text = "", fg = "#a89984" },
-# { name = "wrl", text = "󰆧", fg = "#d3869b" },
-# { name = "wrz", text = "󰆧", fg = "#d3869b" },
-# { name = "wv", text = "", fg = "#83a598" },
-# { name = "wvc", text = "", fg = "#83a598" },
-# { name = "x", text = "", fg = "#458588" },
-# { name = "xaml", text = "󰙳", fg = "#b16286" },
-# { name = "xcf", text = "", fg = "#928374" },
-# { name = "xcplayground", text = "", fg = "#d79921" },
-# { name = "xcstrings", text = "", fg = "#83a598" },
-# { name = "xls", text = "󰈛", fg = "#98971a" },
-# { name = "xlsx", text = "󰈛", fg = "#98971a" },
-# { name = "xm", text = "", fg = "#83a598" },
-# { name = "xml", text = "󰗀", fg = "#d79921" },
-# { name = "xpi", text = "", fg = "#cc241d" },
-# { name = "xul", text = "", fg = "#d79921" },
-# { name = "xz", text = "", fg = "#d79921" },
-# { name = "yaml", text = "", fg = "#928374" },
-# { name = "yml", text = "", fg = "#928374" },
-# { name = "zig", text = "", fg = "#d79921" },
-# { name = "zip", text = "", fg = "#d79921" },
-# { name = "zsh", text = "", fg = "#98971a" },
-# { name = "zst", text = "", fg = "#d79921" },
-# { name = "🔥", text = "", fg = "#cc241d" },
-# ]
+[icon]
+
+files = [
+ { name = ".babelrc", text = "", fg = "#fabd2f" },
+ { name = ".bash_profile", text = "", fg = "#98971a" },
+ { name = ".bashrc", text = "", fg = "#98971a" },
+ { name = ".clang-format", text = "", fg = "#928374" },
+ { name = ".clang-tidy", text = "", fg = "#928374" },
+ { name = ".codespellrc", text = "󰓆", fg = "#b8bb26" },
+ { name = ".condarc", text = "", fg = "#b8bb26" },
+ { name = ".dockerignore", text = "󰡨", fg = "#458588" },
+ { name = ".ds_store", text = "", fg = "#928374" },
+ { name = ".editorconfig", text = "", fg = "#a89984" },
+ { name = ".env", text = "", fg = "#d79921" },
+ { name = ".eslintignore", text = "", fg = "#b16286" },
+ { name = ".eslintrc", text = "", fg = "#b16286" },
+ { name = ".git-blame-ignore-revs", text = "", fg = "#cc241d" },
+ { name = ".gitattributes", text = "", fg = "#cc241d" },
+ { name = ".gitconfig", text = "", fg = "#cc241d" },
+ { name = ".gitignore", text = "", fg = "#cc241d" },
+ { name = ".gitlab-ci.yml", text = "", fg = "#cc241d" },
+ { name = ".gitmodules", text = "", fg = "#cc241d" },
+ { name = ".gtkrc-2.0", text = "", fg = "#8ec07c" },
+ { name = ".gvimrc", text = "", fg = "#98971a" },
+ { name = ".justfile", text = "", fg = "#928374" },
+ { name = ".luacheckrc", text = "", fg = "#458588" },
+ { name = ".luaurc", text = "", fg = "#458588" },
+ { name = ".mailmap", text = "󰊢", fg = "#cc241d" },
+ { name = ".nanorc", text = "", fg = "#b16286" },
+ { name = ".npmignore", text = "", fg = "#b16286" },
+ { name = ".npmrc", text = "", fg = "#b16286" },
+ { name = ".nuxtrc", text = "󱄆", fg = "#b8bb26" },
+ { name = ".nvmrc", text = "", fg = "#b8bb26" },
+ { name = ".pnpmfile.cjs", text = "", fg = "#d79921" },
+ { name = ".pre-commit-config.yaml", text = "󰛢", fg = "#d79921" },
+ { name = ".prettierignore", text = "", fg = "#83a598" },
+ { name = ".prettierrc", text = "", fg = "#83a598" },
+ { name = ".prettierrc.cjs", text = "", fg = "#83a598" },
+ { name = ".prettierrc.js", text = "", fg = "#83a598" },
+ { name = ".prettierrc.json", text = "", fg = "#83a598" },
+ { name = ".prettierrc.json5", text = "", fg = "#83a598" },
+ { name = ".prettierrc.mjs", text = "", fg = "#83a598" },
+ { name = ".prettierrc.toml", text = "", fg = "#83a598" },
+ { name = ".prettierrc.yaml", text = "", fg = "#83a598" },
+ { name = ".prettierrc.yml", text = "", fg = "#83a598" },
+ { name = ".pylintrc", text = "", fg = "#928374" },
+ { name = ".settings.json", text = "", fg = "#b16286" },
+ { name = ".SRCINFO", text = "󰣇", fg = "#8ec07c" },
+ { name = ".vimrc", text = "", fg = "#98971a" },
+ { name = ".Xauthority", text = "", fg = "#cc241d" },
+ { name = ".xinitrc", text = "", fg = "#cc241d" },
+ { name = ".Xresources", text = "", fg = "#cc241d" },
+ { name = ".xsession", text = "", fg = "#cc241d" },
+ { name = ".zprofile", text = "", fg = "#98971a" },
+ { name = ".zshenv", text = "", fg = "#98971a" },
+ { name = ".zshrc", text = "", fg = "#98971a" },
+ { name = "_gvimrc", text = "", fg = "#98971a" },
+ { name = "_vimrc", text = "", fg = "#98971a" },
+ { name = "AUTHORS", text = "", fg = "#b16286" },
+ { name = "AUTHORS.txt", text = "", fg = "#b16286" },
+ { name = "brewfile", text = "", fg = "#cc241d" },
+ { name = "bspwmrc", text = "", fg = "#928374" },
+ { name = "build", text = "", fg = "#98971a" },
+ { name = "build.gradle", text = "", fg = "#458588" },
+ { name = "build.zig.zon", text = "", fg = "#d79921" },
+ { name = "bun.lock", text = "", fg = "#a89984" },
+ { name = "bun.lockb", text = "", fg = "#a89984" },
+ { name = "cantorrc", text = "", fg = "#83a598" },
+ { name = "checkhealth", text = "󰓙", fg = "#458588" },
+ { name = "cmakelists.txt", text = "", fg = "#a89984" },
+ { name = "code_of_conduct", text = "", fg = "#b16286" },
+ { name = "code_of_conduct.md", text = "", fg = "#b16286" },
+ { name = "commit_editmsg", text = "", fg = "#cc241d" },
+ { name = "commitlint.config.js", text = "󰜘", fg = "#689d6a" },
+ { name = "commitlint.config.ts", text = "󰜘", fg = "#689d6a" },
+ { name = "compose.yaml", text = "󰡨", fg = "#458588" },
+ { name = "compose.yml", text = "󰡨", fg = "#458588" },
+ { name = "config", text = "", fg = "#928374" },
+ { name = "containerfile", text = "󰡨", fg = "#458588" },
+ { name = "copying", text = "", fg = "#fabd2f" },
+ { name = "copying.lesser", text = "", fg = "#fabd2f" },
+ { name = "Directory.Build.props", text = "", fg = "#458588" },
+ { name = "Directory.Build.targets", text = "", fg = "#458588" },
+ { name = "Directory.Packages.props", text = "", fg = "#458588" },
+ { name = "docker-compose.yaml", text = "󰡨", fg = "#458588" },
+ { name = "docker-compose.yml", text = "󰡨", fg = "#458588" },
+ { name = "dockerfile", text = "󰡨", fg = "#458588" },
+ { name = "eslint.config.cjs", text = "", fg = "#b16286" },
+ { name = "eslint.config.js", text = "", fg = "#b16286" },
+ { name = "eslint.config.mjs", text = "", fg = "#b16286" },
+ { name = "eslint.config.ts", text = "", fg = "#b16286" },
+ { name = "ext_typoscript_setup.txt", text = "", fg = "#d79921" },
+ { name = "favicon.ico", text = "", fg = "#fabd2f" },
+ { name = "fp-info-cache", text = "", fg = "#8ec07c" },
+ { name = "fp-lib-table", text = "", fg = "#8ec07c" },
+ { name = "FreeCAD.conf", text = "", fg = "#cc241d" },
+ { name = "Gemfile", text = "", fg = "#cc241d" },
+ { name = "gnumakefile", text = "", fg = "#928374" },
+ { name = "go.mod", text = "", fg = "#8ec07c" },
+ { name = "go.sum", text = "", fg = "#8ec07c" },
+ { name = "go.work", text = "", fg = "#8ec07c" },
+ { name = "gradle-wrapper.properties", text = "", fg = "#458588" },
+ { name = "gradle.properties", text = "", fg = "#458588" },
+ { name = "gradlew", text = "", fg = "#458588" },
+ { name = "groovy", text = "", fg = "#458588" },
+ { name = "gruntfile.babel.js", text = "", fg = "#d79921" },
+ { name = "gruntfile.coffee", text = "", fg = "#d79921" },
+ { name = "gruntfile.js", text = "", fg = "#d79921" },
+ { name = "gruntfile.ts", text = "", fg = "#d79921" },
+ { name = "gtkrc", text = "", fg = "#8ec07c" },
+ { name = "gulpfile.babel.js", text = "", fg = "#fb4934" },
+ { name = "gulpfile.coffee", text = "", fg = "#fb4934" },
+ { name = "gulpfile.js", text = "", fg = "#fb4934" },
+ { name = "gulpfile.ts", text = "", fg = "#fb4934" },
+ { name = "hypridle.conf", text = "", fg = "#8ec07c" },
+ { name = "hyprland.conf", text = "", fg = "#8ec07c" },
+ { name = "hyprlandd.conf", text = "", fg = "#8ec07c" },
+ { name = "hyprlock.conf", text = "", fg = "#8ec07c" },
+ { name = "hyprpaper.conf", text = "", fg = "#8ec07c" },
+ { name = "hyprsunset.conf", text = "", fg = "#8ec07c" },
+ { name = "i18n.config.js", text = "󰗊", fg = "#b16286" },
+ { name = "i18n.config.ts", text = "󰗊", fg = "#b16286" },
+ { name = "i3blocks.conf", text = "", fg = "#a89984" },
+ { name = "i3status.conf", text = "", fg = "#a89984" },
+ { name = "index.theme", text = "", fg = "#b8bb26" },
+ { name = "ionic.config.json", text = "", fg = "#83a598" },
+ { name = "Jenkinsfile", text = "", fg = "#cc241d" },
+ { name = "justfile", text = "", fg = "#928374" },
+ { name = "kalgebrarc", text = "", fg = "#83a598" },
+ { name = "kdeglobals", text = "", fg = "#83a598" },
+ { name = "kdenlive-layoutsrc", text = "", fg = "#689d6a" },
+ { name = "kdenliverc", text = "", fg = "#689d6a" },
+ { name = "kritadisplayrc", text = "", fg = "#d3869b" },
+ { name = "kritarc", text = "", fg = "#d3869b" },
+ { name = "license", text = "", fg = "#fabd2f" },
+ { name = "license.md", text = "", fg = "#fabd2f" },
+ { name = "lxde-rc.xml", text = "", fg = "#a89984" },
+ { name = "lxqt.conf", text = "", fg = "#83a598" },
+ { name = "makefile", text = "", fg = "#928374" },
+ { name = "mix.lock", text = "", fg = "#d3869b" },
+ { name = "mpv.conf", text = "", fg = "#b16286" },
+ { name = "next.config.cjs", text = "", fg = "#8ec07c" },
+ { name = "next.config.js", text = "", fg = "#8ec07c" },
+ { name = "next.config.ts", text = "", fg = "#8ec07c" },
+ { name = "node_modules", text = "", fg = "#b16286" },
+ { name = "nuxt.config.cjs", text = "󱄆", fg = "#b8bb26" },
+ { name = "nuxt.config.js", text = "󱄆", fg = "#b8bb26" },
+ { name = "nuxt.config.mjs", text = "󱄆", fg = "#b8bb26" },
+ { name = "nuxt.config.ts", text = "󱄆", fg = "#b8bb26" },
+ { name = "package-lock.json", text = "", fg = "#cc241d" },
+ { name = "package.json", text = "", fg = "#b16286" },
+ { name = "PKGBUILD", text = "", fg = "#8ec07c" },
+ { name = "platformio.ini", text = "", fg = "#d79921" },
+ { name = "playwright.config.cjs", text = "", fg = "#b8bb26" },
+ { name = "playwright.config.cts", text = "", fg = "#b8bb26" },
+ { name = "playwright.config.js", text = "", fg = "#b8bb26" },
+ { name = "playwright.config.mjs", text = "", fg = "#b8bb26" },
+ { name = "playwright.config.mts", text = "", fg = "#b8bb26" },
+ { name = "playwright.config.ts", text = "", fg = "#b8bb26" },
+ { name = "pnpm-lock.yaml", text = "", fg = "#d79921" },
+ { name = "pnpm-workspace.yaml", text = "", fg = "#d79921" },
+ { name = "pom.xml", text = "", fg = "#cc241d" },
+ { name = "prettier.config.cjs", text = "", fg = "#83a598" },
+ { name = "prettier.config.js", text = "", fg = "#83a598" },
+ { name = "prettier.config.mjs", text = "", fg = "#83a598" },
+ { name = "prettier.config.ts", text = "", fg = "#83a598" },
+ { name = "procfile", text = "", fg = "#d3869b" },
+ { name = "PrusaSlicer.ini", text = "", fg = "#cc241d" },
+ { name = "PrusaSlicerGcodeViewer.ini", text = "", fg = "#cc241d" },
+ { name = "py.typed", text = "", fg = "#d79921" },
+ { name = "QtProject.conf", text = "", fg = "#98971a" },
+ { name = "rakefile", text = "", fg = "#cc241d" },
+ { name = "readme", text = "󰂺", fg = "#a89984" },
+ { name = "readme.md", text = "󰂺", fg = "#a89984" },
+ { name = "rmd", text = "", fg = "#83a598" },
+ { name = "robots.txt", text = "󰚩", fg = "#b16286" },
+ { name = "security", text = "󰒃", fg = "#a89984" },
+ { name = "security.md", text = "󰒃", fg = "#a89984" },
+ { name = "settings.gradle", text = "", fg = "#458588" },
+ { name = "svelte.config.js", text = "", fg = "#cc241d" },
+ { name = "sxhkdrc", text = "", fg = "#928374" },
+ { name = "sym-lib-table", text = "", fg = "#8ec07c" },
+ { name = "tailwind.config.js", text = "󱏿", fg = "#8ec07c" },
+ { name = "tailwind.config.mjs", text = "󱏿", fg = "#8ec07c" },
+ { name = "tailwind.config.ts", text = "󱏿", fg = "#8ec07c" },
+ { name = "tmux.conf", text = "", fg = "#b8bb26" },
+ { name = "tmux.conf.local", text = "", fg = "#b8bb26" },
+ { name = "tsconfig.json", text = "", fg = "#83a598" },
+ { name = "unlicense", text = "", fg = "#fabd2f" },
+ { name = "vagrantfile", text = "", fg = "#458588" },
+ { name = "vercel.json", text = "", fg = "#8ec07c" },
+ { name = "vite.config.cjs", text = "", fg = "#d79921" },
+ { name = "vite.config.cts", text = "", fg = "#d79921" },
+ { name = "vite.config.js", text = "", fg = "#d79921" },
+ { name = "vite.config.mjs", text = "", fg = "#d79921" },
+ { name = "vite.config.mts", text = "", fg = "#d79921" },
+ { name = "vite.config.ts", text = "", fg = "#d79921" },
+ { name = "vitest.config.cjs", text = "", fg = "#d79921" },
+ { name = "vitest.config.cts", text = "", fg = "#d79921" },
+ { name = "vitest.config.js", text = "", fg = "#d79921" },
+ { name = "vitest.config.mjs", text = "", fg = "#d79921" },
+ { name = "vitest.config.mts", text = "", fg = "#d79921" },
+ { name = "vitest.config.ts", text = "", fg = "#d79921" },
+ { name = "vlcrc", text = "󰕼", fg = "#d79921" },
+ { name = "webpack", text = "󰜫", fg = "#83a598" },
+ { name = "weston.ini", text = "", fg = "#d79921" },
+ { name = "workspace", text = "", fg = "#98971a" },
+ { name = "wrangler.jsonc", text = "", fg = "#d79921" },
+ { name = "wrangler.toml", text = "", fg = "#d79921" },
+ { name = "xdph.conf", text = "", fg = "#8ec07c" },
+ { name = "xmobarrc", text = "", fg = "#fb4934" },
+ { name = "xmobarrc.hs", text = "", fg = "#fb4934" },
+ { name = "xmonad.hs", text = "", fg = "#fb4934" },
+ { name = "xorg.conf", text = "", fg = "#cc241d" },
+ { name = "xsettingsd.conf", text = "", fg = "#cc241d" },
+]
+exts = [
+ { name = "3gp", text = "", fg = "#d79921" },
+ { name = "3mf", text = "󰆧", fg = "#d3869b" },
+ { name = "7z", text = "", fg = "#d79921" },
+ { name = "a", text = "", fg = "#a89984" },
+ { name = "aac", text = "", fg = "#83a598" },
+ { name = "ada", text = "", fg = "#458588" },
+ { name = "adb", text = "", fg = "#458588" },
+ { name = "ads", text = "", fg = "#d3869b" },
+ { name = "ai", text = "", fg = "#fabd2f" },
+ { name = "aif", text = "", fg = "#83a598" },
+ { name = "aiff", text = "", fg = "#83a598" },
+ { name = "android", text = "", fg = "#b8bb26" },
+ { name = "ape", text = "", fg = "#83a598" },
+ { name = "apk", text = "", fg = "#b8bb26" },
+ { name = "apl", text = "", fg = "#b8bb26" },
+ { name = "app", text = "", fg = "#cc241d" },
+ { name = "applescript", text = "", fg = "#928374" },
+ { name = "asc", text = "󰦝", fg = "#928374" },
+ { name = "asm", text = "", fg = "#83a598" },
+ { name = "ass", text = "󰨖", fg = "#d79921" },
+ { name = "astro", text = "", fg = "#b16286" },
+ { name = "avif", text = "", fg = "#d3869b" },
+ { name = "awk", text = "", fg = "#928374" },
+ { name = "azcli", text = "", fg = "#83a598" },
+ { name = "bak", text = "󰁯", fg = "#928374" },
+ { name = "bash", text = "", fg = "#98971a" },
+ { name = "bat", text = "", fg = "#b8bb26" },
+ { name = "bazel", text = "", fg = "#98971a" },
+ { name = "bib", text = "󱉟", fg = "#fabd2f" },
+ { name = "bicep", text = "", fg = "#83a598" },
+ { name = "bicepparam", text = "", fg = "#d3869b" },
+ { name = "bin", text = "", fg = "#cc241d" },
+ { name = "blade.php", text = "", fg = "#fb4934" },
+ { name = "blend", text = "󰂫", fg = "#d79921" },
+ { name = "blp", text = "󰺾", fg = "#458588" },
+ { name = "bmp", text = "", fg = "#d3869b" },
+ { name = "bqn", text = "", fg = "#b8bb26" },
+ { name = "brep", text = "󰻫", fg = "#d79921" },
+ { name = "bz", text = "", fg = "#d79921" },
+ { name = "bz2", text = "", fg = "#d79921" },
+ { name = "bz3", text = "", fg = "#d79921" },
+ { name = "bzl", text = "", fg = "#98971a" },
+ { name = "c", text = "", fg = "#458588" },
+ { name = "c++", text = "", fg = "#fb4934" },
+ { name = "cache", text = "", fg = "#8ec07c" },
+ { name = "cast", text = "", fg = "#d79921" },
+ { name = "cbl", text = "", fg = "#458588" },
+ { name = "cc", text = "", fg = "#fb4934" },
+ { name = "ccm", text = "", fg = "#fb4934" },
+ { name = "cfc", text = "", fg = "#8ec07c" },
+ { name = "cfg", text = "", fg = "#928374" },
+ { name = "cfm", text = "", fg = "#8ec07c" },
+ { name = "cjs", text = "", fg = "#fabd2f" },
+ { name = "clj", text = "", fg = "#98971a" },
+ { name = "cljc", text = "", fg = "#98971a" },
+ { name = "cljd", text = "", fg = "#83a598" },
+ { name = "cljs", text = "", fg = "#83a598" },
+ { name = "cmake", text = "", fg = "#a89984" },
+ { name = "cob", text = "", fg = "#458588" },
+ { name = "cobol", text = "", fg = "#458588" },
+ { name = "coffee", text = "", fg = "#fabd2f" },
+ { name = "conda", text = "", fg = "#b8bb26" },
+ { name = "conf", text = "", fg = "#928374" },
+ { name = "config.ru", text = "", fg = "#cc241d" },
+ { name = "cow", text = "󰆚", fg = "#d79921" },
+ { name = "cp", text = "", fg = "#83a598" },
+ { name = "cpp", text = "", fg = "#83a598" },
+ { name = "cppm", text = "", fg = "#83a598" },
+ { name = "cpy", text = "", fg = "#458588" },
+ { name = "cr", text = "", fg = "#a89984" },
+ { name = "crdownload", text = "", fg = "#8ec07c" },
+ { name = "cs", text = "󰌛", fg = "#d79921" },
+ { name = "csh", text = "", fg = "#928374" },
+ { name = "cshtml", text = "󱦗", fg = "#b16286" },
+ { name = "cson", text = "", fg = "#fabd2f" },
+ { name = "csproj", text = "󰪮", fg = "#b16286" },
+ { name = "css", text = "", fg = "#b16286" },
+ { name = "csv", text = "", fg = "#98971a" },
+ { name = "cts", text = "", fg = "#83a598" },
+ { name = "cu", text = "", fg = "#98971a" },
+ { name = "cue", text = "󰲹", fg = "#d3869b" },
+ { name = "cuh", text = "", fg = "#d3869b" },
+ { name = "cxx", text = "", fg = "#83a598" },
+ { name = "cxxm", text = "", fg = "#83a598" },
+ { name = "d", text = "", fg = "#cc241d" },
+ { name = "d.ts", text = "", fg = "#d79921" },
+ { name = "dart", text = "", fg = "#458588" },
+ { name = "db", text = "", fg = "#8ec07c" },
+ { name = "dconf", text = "", fg = "#8ec07c" },
+ { name = "desktop", text = "", fg = "#b16286" },
+ { name = "diff", text = "", fg = "#928374" },
+ { name = "dll", text = "", fg = "#cc241d" },
+ { name = "doc", text = "󰈬", fg = "#458588" },
+ { name = "Dockerfile", text = "󰡨", fg = "#458588" },
+ { name = "dockerignore", text = "󰡨", fg = "#458588" },
+ { name = "docx", text = "󰈬", fg = "#458588" },
+ { name = "dot", text = "󱁉", fg = "#458588" },
+ { name = "download", text = "", fg = "#8ec07c" },
+ { name = "drl", text = "", fg = "#cc241d" },
+ { name = "dropbox", text = "", fg = "#458588" },
+ { name = "dump", text = "", fg = "#8ec07c" },
+ { name = "dwg", text = "󰻫", fg = "#d79921" },
+ { name = "dxf", text = "󰻫", fg = "#d79921" },
+ { name = "ebook", text = "", fg = "#d79921" },
+ { name = "ebuild", text = "", fg = "#b16286" },
+ { name = "edn", text = "", fg = "#83a598" },
+ { name = "eex", text = "", fg = "#d3869b" },
+ { name = "ejs", text = "", fg = "#fabd2f" },
+ { name = "el", text = "", fg = "#b16286" },
+ { name = "elc", text = "", fg = "#b16286" },
+ { name = "elf", text = "", fg = "#cc241d" },
+ { name = "elm", text = "", fg = "#83a598" },
+ { name = "eln", text = "", fg = "#b16286" },
+ { name = "env", text = "", fg = "#d79921" },
+ { name = "eot", text = "", fg = "#a89984" },
+ { name = "epp", text = "", fg = "#d79921" },
+ { name = "epub", text = "", fg = "#d79921" },
+ { name = "erb", text = "", fg = "#cc241d" },
+ { name = "erl", text = "", fg = "#b16286" },
+ { name = "ex", text = "", fg = "#d3869b" },
+ { name = "exe", text = "", fg = "#cc241d" },
+ { name = "exs", text = "", fg = "#d3869b" },
+ { name = "f#", text = "", fg = "#83a598" },
+ { name = "f3d", text = "󰻫", fg = "#d79921" },
+ { name = "f90", text = "󱈚", fg = "#b16286" },
+ { name = "fbx", text = "󰆧", fg = "#d3869b" },
+ { name = "fcbak", text = "", fg = "#cc241d" },
+ { name = "fcmacro", text = "", fg = "#cc241d" },
+ { name = "fcmat", text = "", fg = "#cc241d" },
+ { name = "fcparam", text = "", fg = "#cc241d" },
+ { name = "fcscript", text = "", fg = "#cc241d" },
+ { name = "fcstd", text = "", fg = "#cc241d" },
+ { name = "fcstd1", text = "", fg = "#cc241d" },
+ { name = "fctb", text = "", fg = "#cc241d" },
+ { name = "fctl", text = "", fg = "#cc241d" },
+ { name = "fdmdownload", text = "", fg = "#8ec07c" },
+ { name = "feature", text = "", fg = "#b8bb26" },
+ { name = "fish", text = "", fg = "#928374" },
+ { name = "flac", text = "", fg = "#458588" },
+ { name = "flc", text = "", fg = "#a89984" },
+ { name = "flf", text = "", fg = "#a89984" },
+ { name = "fnl", text = "", fg = "#fabd2f" },
+ { name = "fodg", text = "", fg = "#d79921" },
+ { name = "fodp", text = "", fg = "#d79921" },
+ { name = "fods", text = "", fg = "#b8bb26" },
+ { name = "fodt", text = "", fg = "#458588" },
+ { name = "frag", text = "", fg = "#8ec07c" },
+ { name = "fs", text = "", fg = "#83a598" },
+ { name = "fsi", text = "", fg = "#83a598" },
+ { name = "fsscript", text = "", fg = "#83a598" },
+ { name = "fsx", text = "", fg = "#83a598" },
+ { name = "gcode", text = "󰐫", fg = "#83a598" },
+ { name = "gd", text = "", fg = "#928374" },
+ { name = "gemspec", text = "", fg = "#cc241d" },
+ { name = "geom", text = "", fg = "#8ec07c" },
+ { name = "gif", text = "", fg = "#d3869b" },
+ { name = "git", text = "", fg = "#cc241d" },
+ { name = "glb", text = "", fg = "#d79921" },
+ { name = "gleam", text = "", fg = "#d3869b" },
+ { name = "glsl", text = "", fg = "#8ec07c" },
+ { name = "gnumakefile", text = "", fg = "#928374" },
+ { name = "go", text = "", fg = "#8ec07c" },
+ { name = "godot", text = "", fg = "#928374" },
+ { name = "gpr", text = "", fg = "#928374" },
+ { name = "gql", text = "", fg = "#d3869b" },
+ { name = "gradle", text = "", fg = "#458588" },
+ { name = "graphql", text = "", fg = "#d3869b" },
+ { name = "gresource", text = "", fg = "#8ec07c" },
+ { name = "gv", text = "󱁉", fg = "#458588" },
+ { name = "gz", text = "", fg = "#d79921" },
+ { name = "h", text = "", fg = "#d3869b" },
+ { name = "haml", text = "", fg = "#a89984" },
+ { name = "hbs", text = "", fg = "#cc241d" },
+ { name = "heex", text = "", fg = "#d3869b" },
+ { name = "hex", text = "", fg = "#458588" },
+ { name = "hh", text = "", fg = "#d3869b" },
+ { name = "hpp", text = "", fg = "#d3869b" },
+ { name = "hrl", text = "", fg = "#b16286" },
+ { name = "hs", text = "", fg = "#d3869b" },
+ { name = "htm", text = "", fg = "#cc241d" },
+ { name = "html", text = "", fg = "#cc241d" },
+ { name = "http", text = "", fg = "#83a598" },
+ { name = "huff", text = "󰡘", fg = "#b16286" },
+ { name = "hurl", text = "", fg = "#d3869b" },
+ { name = "hx", text = "", fg = "#d79921" },
+ { name = "hxx", text = "", fg = "#d3869b" },
+ { name = "ical", text = "", fg = "#458588" },
+ { name = "icalendar", text = "", fg = "#458588" },
+ { name = "ico", text = "", fg = "#fabd2f" },
+ { name = "ics", text = "", fg = "#458588" },
+ { name = "ifb", text = "", fg = "#458588" },
+ { name = "ifc", text = "󰻫", fg = "#d79921" },
+ { name = "ige", text = "󰻫", fg = "#d79921" },
+ { name = "iges", text = "󰻫", fg = "#d79921" },
+ { name = "igs", text = "󰻫", fg = "#d79921" },
+ { name = "image", text = "", fg = "#fb4934" },
+ { name = "img", text = "", fg = "#fb4934" },
+ { name = "import", text = "", fg = "#a89984" },
+ { name = "info", text = "", fg = "#fabd2f" },
+ { name = "ini", text = "", fg = "#928374" },
+ { name = "ino", text = "", fg = "#689d6a" },
+ { name = "ipynb", text = "", fg = "#d79921" },
+ { name = "iso", text = "", fg = "#fb4934" },
+ { name = "ixx", text = "", fg = "#83a598" },
+ { name = "jar", text = "", fg = "#d79921" },
+ { name = "java", text = "", fg = "#fb4934" },
+ { name = "jl", text = "", fg = "#d3869b" },
+ { name = "jpeg", text = "", fg = "#d3869b" },
+ { name = "jpg", text = "", fg = "#d3869b" },
+ { name = "js", text = "", fg = "#fabd2f" },
+ { name = "json", text = "", fg = "#fabd2f" },
+ { name = "json5", text = "", fg = "#fabd2f" },
+ { name = "jsonc", text = "", fg = "#fabd2f" },
+ { name = "jsx", text = "", fg = "#8ec07c" },
+ { name = "jwmrc", text = "", fg = "#83a598" },
+ { name = "jxl", text = "", fg = "#d3869b" },
+ { name = "kbx", text = "󰯄", fg = "#928374" },
+ { name = "kdb", text = "", fg = "#b8bb26" },
+ { name = "kdbx", text = "", fg = "#b8bb26" },
+ { name = "kdenlive", text = "", fg = "#689d6a" },
+ { name = "kdenlivetitle", text = "", fg = "#689d6a" },
+ { name = "kicad_dru", text = "", fg = "#8ec07c" },
+ { name = "kicad_mod", text = "", fg = "#8ec07c" },
+ { name = "kicad_pcb", text = "", fg = "#8ec07c" },
+ { name = "kicad_prl", text = "", fg = "#8ec07c" },
+ { name = "kicad_pro", text = "", fg = "#8ec07c" },
+ { name = "kicad_sch", text = "", fg = "#8ec07c" },
+ { name = "kicad_sym", text = "", fg = "#8ec07c" },
+ { name = "kicad_wks", text = "", fg = "#8ec07c" },
+ { name = "ko", text = "", fg = "#a89984" },
+ { name = "kpp", text = "", fg = "#d3869b" },
+ { name = "kra", text = "", fg = "#d3869b" },
+ { name = "krz", text = "", fg = "#d3869b" },
+ { name = "ksh", text = "", fg = "#928374" },
+ { name = "kt", text = "", fg = "#458588" },
+ { name = "kts", text = "", fg = "#458588" },
+ { name = "lck", text = "", fg = "#a89984" },
+ { name = "leex", text = "", fg = "#d3869b" },
+ { name = "less", text = "", fg = "#b16286" },
+ { name = "lff", text = "", fg = "#a89984" },
+ { name = "lhs", text = "", fg = "#d3869b" },
+ { name = "lib", text = "", fg = "#cc241d" },
+ { name = "license", text = "", fg = "#fabd2f" },
+ { name = "liquid", text = "", fg = "#d79921" },
+ { name = "lock", text = "", fg = "#a89984" },
+ { name = "log", text = "󰌱", fg = "#a89984" },
+ { name = "lrc", text = "󰨖", fg = "#d79921" },
+ { name = "lua", text = "", fg = "#83a598" },
+ { name = "luac", text = "", fg = "#83a598" },
+ { name = "luau", text = "", fg = "#458588" },
+ { name = "m", text = "", fg = "#458588" },
+ { name = "m3u", text = "󰲹", fg = "#d3869b" },
+ { name = "m3u8", text = "󰲹", fg = "#d3869b" },
+ { name = "m4a", text = "", fg = "#83a598" },
+ { name = "m4v", text = "", fg = "#d79921" },
+ { name = "magnet", text = "", fg = "#cc241d" },
+ { name = "makefile", text = "", fg = "#928374" },
+ { name = "markdown", text = "", fg = "#a89984" },
+ { name = "material", text = "", fg = "#b16286" },
+ { name = "md", text = "", fg = "#a89984" },
+ { name = "md5", text = "󰕥", fg = "#d3869b" },
+ { name = "mdx", text = "", fg = "#83a598" },
+ { name = "mint", text = "󰌪", fg = "#98971a" },
+ { name = "mjs", text = "", fg = "#fabd2f" },
+ { name = "mk", text = "", fg = "#928374" },
+ { name = "mkv", text = "", fg = "#d79921" },
+ { name = "ml", text = "", fg = "#d79921" },
+ { name = "mli", text = "", fg = "#d79921" },
+ { name = "mm", text = "", fg = "#83a598" },
+ { name = "mo", text = "", fg = "#b16286" },
+ { name = "mobi", text = "", fg = "#d79921" },
+ { name = "mojo", text = "", fg = "#cc241d" },
+ { name = "mov", text = "", fg = "#d79921" },
+ { name = "mp3", text = "", fg = "#83a598" },
+ { name = "mp4", text = "", fg = "#d79921" },
+ { name = "mpp", text = "", fg = "#83a598" },
+ { name = "msf", text = "", fg = "#83a598" },
+ { name = "mts", text = "", fg = "#83a598" },
+ { name = "mustache", text = "", fg = "#d79921" },
+ { name = "nfo", text = "", fg = "#fabd2f" },
+ { name = "nim", text = "", fg = "#d79921" },
+ { name = "nix", text = "", fg = "#689d6a" },
+ { name = "norg", text = "", fg = "#83a598" },
+ { name = "nswag", text = "", fg = "#98971a" },
+ { name = "nu", text = "", fg = "#689d6a" },
+ { name = "o", text = "", fg = "#cc241d" },
+ { name = "obj", text = "󰆧", fg = "#d3869b" },
+ { name = "odf", text = "", fg = "#fb4934" },
+ { name = "odg", text = "", fg = "#d79921" },
+ { name = "odin", text = "󰟢", fg = "#83a598" },
+ { name = "odp", text = "", fg = "#d79921" },
+ { name = "ods", text = "", fg = "#b8bb26" },
+ { name = "odt", text = "", fg = "#458588" },
+ { name = "oga", text = "", fg = "#458588" },
+ { name = "ogg", text = "", fg = "#458588" },
+ { name = "ogv", text = "", fg = "#d79921" },
+ { name = "ogx", text = "", fg = "#d79921" },
+ { name = "opus", text = "", fg = "#458588" },
+ { name = "org", text = "", fg = "#689d6a" },
+ { name = "otf", text = "", fg = "#a89984" },
+ { name = "out", text = "", fg = "#cc241d" },
+ { name = "part", text = "", fg = "#8ec07c" },
+ { name = "patch", text = "", fg = "#928374" },
+ { name = "pck", text = "", fg = "#928374" },
+ { name = "pcm", text = "", fg = "#458588" },
+ { name = "pdf", text = "", fg = "#cc241d" },
+ { name = "php", text = "", fg = "#d3869b" },
+ { name = "pl", text = "", fg = "#83a598" },
+ { name = "pls", text = "󰲹", fg = "#d3869b" },
+ { name = "ply", text = "󰆧", fg = "#d3869b" },
+ { name = "pm", text = "", fg = "#83a598" },
+ { name = "png", text = "", fg = "#d3869b" },
+ { name = "po", text = "", fg = "#83a598" },
+ { name = "pot", text = "", fg = "#83a598" },
+ { name = "pp", text = "", fg = "#d79921" },
+ { name = "ppt", text = "󰈧", fg = "#cc241d" },
+ { name = "pptx", text = "󰈧", fg = "#cc241d" },
+ { name = "prisma", text = "", fg = "#458588" },
+ { name = "pro", text = "", fg = "#fabd2f" },
+ { name = "ps1", text = "󰨊", fg = "#458588" },
+ { name = "psb", text = "", fg = "#83a598" },
+ { name = "psd", text = "", fg = "#83a598" },
+ { name = "psd1", text = "󰨊", fg = "#458588" },
+ { name = "psm1", text = "󰨊", fg = "#458588" },
+ { name = "pub", text = "󰷖", fg = "#fabd2f" },
+ { name = "pxd", text = "", fg = "#83a598" },
+ { name = "pxi", text = "", fg = "#83a598" },
+ { name = "py", text = "", fg = "#d79921" },
+ { name = "pyc", text = "", fg = "#fabd2f" },
+ { name = "pyd", text = "", fg = "#fabd2f" },
+ { name = "pyi", text = "", fg = "#d79921" },
+ { name = "pyo", text = "", fg = "#fabd2f" },
+ { name = "pyw", text = "", fg = "#83a598" },
+ { name = "pyx", text = "", fg = "#83a598" },
+ { name = "qm", text = "", fg = "#83a598" },
+ { name = "qml", text = "", fg = "#98971a" },
+ { name = "qrc", text = "", fg = "#98971a" },
+ { name = "qss", text = "", fg = "#98971a" },
+ { name = "query", text = "", fg = "#98971a" },
+ { name = "r", text = "󰟔", fg = "#458588" },
+ { name = "R", text = "󰟔", fg = "#458588" },
+ { name = "rake", text = "", fg = "#cc241d" },
+ { name = "rar", text = "", fg = "#d79921" },
+ { name = "rasi", text = "", fg = "#fabd2f" },
+ { name = "razor", text = "󱦘", fg = "#b16286" },
+ { name = "rb", text = "", fg = "#cc241d" },
+ { name = "res", text = "", fg = "#fb4934" },
+ { name = "resi", text = "", fg = "#fb4934" },
+ { name = "rlib", text = "", fg = "#fb4934" },
+ { name = "rmd", text = "", fg = "#83a598" },
+ { name = "rproj", text = "󰗆", fg = "#98971a" },
+ { name = "rs", text = "", fg = "#fb4934" },
+ { name = "rss", text = "", fg = "#d79921" },
+ { name = "s", text = "", fg = "#458588" },
+ { name = "sass", text = "", fg = "#fb4934" },
+ { name = "sbt", text = "", fg = "#fb4934" },
+ { name = "sc", text = "", fg = "#fb4934" },
+ { name = "scad", text = "", fg = "#d79921" },
+ { name = "scala", text = "", fg = "#fb4934" },
+ { name = "scm", text = "󰘧", fg = "#a89984" },
+ { name = "scss", text = "", fg = "#fb4934" },
+ { name = "sh", text = "", fg = "#928374" },
+ { name = "sha1", text = "󰕥", fg = "#d3869b" },
+ { name = "sha224", text = "󰕥", fg = "#d3869b" },
+ { name = "sha256", text = "󰕥", fg = "#d3869b" },
+ { name = "sha384", text = "󰕥", fg = "#d3869b" },
+ { name = "sha512", text = "󰕥", fg = "#d3869b" },
+ { name = "sig", text = "󰘧", fg = "#d79921" },
+ { name = "signature", text = "󰘧", fg = "#d79921" },
+ { name = "skp", text = "󰻫", fg = "#d79921" },
+ { name = "sldasm", text = "󰻫", fg = "#d79921" },
+ { name = "sldprt", text = "󰻫", fg = "#d79921" },
+ { name = "slim", text = "", fg = "#cc241d" },
+ { name = "sln", text = "", fg = "#b16286" },
+ { name = "slnx", text = "", fg = "#b16286" },
+ { name = "slvs", text = "󰻫", fg = "#d79921" },
+ { name = "sml", text = "󰘧", fg = "#d79921" },
+ { name = "so", text = "", fg = "#a89984" },
+ { name = "sol", text = "", fg = "#83a598" },
+ { name = "spec.js", text = "", fg = "#fabd2f" },
+ { name = "spec.jsx", text = "", fg = "#8ec07c" },
+ { name = "spec.ts", text = "", fg = "#83a598" },
+ { name = "spec.tsx", text = "", fg = "#458588" },
+ { name = "spx", text = "", fg = "#458588" },
+ { name = "sql", text = "", fg = "#8ec07c" },
+ { name = "sqlite", text = "", fg = "#8ec07c" },
+ { name = "sqlite3", text = "", fg = "#8ec07c" },
+ { name = "srt", text = "󰨖", fg = "#d79921" },
+ { name = "ssa", text = "󰨖", fg = "#d79921" },
+ { name = "ste", text = "󰻫", fg = "#d79921" },
+ { name = "step", text = "󰻫", fg = "#d79921" },
+ { name = "stl", text = "󰆧", fg = "#d3869b" },
+ { name = "stories.js", text = "", fg = "#fb4934" },
+ { name = "stories.jsx", text = "", fg = "#fb4934" },
+ { name = "stories.mjs", text = "", fg = "#fb4934" },
+ { name = "stories.svelte", text = "", fg = "#fb4934" },
+ { name = "stories.ts", text = "", fg = "#fb4934" },
+ { name = "stories.tsx", text = "", fg = "#fb4934" },
+ { name = "stories.vue", text = "", fg = "#fb4934" },
+ { name = "stp", text = "󰻫", fg = "#d79921" },
+ { name = "strings", text = "", fg = "#83a598" },
+ { name = "styl", text = "", fg = "#98971a" },
+ { name = "sub", text = "󰨖", fg = "#d79921" },
+ { name = "sublime", text = "", fg = "#d79921" },
+ { name = "suo", text = "", fg = "#b16286" },
+ { name = "sv", text = "󰍛", fg = "#98971a" },
+ { name = "svelte", text = "", fg = "#cc241d" },
+ { name = "svg", text = "󰜡", fg = "#d79921" },
+ { name = "svgz", text = "󰜡", fg = "#d79921" },
+ { name = "svh", text = "󰍛", fg = "#98971a" },
+ { name = "swift", text = "", fg = "#d79921" },
+ { name = "t", text = "", fg = "#83a598" },
+ { name = "tbc", text = "󰛓", fg = "#458588" },
+ { name = "tcl", text = "󰛓", fg = "#458588" },
+ { name = "templ", text = "", fg = "#d79921" },
+ { name = "terminal", text = "", fg = "#b8bb26" },
+ { name = "test.js", text = "", fg = "#fabd2f" },
+ { name = "test.jsx", text = "", fg = "#8ec07c" },
+ { name = "test.ts", text = "", fg = "#83a598" },
+ { name = "test.tsx", text = "", fg = "#458588" },
+ { name = "tex", text = "", fg = "#98971a" },
+ { name = "tf", text = "", fg = "#b16286" },
+ { name = "tfvars", text = "", fg = "#b16286" },
+ { name = "tgz", text = "", fg = "#d79921" },
+ { name = "tmpl", text = "", fg = "#d79921" },
+ { name = "tmux", text = "", fg = "#b8bb26" },
+ { name = "toml", text = "", fg = "#cc241d" },
+ { name = "torrent", text = "", fg = "#8ec07c" },
+ { name = "tres", text = "", fg = "#928374" },
+ { name = "ts", text = "", fg = "#83a598" },
+ { name = "tscn", text = "", fg = "#928374" },
+ { name = "tsconfig", text = "", fg = "#d79921" },
+ { name = "tsx", text = "", fg = "#458588" },
+ { name = "ttf", text = "", fg = "#a89984" },
+ { name = "twig", text = "", fg = "#98971a" },
+ { name = "txt", text = "󰈙", fg = "#98971a" },
+ { name = "txz", text = "", fg = "#d79921" },
+ { name = "typ", text = "", fg = "#8ec07c" },
+ { name = "typoscript", text = "", fg = "#d79921" },
+ { name = "ui", text = "", fg = "#458588" },
+ { name = "v", text = "󰍛", fg = "#98971a" },
+ { name = "vala", text = "", fg = "#b16286" },
+ { name = "vert", text = "", fg = "#8ec07c" },
+ { name = "vh", text = "󰍛", fg = "#98971a" },
+ { name = "vhd", text = "󰍛", fg = "#98971a" },
+ { name = "vhdl", text = "󰍛", fg = "#98971a" },
+ { name = "vi", text = "", fg = "#d79921" },
+ { name = "vim", text = "", fg = "#98971a" },
+ { name = "vsh", text = "", fg = "#8ec07c" },
+ { name = "vsix", text = "", fg = "#b16286" },
+ { name = "vue", text = "", fg = "#98971a" },
+ { name = "wasm", text = "", fg = "#458588" },
+ { name = "wav", text = "", fg = "#83a598" },
+ { name = "webm", text = "", fg = "#d79921" },
+ { name = "webmanifest", text = "", fg = "#fabd2f" },
+ { name = "webp", text = "", fg = "#d3869b" },
+ { name = "webpack", text = "󰜫", fg = "#83a598" },
+ { name = "wma", text = "", fg = "#83a598" },
+ { name = "wmv", text = "", fg = "#d79921" },
+ { name = "woff", text = "", fg = "#a89984" },
+ { name = "woff2", text = "", fg = "#a89984" },
+ { name = "wrl", text = "󰆧", fg = "#d3869b" },
+ { name = "wrz", text = "󰆧", fg = "#d3869b" },
+ { name = "wv", text = "", fg = "#83a598" },
+ { name = "wvc", text = "", fg = "#83a598" },
+ { name = "x", text = "", fg = "#458588" },
+ { name = "xaml", text = "󰙳", fg = "#b16286" },
+ { name = "xcf", text = "", fg = "#928374" },
+ { name = "xcplayground", text = "", fg = "#d79921" },
+ { name = "xcstrings", text = "", fg = "#83a598" },
+ { name = "xls", text = "󰈛", fg = "#98971a" },
+ { name = "xlsx", text = "󰈛", fg = "#98971a" },
+ { name = "xm", text = "", fg = "#83a598" },
+ { name = "xml", text = "󰗀", fg = "#d79921" },
+ { name = "xpi", text = "", fg = "#cc241d" },
+ { name = "xul", text = "", fg = "#d79921" },
+ { name = "xz", text = "", fg = "#d79921" },
+ { name = "yaml", text = "", fg = "#928374" },
+ { name = "yml", text = "", fg = "#928374" },
+ { name = "zig", text = "", fg = "#d79921" },
+ { name = "zip", text = "", fg = "#d79921" },
+ { name = "zsh", text = "", fg = "#98971a" },
+ { name = "zst", text = "", fg = "#d79921" },
+ { name = "🔥", text = "", fg = "#cc241d" },
+]
# nord
# [icon]
@@ -1410,705 +1410,705 @@ dark = "everforest-medium"
# ]
# everforest
-[icon]
-
-files = [
- { name = ".babelrc", text = "", fg = "#DBBC7F" },
- { name = ".bash_profile", text = "", fg = "#A7C080" },
- { name = ".bashrc", text = "", fg = "#A7C080" },
- { name = ".clang-format", text = "", fg = "#374145" },
- { name = ".clang-tidy", text = "", fg = "#374145" },
- { name = ".codespellrc", text = "󰓆", fg = "#A7C080" },
- { name = ".condarc", text = "", fg = "#A7C080" },
- { name = ".dockerignore", text = "󰡨", fg = "#7FBBB3" },
- { name = ".ds_store", text = "", fg = "#374145" },
- { name = ".editorconfig", text = "", fg = "#D3C6AA" },
- { name = ".env", text = "", fg = "#DBBC7F" },
- { name = ".eslintignore", text = "", fg = "#D699B6" },
- { name = ".eslintrc", text = "", fg = "#D699B6" },
- { name = ".git-blame-ignore-revs", text = "", fg = "#E67E80" },
- { name = ".gitattributes", text = "", fg = "#E67E80" },
- { name = ".gitconfig", text = "", fg = "#E67E80" },
- { name = ".gitignore", text = "", fg = "#E67E80" },
- { name = ".gitlab-ci.yml", text = "", fg = "#E67E80" },
- { name = ".gitmodules", text = "", fg = "#E67E80" },
- { name = ".gtkrc-2.0", text = "", fg = "#83C092" },
- { name = ".gvimrc", text = "", fg = "#A7C080" },
- { name = ".justfile", text = "", fg = "#374145" },
- { name = ".luacheckrc", text = "", fg = "#7FBBB3" },
- { name = ".luaurc", text = "", fg = "#7FBBB3" },
- { name = ".mailmap", text = "󰊢", fg = "#E67E80" },
- { name = ".nanorc", text = "", fg = "#D699B6" },
- { name = ".npmignore", text = "", fg = "#D699B6" },
- { name = ".npmrc", text = "", fg = "#D699B6" },
- { name = ".nuxtrc", text = "󱄆", fg = "#A7C080" },
- { name = ".nvmrc", text = "", fg = "#A7C080" },
- { name = ".pnpmfile.cjs", text = "", fg = "#DBBC7F" },
- { name = ".pre-commit-config.yaml", text = "󰛢", fg = "#DBBC7F" },
- { name = ".prettierignore", text = "", fg = "#7FBBB3" },
- { name = ".prettierrc", text = "", fg = "#7FBBB3" },
- { name = ".prettierrc.cjs", text = "", fg = "#7FBBB3" },
- { name = ".prettierrc.js", text = "", fg = "#7FBBB3" },
- { name = ".prettierrc.json", text = "", fg = "#7FBBB3" },
- { name = ".prettierrc.json5", text = "", fg = "#7FBBB3" },
- { name = ".prettierrc.mjs", text = "", fg = "#7FBBB3" },
- { name = ".prettierrc.toml", text = "", fg = "#7FBBB3" },
- { name = ".prettierrc.yaml", text = "", fg = "#7FBBB3" },
- { name = ".prettierrc.yml", text = "", fg = "#7FBBB3" },
- { name = ".pylintrc", text = "", fg = "#374145" },
- { name = ".settings.json", text = "", fg = "#D699B6" },
- { name = ".SRCINFO", text = "󰣇", fg = "#83C092" },
- { name = ".vimrc", text = "", fg = "#A7C080" },
- { name = ".Xauthority", text = "", fg = "#E67E80" },
- { name = ".xinitrc", text = "", fg = "#E67E80" },
- { name = ".Xresources", text = "", fg = "#E67E80" },
- { name = ".xsession", text = "", fg = "#E67E80" },
- { name = ".zprofile", text = "", fg = "#A7C080" },
- { name = ".zshenv", text = "", fg = "#A7C080" },
- { name = ".zshrc", text = "", fg = "#A7C080" },
- { name = "_gvimrc", text = "", fg = "#A7C080" },
- { name = "_vimrc", text = "", fg = "#A7C080" },
- { name = "AUTHORS", text = "", fg = "#D699B6" },
- { name = "AUTHORS.txt", text = "", fg = "#D699B6" },
- { name = "brewfile", text = "", fg = "#E67E80" },
- { name = "bspwmrc", text = "", fg = "#374145" },
- { name = "build", text = "", fg = "#A7C080" },
- { name = "build.gradle", text = "", fg = "#7FBBB3" },
- { name = "build.zig.zon", text = "", fg = "#DBBC7F" },
- { name = "bun.lock", text = "", fg = "#D3C6AA" },
- { name = "bun.lockb", text = "", fg = "#D3C6AA" },
- { name = "cantorrc", text = "", fg = "#7FBBB3" },
- { name = "checkhealth", text = "󰓙", fg = "#7FBBB3" },
- { name = "cmakelists.txt", text = "", fg = "#D3C6AA" },
- { name = "code_of_conduct", text = "", fg = "#D699B6" },
- { name = "code_of_conduct.md", text = "", fg = "#D699B6" },
- { name = "commit_editmsg", text = "", fg = "#E67E80" },
- { name = "commitlint.config.js", text = "󰜘", fg = "#83C092" },
- { name = "commitlint.config.ts", text = "󰜘", fg = "#83C092" },
- { name = "compose.yaml", text = "󰡨", fg = "#7FBBB3" },
- { name = "compose.yml", text = "󰡨", fg = "#7FBBB3" },
- { name = "config", text = "", fg = "#374145" },
- { name = "containerfile", text = "󰡨", fg = "#7FBBB3" },
- { name = "copying", text = "", fg = "#DBBC7F" },
- { name = "copying.lesser", text = "", fg = "#DBBC7F" },
- { name = "Directory.Build.props", text = "", fg = "#7FBBB3" },
- { name = "Directory.Build.targets", text = "", fg = "#7FBBB3" },
- { name = "Directory.Packages.props", text = "", fg = "#7FBBB3" },
- { name = "docker-compose.yaml", text = "󰡨", fg = "#7FBBB3" },
- { name = "docker-compose.yml", text = "󰡨", fg = "#7FBBB3" },
- { name = "dockerfile", text = "󰡨", fg = "#7FBBB3" },
- { name = "eslint.config.cjs", text = "", fg = "#D699B6" },
- { name = "eslint.config.js", text = "", fg = "#D699B6" },
- { name = "eslint.config.mjs", text = "", fg = "#D699B6" },
- { name = "eslint.config.ts", text = "", fg = "#D699B6" },
- { name = "ext_typoscript_setup.txt", text = "", fg = "#DBBC7F" },
- { name = "favicon.ico", text = "", fg = "#DBBC7F" },
- { name = "fp-info-cache", text = "", fg = "#83C092" },
- { name = "fp-lib-table", text = "", fg = "#83C092" },
- { name = "FreeCAD.conf", text = "", fg = "#E67E80" },
- { name = "Gemfile", text = "", fg = "#E67E80" },
- { name = "gnumakefile", text = "", fg = "#374145" },
- { name = "go.mod", text = "", fg = "#83C092" },
- { name = "go.sum", text = "", fg = "#83C092" },
- { name = "go.work", text = "", fg = "#83C092" },
- { name = "gradle-wrapper.properties", text = "", fg = "#7FBBB3" },
- { name = "gradle.properties", text = "", fg = "#7FBBB3" },
- { name = "gradlew", text = "", fg = "#7FBBB3" },
- { name = "groovy", text = "", fg = "#7FBBB3" },
- { name = "gruntfile.babel.js", text = "", fg = "#DBBC7F" },
- { name = "gruntfile.coffee", text = "", fg = "#DBBC7F" },
- { name = "gruntfile.js", text = "", fg = "#DBBC7F" },
- { name = "gruntfile.ts", text = "", fg = "#DBBC7F" },
- { name = "gtkrc", text = "", fg = "#83C092" },
- { name = "gulpfile.babel.js", text = "", fg = "#E67E80" },
- { name = "gulpfile.coffee", text = "", fg = "#E67E80" },
- { name = "gulpfile.js", text = "", fg = "#E67E80" },
- { name = "gulpfile.ts", text = "", fg = "#E67E80" },
- { name = "hypridle.conf", text = "", fg = "#83C092" },
- { name = "hyprland.conf", text = "", fg = "#83C092" },
- { name = "hyprlandd.conf", text = "", fg = "#83C092" },
- { name = "hyprlock.conf", text = "", fg = "#83C092" },
- { name = "hyprpaper.conf", text = "", fg = "#83C092" },
- { name = "hyprsunset.conf", text = "", fg = "#83C092" },
- { name = "i18n.config.js", text = "󰗊", fg = "#D699B6" },
- { name = "i18n.config.ts", text = "󰗊", fg = "#D699B6" },
- { name = "i3blocks.conf", text = "", fg = "#D3C6AA" },
- { name = "i3status.conf", text = "", fg = "#D3C6AA" },
- { name = "index.theme", text = "", fg = "#A7C080" },
- { name = "ionic.config.json", text = "", fg = "#7FBBB3" },
- { name = "Jenkinsfile", text = "", fg = "#E67E80" },
- { name = "justfile", text = "", fg = "#374145" },
- { name = "kalgebrarc", text = "", fg = "#7FBBB3" },
- { name = "kdeglobals", text = "", fg = "#7FBBB3" },
- { name = "kdenlive-layoutsrc", text = "", fg = "#83C092" },
- { name = "kdenliverc", text = "", fg = "#83C092" },
- { name = "kritadisplayrc", text = "", fg = "#D699B6" },
- { name = "kritarc", text = "", fg = "#D699B6" },
- { name = "license", text = "", fg = "#DBBC7F" },
- { name = "license.md", text = "", fg = "#DBBC7F" },
- { name = "lxde-rc.xml", text = "", fg = "#D3C6AA" },
- { name = "lxqt.conf", text = "", fg = "#7FBBB3" },
- { name = "makefile", text = "", fg = "#374145" },
- { name = "mix.lock", text = "", fg = "#D699B6" },
- { name = "mpv.conf", text = "", fg = "#D699B6" },
- { name = "next.config.cjs", text = "", fg = "#83C092" },
- { name = "next.config.js", text = "", fg = "#83C092" },
- { name = "next.config.ts", text = "", fg = "#83C092" },
- { name = "node_modules", text = "", fg = "#D699B6" },
- { name = "nuxt.config.cjs", text = "󱄆", fg = "#A7C080" },
- { name = "nuxt.config.js", text = "󱄆", fg = "#A7C080" },
- { name = "nuxt.config.mjs", text = "󱄆", fg = "#A7C080" },
- { name = "nuxt.config.ts", text = "󱄆", fg = "#A7C080" },
- { name = "package-lock.json", text = "", fg = "#E67E80" },
- { name = "package.json", text = "", fg = "#D699B6" },
- { name = "PKGBUILD", text = "", fg = "#83C092" },
- { name = "platformio.ini", text = "", fg = "#DBBC7F" },
- { name = "playwright.config.cjs", text = "", fg = "#A7C080" },
- { name = "playwright.config.cts", text = "", fg = "#A7C080" },
- { name = "playwright.config.js", text = "", fg = "#A7C080" },
- { name = "playwright.config.mjs", text = "", fg = "#A7C080" },
- { name = "playwright.config.mts", text = "", fg = "#A7C080" },
- { name = "playwright.config.ts", text = "", fg = "#A7C080" },
- { name = "pnpm-lock.yaml", text = "", fg = "#DBBC7F" },
- { name = "pnpm-workspace.yaml", text = "", fg = "#DBBC7F" },
- { name = "pom.xml", text = "", fg = "#E67E80" },
- { name = "prettier.config.cjs", text = "", fg = "#7FBBB3" },
- { name = "prettier.config.js", text = "", fg = "#7FBBB3" },
- { name = "prettier.config.mjs", text = "", fg = "#7FBBB3" },
- { name = "prettier.config.ts", text = "", fg = "#7FBBB3" },
- { name = "procfile", text = "", fg = "#D699B6" },
- { name = "PrusaSlicer.ini", text = "", fg = "#E67E80" },
- { name = "PrusaSlicerGcodeViewer.ini", text = "", fg = "#E67E80" },
- { name = "py.typed", text = "", fg = "#DBBC7F" },
- { name = "QtProject.conf", text = "", fg = "#A7C080" },
- { name = "rakefile", text = "", fg = "#E67E80" },
- { name = "readme", text = "󰂺", fg = "#D3C6AA" },
- { name = "readme.md", text = "󰂺", fg = "#D3C6AA" },
- { name = "rmd", text = "", fg = "#7FBBB3" },
- { name = "robots.txt", text = "󰚩", fg = "#D699B6" },
- { name = "security", text = "󰒃", fg = "#D3C6AA" },
- { name = "security.md", text = "󰒃", fg = "#D3C6AA" },
- { name = "settings.gradle", text = "", fg = "#7FBBB3" },
- { name = "svelte.config.js", text = "", fg = "#E67E80" },
- { name = "sxhkdrc", text = "", fg = "#374145" },
- { name = "sym-lib-table", text = "", fg = "#83C092" },
- { name = "tailwind.config.js", text = "󱏿", fg = "#83C092" },
- { name = "tailwind.config.mjs", text = "󱏿", fg = "#83C092" },
- { name = "tailwind.config.ts", text = "󱏿", fg = "#83C092" },
- { name = "tmux.conf", text = "", fg = "#A7C080" },
- { name = "tmux.conf.local", text = "", fg = "#A7C080" },
- { name = "tsconfig.json", text = "", fg = "#7FBBB3" },
- { name = "unlicense", text = "", fg = "#DBBC7F" },
- { name = "vagrantfile", text = "", fg = "#7FBBB3" },
- { name = "vercel.json", text = "", fg = "#83C092" },
- { name = "vite.config.cjs", text = "", fg = "#DBBC7F" },
- { name = "vite.config.cts", text = "", fg = "#DBBC7F" },
- { name = "vite.config.js", text = "", fg = "#DBBC7F" },
- { name = "vite.config.mjs", text = "", fg = "#DBBC7F" },
- { name = "vite.config.mts", text = "", fg = "#DBBC7F" },
- { name = "vite.config.ts", text = "", fg = "#DBBC7F" },
- { name = "vitest.config.cjs", text = "", fg = "#DBBC7F" },
- { name = "vitest.config.cts", text = "", fg = "#DBBC7F" },
- { name = "vitest.config.js", text = "", fg = "#DBBC7F" },
- { name = "vitest.config.mjs", text = "", fg = "#DBBC7F" },
- { name = "vitest.config.mts", text = "", fg = "#DBBC7F" },
- { name = "vitest.config.ts", text = "", fg = "#DBBC7F" },
- { name = "vlcrc", text = "󰕼", fg = "#DBBC7F" },
- { name = "webpack", text = "󰜫", fg = "#7FBBB3" },
- { name = "weston.ini", text = "", fg = "#DBBC7F" },
- { name = "workspace", text = "", fg = "#A7C080" },
- { name = "wrangler.jsonc", text = "", fg = "#DBBC7F" },
- { name = "wrangler.toml", text = "", fg = "#DBBC7F" },
- { name = "xdph.conf", text = "", fg = "#83C092" },
- { name = "xmobarrc", text = "", fg = "#E67E80" },
- { name = "xmobarrc.hs", text = "", fg = "#E67E80" },
- { name = "xmonad.hs", text = "", fg = "#E67E80" },
- { name = "xorg.conf", text = "", fg = "#E67E80" },
- { name = "xsettingsd.conf", text = "", fg = "#E67E80" },
-]
-exts = [
- { name = "3gp", text = "", fg = "#DBBC7F" },
- { name = "3mf", text = "󰆧", fg = "#D699B6" },
- { name = "7z", text = "", fg = "#DBBC7F" },
- { name = "a", text = "", fg = "#D3C6AA" },
- { name = "aac", text = "", fg = "#7FBBB3" },
- { name = "ada", text = "", fg = "#7FBBB3" },
- { name = "adb", text = "", fg = "#7FBBB3" },
- { name = "ads", text = "", fg = "#D699B6" },
- { name = "ai", text = "", fg = "#DBBC7F" },
- { name = "aif", text = "", fg = "#7FBBB3" },
- { name = "aiff", text = "", fg = "#7FBBB3" },
- { name = "android", text = "", fg = "#A7C080" },
- { name = "ape", text = "", fg = "#7FBBB3" },
- { name = "apk", text = "", fg = "#A7C080" },
- { name = "apl", text = "", fg = "#A7C080" },
- { name = "app", text = "", fg = "#E67E80" },
- { name = "applescript", text = "", fg = "#374145" },
- { name = "asc", text = "󰦝", fg = "#374145" },
- { name = "asm", text = "", fg = "#7FBBB3" },
- { name = "ass", text = "󰨖", fg = "#DBBC7F" },
- { name = "astro", text = "", fg = "#D699B6" },
- { name = "avif", text = "", fg = "#D699B6" },
- { name = "awk", text = "", fg = "#374145" },
- { name = "azcli", text = "", fg = "#7FBBB3" },
- { name = "bak", text = "󰁯", fg = "#374145" },
- { name = "bash", text = "", fg = "#A7C080" },
- { name = "bat", text = "", fg = "#A7C080" },
- { name = "bazel", text = "", fg = "#A7C080" },
- { name = "bib", text = "󱉟", fg = "#DBBC7F" },
- { name = "bicep", text = "", fg = "#7FBBB3" },
- { name = "bicepparam", text = "", fg = "#D699B6" },
- { name = "bin", text = "", fg = "#E67E80" },
- { name = "blade.php", text = "", fg = "#E67E80" },
- { name = "blend", text = "󰂫", fg = "#DBBC7F" },
- { name = "blp", text = "󰺾", fg = "#7FBBB3" },
- { name = "bmp", text = "", fg = "#D699B6" },
- { name = "bqn", text = "", fg = "#A7C080" },
- { name = "brep", text = "󰻫", fg = "#DBBC7F" },
- { name = "bz", text = "", fg = "#DBBC7F" },
- { name = "bz2", text = "", fg = "#DBBC7F" },
- { name = "bz3", text = "", fg = "#DBBC7F" },
- { name = "bzl", text = "", fg = "#A7C080" },
- { name = "c", text = "", fg = "#7FBBB3" },
- { name = "c++", text = "", fg = "#E67E80" },
- { name = "cache", text = "", fg = "#83C092" },
- { name = "cast", text = "", fg = "#DBBC7F" },
- { name = "cbl", text = "", fg = "#7FBBB3" },
- { name = "cc", text = "", fg = "#E67E80" },
- { name = "ccm", text = "", fg = "#E67E80" },
- { name = "cfc", text = "", fg = "#83C092" },
- { name = "cfg", text = "", fg = "#374145" },
- { name = "cfm", text = "", fg = "#83C092" },
- { name = "cjs", text = "", fg = "#DBBC7F" },
- { name = "clj", text = "", fg = "#A7C080" },
- { name = "cljc", text = "", fg = "#A7C080" },
- { name = "cljd", text = "", fg = "#7FBBB3" },
- { name = "cljs", text = "", fg = "#7FBBB3" },
- { name = "cmake", text = "", fg = "#D3C6AA" },
- { name = "cob", text = "", fg = "#7FBBB3" },
- { name = "cobol", text = "", fg = "#7FBBB3" },
- { name = "coffee", text = "", fg = "#DBBC7F" },
- { name = "conda", text = "", fg = "#A7C080" },
- { name = "conf", text = "", fg = "#374145" },
- { name = "config.ru", text = "", fg = "#E67E80" },
- { name = "cow", text = "󰆚", fg = "#DBBC7F" },
- { name = "cp", text = "", fg = "#7FBBB3" },
- { name = "cpp", text = "", fg = "#7FBBB3" },
- { name = "cppm", text = "", fg = "#7FBBB3" },
- { name = "cpy", text = "", fg = "#7FBBB3" },
- { name = "cr", text = "", fg = "#D3C6AA" },
- { name = "crdownload", text = "", fg = "#83C092" },
- { name = "cs", text = "󰌛", fg = "#DBBC7F" },
- { name = "csh", text = "", fg = "#374145" },
- { name = "cshtml", text = "󱦗", fg = "#D699B6" },
- { name = "cson", text = "", fg = "#DBBC7F" },
- { name = "csproj", text = "󰪮", fg = "#D699B6" },
- { name = "css", text = "", fg = "#D699B6" },
- { name = "csv", text = "", fg = "#A7C080" },
- { name = "cts", text = "", fg = "#7FBBB3" },
- { name = "cu", text = "", fg = "#A7C080" },
- { name = "cue", text = "󰲹", fg = "#D699B6" },
- { name = "cuh", text = "", fg = "#D699B6" },
- { name = "cxx", text = "", fg = "#7FBBB3" },
- { name = "cxxm", text = "", fg = "#7FBBB3" },
- { name = "d", text = "", fg = "#E67E80" },
- { name = "d.ts", text = "", fg = "#DBBC7F" },
- { name = "dart", text = "", fg = "#7FBBB3" },
- { name = "db", text = "", fg = "#83C092" },
- { name = "dconf", text = "", fg = "#83C092" },
- { name = "desktop", text = "", fg = "#D699B6" },
- { name = "diff", text = "", fg = "#374145" },
- { name = "dll", text = "", fg = "#E67E80" },
- { name = "doc", text = "󰈬", fg = "#7FBBB3" },
- { name = "Dockerfile", text = "󰡨", fg = "#7FBBB3" },
- { name = "dockerignore", text = "󰡨", fg = "#7FBBB3" },
- { name = "docx", text = "󰈬", fg = "#7FBBB3" },
- { name = "dot", text = "󱁉", fg = "#7FBBB3" },
- { name = "download", text = "", fg = "#83C092" },
- { name = "drl", text = "", fg = "#E67E80" },
- { name = "dropbox", text = "", fg = "#7FBBB3" },
- { name = "dump", text = "", fg = "#83C092" },
- { name = "dwg", text = "󰻫", fg = "#DBBC7F" },
- { name = "dxf", text = "󰻫", fg = "#DBBC7F" },
- { name = "ebook", text = "", fg = "#DBBC7F" },
- { name = "ebuild", text = "", fg = "#D699B6" },
- { name = "edn", text = "", fg = "#7FBBB3" },
- { name = "eex", text = "", fg = "#D699B6" },
- { name = "ejs", text = "", fg = "#DBBC7F" },
- { name = "el", text = "", fg = "#D699B6" },
- { name = "elc", text = "", fg = "#D699B6" },
- { name = "elf", text = "", fg = "#E67E80" },
- { name = "elm", text = "", fg = "#7FBBB3" },
- { name = "eln", text = "", fg = "#D699B6" },
- { name = "env", text = "", fg = "#DBBC7F" },
- { name = "eot", text = "", fg = "#D3C6AA" },
- { name = "epp", text = "", fg = "#DBBC7F" },
- { name = "epub", text = "", fg = "#DBBC7F" },
- { name = "erb", text = "", fg = "#E67E80" },
- { name = "erl", text = "", fg = "#D699B6" },
- { name = "ex", text = "", fg = "#D699B6" },
- { name = "exe", text = "", fg = "#E67E80" },
- { name = "exs", text = "", fg = "#D699B6" },
- { name = "f#", text = "", fg = "#7FBBB3" },
- { name = "f3d", text = "󰻫", fg = "#DBBC7F" },
- { name = "f90", text = "󱈚", fg = "#D699B6" },
- { name = "fbx", text = "󰆧", fg = "#D699B6" },
- { name = "fcbak", text = "", fg = "#E67E80" },
- { name = "fcmacro", text = "", fg = "#E67E80" },
- { name = "fcmat", text = "", fg = "#E67E80" },
- { name = "fcparam", text = "", fg = "#E67E80" },
- { name = "fcscript", text = "", fg = "#E67E80" },
- { name = "fcstd", text = "", fg = "#E67E80" },
- { name = "fcstd1", text = "", fg = "#E67E80" },
- { name = "fctb", text = "", fg = "#E67E80" },
- { name = "fctl", text = "", fg = "#E67E80" },
- { name = "fdmdownload", text = "", fg = "#83C092" },
- { name = "feature", text = "", fg = "#A7C080" },
- { name = "fish", text = "", fg = "#374145" },
- { name = "flac", text = "", fg = "#7FBBB3" },
- { name = "flc", text = "", fg = "#D3C6AA" },
- { name = "flf", text = "", fg = "#D3C6AA" },
- { name = "fnl", text = "", fg = "#DBBC7F" },
- { name = "fodg", text = "", fg = "#DBBC7F" },
- { name = "fodp", text = "", fg = "#DBBC7F" },
- { name = "fods", text = "", fg = "#A7C080" },
- { name = "fodt", text = "", fg = "#7FBBB3" },
- { name = "frag", text = "", fg = "#83C092" },
- { name = "fs", text = "", fg = "#7FBBB3" },
- { name = "fsi", text = "", fg = "#7FBBB3" },
- { name = "fsscript", text = "", fg = "#7FBBB3" },
- { name = "fsx", text = "", fg = "#7FBBB3" },
- { name = "gcode", text = "󰐫", fg = "#7FBBB3" },
- { name = "gd", text = "", fg = "#374145" },
- { name = "gemspec", text = "", fg = "#E67E80" },
- { name = "geom", text = "", fg = "#83C092" },
- { name = "gif", text = "", fg = "#D699B6" },
- { name = "git", text = "", fg = "#E67E80" },
- { name = "glb", text = "", fg = "#DBBC7F" },
- { name = "gleam", text = "", fg = "#D699B6" },
- { name = "glsl", text = "", fg = "#83C092" },
- { name = "gnumakefile", text = "", fg = "#374145" },
- { name = "go", text = "", fg = "#83C092" },
- { name = "godot", text = "", fg = "#374145" },
- { name = "gpr", text = "", fg = "#374145" },
- { name = "gql", text = "", fg = "#D699B6" },
- { name = "gradle", text = "", fg = "#7FBBB3" },
- { name = "graphql", text = "", fg = "#D699B6" },
- { name = "gresource", text = "", fg = "#83C092" },
- { name = "gv", text = "󱁉", fg = "#7FBBB3" },
- { name = "gz", text = "", fg = "#DBBC7F" },
- { name = "h", text = "", fg = "#D699B6" },
- { name = "haml", text = "", fg = "#D3C6AA" },
- { name = "hbs", text = "", fg = "#E67E80" },
- { name = "heex", text = "", fg = "#D699B6" },
- { name = "hex", text = "", fg = "#7FBBB3" },
- { name = "hh", text = "", fg = "#D699B6" },
- { name = "hpp", text = "", fg = "#D699B6" },
- { name = "hrl", text = "", fg = "#D699B6" },
- { name = "hs", text = "", fg = "#D699B6" },
- { name = "htm", text = "", fg = "#E67E80" },
- { name = "html", text = "", fg = "#E67E80" },
- { name = "http", text = "", fg = "#7FBBB3" },
- { name = "huff", text = "󰡘", fg = "#D699B6" },
- { name = "hurl", text = "", fg = "#D699B6" },
- { name = "hx", text = "", fg = "#DBBC7F" },
- { name = "hxx", text = "", fg = "#D699B6" },
- { name = "ical", text = "", fg = "#7FBBB3" },
- { name = "icalendar", text = "", fg = "#7FBBB3" },
- { name = "ico", text = "", fg = "#DBBC7F" },
- { name = "ics", text = "", fg = "#7FBBB3" },
- { name = "ifb", text = "", fg = "#7FBBB3" },
- { name = "ifc", text = "󰻫", fg = "#DBBC7F" },
- { name = "ige", text = "󰻫", fg = "#DBBC7F" },
- { name = "iges", text = "󰻫", fg = "#DBBC7F" },
- { name = "igs", text = "󰻫", fg = "#DBBC7F" },
- { name = "image", text = "", fg = "#E67E80" },
- { name = "img", text = "", fg = "#E67E80" },
- { name = "import", text = "", fg = "#D3C6AA" },
- { name = "info", text = "", fg = "#DBBC7F" },
- { name = "ini", text = "", fg = "#374145" },
- { name = "ino", text = "", fg = "#83C092" },
- { name = "ipynb", text = "", fg = "#DBBC7F" },
- { name = "iso", text = "", fg = "#E67E80" },
- { name = "ixx", text = "", fg = "#7FBBB3" },
- { name = "jar", text = "", fg = "#DBBC7F" },
- { name = "java", text = "", fg = "#E67E80" },
- { name = "jl", text = "", fg = "#D699B6" },
- { name = "jpeg", text = "", fg = "#D699B6" },
- { name = "jpg", text = "", fg = "#D699B6" },
- { name = "js", text = "", fg = "#DBBC7F" },
- { name = "json", text = "", fg = "#DBBC7F" },
- { name = "json5", text = "", fg = "#DBBC7F" },
- { name = "jsonc", text = "", fg = "#DBBC7F" },
- { name = "jsx", text = "", fg = "#83C092" },
- { name = "jwmrc", text = "", fg = "#7FBBB3" },
- { name = "jxl", text = "", fg = "#D699B6" },
- { name = "kbx", text = "󰯄", fg = "#374145" },
- { name = "kdb", text = "", fg = "#A7C080" },
- { name = "kdbx", text = "", fg = "#A7C080" },
- { name = "kdenlive", text = "", fg = "#83C092" },
- { name = "kdenlivetitle", text = "", fg = "#83C092" },
- { name = "kicad_dru", text = "", fg = "#83C092" },
- { name = "kicad_mod", text = "", fg = "#83C092" },
- { name = "kicad_pcb", text = "", fg = "#83C092" },
- { name = "kicad_prl", text = "", fg = "#83C092" },
- { name = "kicad_pro", text = "", fg = "#83C092" },
- { name = "kicad_sch", text = "", fg = "#83C092" },
- { name = "kicad_sym", text = "", fg = "#83C092" },
- { name = "kicad_wks", text = "", fg = "#83C092" },
- { name = "ko", text = "", fg = "#D3C6AA" },
- { name = "kpp", text = "", fg = "#D699B6" },
- { name = "kra", text = "", fg = "#D699B6" },
- { name = "krz", text = "", fg = "#D699B6" },
- { name = "ksh", text = "", fg = "#374145" },
- { name = "kt", text = "", fg = "#7FBBB3" },
- { name = "kts", text = "", fg = "#7FBBB3" },
- { name = "lck", text = "", fg = "#D3C6AA" },
- { name = "leex", text = "", fg = "#D699B6" },
- { name = "less", text = "", fg = "#D699B6" },
- { name = "lff", text = "", fg = "#D3C6AA" },
- { name = "lhs", text = "", fg = "#D699B6" },
- { name = "lib", text = "", fg = "#E67E80" },
- { name = "license", text = "", fg = "#DBBC7F" },
- { name = "liquid", text = "", fg = "#DBBC7F" },
- { name = "lock", text = "", fg = "#D3C6AA" },
- { name = "log", text = "󰌱", fg = "#D3C6AA" },
- { name = "lrc", text = "󰨖", fg = "#DBBC7F" },
- { name = "lua", text = "", fg = "#7FBBB3" },
- { name = "luac", text = "", fg = "#7FBBB3" },
- { name = "luau", text = "", fg = "#7FBBB3" },
- { name = "m", text = "", fg = "#7FBBB3" },
- { name = "m3u", text = "󰲹", fg = "#D699B6" },
- { name = "m3u8", text = "󰲹", fg = "#D699B6" },
- { name = "m4a", text = "", fg = "#7FBBB3" },
- { name = "m4v", text = "", fg = "#DBBC7F" },
- { name = "magnet", text = "", fg = "#E67E80" },
- { name = "makefile", text = "", fg = "#374145" },
- { name = "markdown", text = "", fg = "#D3C6AA" },
- { name = "material", text = "", fg = "#D699B6" },
- { name = "md", text = "", fg = "#D3C6AA" },
- { name = "md5", text = "󰕥", fg = "#D699B6" },
- { name = "mdx", text = "", fg = "#7FBBB3" },
- { name = "mint", text = "󰌪", fg = "#A7C080" },
- { name = "mjs", text = "", fg = "#DBBC7F" },
- { name = "mk", text = "", fg = "#374145" },
- { name = "mkv", text = "", fg = "#DBBC7F" },
- { name = "ml", text = "", fg = "#DBBC7F" },
- { name = "mli", text = "", fg = "#DBBC7F" },
- { name = "mm", text = "", fg = "#7FBBB3" },
- { name = "mo", text = "", fg = "#D699B6" },
- { name = "mobi", text = "", fg = "#DBBC7F" },
- { name = "mojo", text = "", fg = "#E67E80" },
- { name = "mov", text = "", fg = "#DBBC7F" },
- { name = "mp3", text = "", fg = "#7FBBB3" },
- { name = "mp4", text = "", fg = "#DBBC7F" },
- { name = "mpp", text = "", fg = "#7FBBB3" },
- { name = "msf", text = "", fg = "#7FBBB3" },
- { name = "mts", text = "", fg = "#7FBBB3" },
- { name = "mustache", text = "", fg = "#DBBC7F" },
- { name = "nfo", text = "", fg = "#DBBC7F" },
- { name = "nim", text = "", fg = "#DBBC7F" },
- { name = "nix", text = "", fg = "#83C092" },
- { name = "norg", text = "", fg = "#7FBBB3" },
- { name = "nswag", text = "", fg = "#A7C080" },
- { name = "nu", text = "", fg = "#83C092" },
- { name = "o", text = "", fg = "#E67E80" },
- { name = "obj", text = "󰆧", fg = "#D699B6" },
- { name = "odf", text = "", fg = "#E67E80" },
- { name = "odg", text = "", fg = "#DBBC7F" },
- { name = "odin", text = "󰟢", fg = "#7FBBB3" },
- { name = "odp", text = "", fg = "#DBBC7F" },
- { name = "ods", text = "", fg = "#A7C080" },
- { name = "odt", text = "", fg = "#7FBBB3" },
- { name = "oga", text = "", fg = "#7FBBB3" },
- { name = "ogg", text = "", fg = "#7FBBB3" },
- { name = "ogv", text = "", fg = "#DBBC7F" },
- { name = "ogx", text = "", fg = "#DBBC7F" },
- { name = "opus", text = "", fg = "#7FBBB3" },
- { name = "org", text = "", fg = "#83C092" },
- { name = "otf", text = "", fg = "#D3C6AA" },
- { name = "out", text = "", fg = "#E67E80" },
- { name = "part", text = "", fg = "#83C092" },
- { name = "patch", text = "", fg = "#374145" },
- { name = "pck", text = "", fg = "#374145" },
- { name = "pcm", text = "", fg = "#7FBBB3" },
- { name = "pdf", text = "", fg = "#E67E80" },
- { name = "php", text = "", fg = "#D699B6" },
- { name = "pl", text = "", fg = "#7FBBB3" },
- { name = "pls", text = "󰲹", fg = "#D699B6" },
- { name = "ply", text = "󰆧", fg = "#D699B6" },
- { name = "pm", text = "", fg = "#7FBBB3" },
- { name = "png", text = "", fg = "#D699B6" },
- { name = "po", text = "", fg = "#7FBBB3" },
- { name = "pot", text = "", fg = "#7FBBB3" },
- { name = "pp", text = "", fg = "#DBBC7F" },
- { name = "ppt", text = "󰈧", fg = "#E67E80" },
- { name = "pptx", text = "󰈧", fg = "#E67E80" },
- { name = "prisma", text = "", fg = "#7FBBB3" },
- { name = "pro", text = "", fg = "#DBBC7F" },
- { name = "ps1", text = "󰨊", fg = "#7FBBB3" },
- { name = "psb", text = "", fg = "#7FBBB3" },
- { name = "psd", text = "", fg = "#7FBBB3" },
- { name = "psd1", text = "󰨊", fg = "#7FBBB3" },
- { name = "psm1", text = "󰨊", fg = "#7FBBB3" },
- { name = "pub", text = "󰷖", fg = "#DBBC7F" },
- { name = "pxd", text = "", fg = "#7FBBB3" },
- { name = "pxi", text = "", fg = "#7FBBB3" },
- { name = "py", text = "", fg = "#DBBC7F" },
- { name = "pyc", text = "", fg = "#DBBC7F" },
- { name = "pyd", text = "", fg = "#DBBC7F" },
- { name = "pyi", text = "", fg = "#DBBC7F" },
- { name = "pyo", text = "", fg = "#DBBC7F" },
- { name = "pyw", text = "", fg = "#7FBBB3" },
- { name = "pyx", text = "", fg = "#7FBBB3" },
- { name = "qm", text = "", fg = "#7FBBB3" },
- { name = "qml", text = "", fg = "#A7C080" },
- { name = "qrc", text = "", fg = "#A7C080" },
- { name = "qss", text = "", fg = "#A7C080" },
- { name = "query", text = "", fg = "#A7C080" },
- { name = "r", text = "󰟔", fg = "#7FBBB3" },
- { name = "R", text = "󰟔", fg = "#7FBBB3" },
- { name = "rake", text = "", fg = "#E67E80" },
- { name = "rar", text = "", fg = "#DBBC7F" },
- { name = "rasi", text = "", fg = "#DBBC7F" },
- { name = "razor", text = "󱦘", fg = "#D699B6" },
- { name = "rb", text = "", fg = "#E67E80" },
- { name = "res", text = "", fg = "#E67E80" },
- { name = "resi", text = "", fg = "#E67E80" },
- { name = "rlib", text = "", fg = "#E67E80" },
- { name = "rmd", text = "", fg = "#7FBBB3" },
- { name = "rproj", text = "󰗆", fg = "#A7C080" },
- { name = "rs", text = "", fg = "#E67E80" },
- { name = "rss", text = "", fg = "#DBBC7F" },
- { name = "s", text = "", fg = "#7FBBB3" },
- { name = "sass", text = "", fg = "#E67E80" },
- { name = "sbt", text = "", fg = "#E67E80" },
- { name = "sc", text = "", fg = "#E67E80" },
- { name = "scad", text = "", fg = "#DBBC7F" },
- { name = "scala", text = "", fg = "#E67E80" },
- { name = "scm", text = "󰘧", fg = "#D3C6AA" },
- { name = "scss", text = "", fg = "#E67E80" },
- { name = "sh", text = "", fg = "#374145" },
- { name = "sha1", text = "󰕥", fg = "#D699B6" },
- { name = "sha224", text = "󰕥", fg = "#D699B6" },
- { name = "sha256", text = "󰕥", fg = "#D699B6" },
- { name = "sha384", text = "󰕥", fg = "#D699B6" },
- { name = "sha512", text = "󰕥", fg = "#D699B6" },
- { name = "sig", text = "󰘧", fg = "#DBBC7F" },
- { name = "signature", text = "󰘧", fg = "#DBBC7F" },
- { name = "skp", text = "󰻫", fg = "#DBBC7F" },
- { name = "sldasm", text = "󰻫", fg = "#DBBC7F" },
- { name = "sldprt", text = "󰻫", fg = "#DBBC7F" },
- { name = "slim", text = "", fg = "#E67E80" },
- { name = "sln", text = "", fg = "#D699B6" },
- { name = "slnx", text = "", fg = "#D699B6" },
- { name = "slvs", text = "󰻫", fg = "#DBBC7F" },
- { name = "sml", text = "󰘧", fg = "#DBBC7F" },
- { name = "so", text = "", fg = "#D3C6AA" },
- { name = "sol", text = "", fg = "#7FBBB3" },
- { name = "spec.js", text = "", fg = "#DBBC7F" },
- { name = "spec.jsx", text = "", fg = "#83C092" },
- { name = "spec.ts", text = "", fg = "#7FBBB3" },
- { name = "spec.tsx", text = "", fg = "#7FBBB3" },
- { name = "spx", text = "", fg = "#7FBBB3" },
- { name = "sql", text = "", fg = "#83C092" },
- { name = "sqlite", text = "", fg = "#83C092" },
- { name = "sqlite3", text = "", fg = "#83C092" },
- { name = "srt", text = "󰨖", fg = "#DBBC7F" },
- { name = "ssa", text = "󰨖", fg = "#DBBC7F" },
- { name = "ste", text = "󰻫", fg = "#DBBC7F" },
- { name = "step", text = "󰻫", fg = "#DBBC7F" },
- { name = "stl", text = "󰆧", fg = "#D699B6" },
- { name = "stories.js", text = "", fg = "#E67E80" },
- { name = "stories.jsx", text = "", fg = "#E67E80" },
- { name = "stories.mjs", text = "", fg = "#E67E80" },
- { name = "stories.svelte", text = "", fg = "#E67E80" },
- { name = "stories.ts", text = "", fg = "#E67E80" },
- { name = "stories.tsx", text = "", fg = "#E67E80" },
- { name = "stories.vue", text = "", fg = "#E67E80" },
- { name = "stp", text = "󰻫", fg = "#DBBC7F" },
- { name = "strings", text = "", fg = "#7FBBB3" },
- { name = "styl", text = "", fg = "#A7C080" },
- { name = "sub", text = "󰨖", fg = "#DBBC7F" },
- { name = "sublime", text = "", fg = "#DBBC7F" },
- { name = "suo", text = "", fg = "#D699B6" },
- { name = "sv", text = "󰍛", fg = "#A7C080" },
- { name = "svelte", text = "", fg = "#E67E80" },
- { name = "svg", text = "󰜡", fg = "#DBBC7F" },
- { name = "svgz", text = "󰜡", fg = "#DBBC7F" },
- { name = "svh", text = "󰍛", fg = "#A7C080" },
- { name = "swift", text = "", fg = "#DBBC7F" },
- { name = "t", text = "", fg = "#7FBBB3" },
- { name = "tbc", text = "󰛓", fg = "#7FBBB3" },
- { name = "tcl", text = "󰛓", fg = "#7FBBB3" },
- { name = "templ", text = "", fg = "#DBBC7F" },
- { name = "terminal", text = "", fg = "#A7C080" },
- { name = "test.js", text = "", fg = "#DBBC7F" },
- { name = "test.jsx", text = "", fg = "#83C092" },
- { name = "test.ts", text = "", fg = "#7FBBB3" },
- { name = "test.tsx", text = "", fg = "#7FBBB3" },
- { name = "tex", text = "", fg = "#A7C080" },
- { name = "tf", text = "", fg = "#D699B6" },
- { name = "tfvars", text = "", fg = "#D699B6" },
- { name = "tgz", text = "", fg = "#DBBC7F" },
- { name = "tmpl", text = "", fg = "#DBBC7F" },
- { name = "tmux", text = "", fg = "#A7C080" },
- { name = "toml", text = "", fg = "#E67E80" },
- { name = "torrent", text = "", fg = "#83C092" },
- { name = "tres", text = "", fg = "#374145" },
- { name = "ts", text = "", fg = "#7FBBB3" },
- { name = "tscn", text = "", fg = "#374145" },
- { name = "tsconfig", text = "", fg = "#DBBC7F" },
- { name = "tsx", text = "", fg = "#7FBBB3" },
- { name = "ttf", text = "", fg = "#D3C6AA" },
- { name = "twig", text = "", fg = "#A7C080" },
- { name = "txt", text = "󰈙", fg = "#A7C080" },
- { name = "txz", text = "", fg = "#DBBC7F" },
- { name = "typ", text = "", fg = "#83C092" },
- { name = "typoscript", text = "", fg = "#DBBC7F" },
- { name = "ui", text = "", fg = "#7FBBB3" },
- { name = "v", text = "󰍛", fg = "#A7C080" },
- { name = "vala", text = "", fg = "#D699B6" },
- { name = "vert", text = "", fg = "#83C092" },
- { name = "vh", text = "󰍛", fg = "#A7C080" },
- { name = "vhd", text = "󰍛", fg = "#A7C080" },
- { name = "vhdl", text = "󰍛", fg = "#A7C080" },
- { name = "vi", text = "", fg = "#DBBC7F" },
- { name = "vim", text = "", fg = "#A7C080" },
- { name = "vsh", text = "", fg = "#83C092" },
- { name = "vsix", text = "", fg = "#D699B6" },
- { name = "vue", text = "", fg = "#A7C080" },
- { name = "wasm", text = "", fg = "#7FBBB3" },
- { name = "wav", text = "", fg = "#7FBBB3" },
- { name = "webm", text = "", fg = "#DBBC7F" },
- { name = "webmanifest", text = "", fg = "#DBBC7F" },
- { name = "webp", text = "", fg = "#D699B6" },
- { name = "webpack", text = "󰜫", fg = "#7FBBB3" },
- { name = "wma", text = "", fg = "#7FBBB3" },
- { name = "wmv", text = "", fg = "#DBBC7F" },
- { name = "woff", text = "", fg = "#D3C6AA" },
- { name = "woff2", text = "", fg = "#D3C6AA" },
- { name = "wrl", text = "󰆧", fg = "#D699B6" },
- { name = "wrz", text = "󰆧", fg = "#D699B6" },
- { name = "wv", text = "", fg = "#7FBBB3" },
- { name = "wvc", text = "", fg = "#7FBBB3" },
- { name = "x", text = "", fg = "#7FBBB3" },
- { name = "xaml", text = "󰙳", fg = "#D699B6" },
- { name = "xcf", text = "", fg = "#374145" },
- { name = "xcplayground", text = "", fg = "#DBBC7F" },
- { name = "xcstrings", text = "", fg = "#7FBBB3" },
- { name = "xls", text = "󰈛", fg = "#A7C080" },
- { name = "xlsx", text = "󰈛", fg = "#A7C080" },
- { name = "xm", text = "", fg = "#7FBBB3" },
- { name = "xml", text = "󰗀", fg = "#DBBC7F" },
- { name = "xpi", text = "", fg = "#E67E80" },
- { name = "xul", text = "", fg = "#DBBC7F" },
- { name = "xz", text = "", fg = "#DBBC7F" },
- { name = "yaml", text = "", fg = "#374145" },
- { name = "yml", text = "", fg = "#374145" },
- { name = "zig", text = "", fg = "#DBBC7F" },
- { name = "zip", text = "", fg = "#DBBC7F" },
- { name = "zsh", text = "", fg = "#A7C080" },
- { name = "zst", text = "", fg = "#DBBC7F" },
- { name = "🔥", text = "", fg = "#E67E80" },
-]
+# [icon]
+#
+# files = [
+# { name = ".babelrc", text = "", fg = "#DBBC7F" },
+# { name = ".bash_profile", text = "", fg = "#A7C080" },
+# { name = ".bashrc", text = "", fg = "#A7C080" },
+# { name = ".clang-format", text = "", fg = "#374145" },
+# { name = ".clang-tidy", text = "", fg = "#374145" },
+# { name = ".codespellrc", text = "󰓆", fg = "#A7C080" },
+# { name = ".condarc", text = "", fg = "#A7C080" },
+# { name = ".dockerignore", text = "󰡨", fg = "#7FBBB3" },
+# { name = ".ds_store", text = "", fg = "#374145" },
+# { name = ".editorconfig", text = "", fg = "#D3C6AA" },
+# { name = ".env", text = "", fg = "#DBBC7F" },
+# { name = ".eslintignore", text = "", fg = "#D699B6" },
+# { name = ".eslintrc", text = "", fg = "#D699B6" },
+# { name = ".git-blame-ignore-revs", text = "", fg = "#E67E80" },
+# { name = ".gitattributes", text = "", fg = "#E67E80" },
+# { name = ".gitconfig", text = "", fg = "#E67E80" },
+# { name = ".gitignore", text = "", fg = "#E67E80" },
+# { name = ".gitlab-ci.yml", text = "", fg = "#E67E80" },
+# { name = ".gitmodules", text = "", fg = "#E67E80" },
+# { name = ".gtkrc-2.0", text = "", fg = "#83C092" },
+# { name = ".gvimrc", text = "", fg = "#A7C080" },
+# { name = ".justfile", text = "", fg = "#374145" },
+# { name = ".luacheckrc", text = "", fg = "#7FBBB3" },
+# { name = ".luaurc", text = "", fg = "#7FBBB3" },
+# { name = ".mailmap", text = "󰊢", fg = "#E67E80" },
+# { name = ".nanorc", text = "", fg = "#D699B6" },
+# { name = ".npmignore", text = "", fg = "#D699B6" },
+# { name = ".npmrc", text = "", fg = "#D699B6" },
+# { name = ".nuxtrc", text = "󱄆", fg = "#A7C080" },
+# { name = ".nvmrc", text = "", fg = "#A7C080" },
+# { name = ".pnpmfile.cjs", text = "", fg = "#DBBC7F" },
+# { name = ".pre-commit-config.yaml", text = "󰛢", fg = "#DBBC7F" },
+# { name = ".prettierignore", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.cjs", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.js", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.json", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.json5", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.mjs", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.toml", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.yaml", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.yml", text = "", fg = "#7FBBB3" },
+# { name = ".pylintrc", text = "", fg = "#374145" },
+# { name = ".settings.json", text = "", fg = "#D699B6" },
+# { name = ".SRCINFO", text = "󰣇", fg = "#83C092" },
+# { name = ".vimrc", text = "", fg = "#A7C080" },
+# { name = ".Xauthority", text = "", fg = "#E67E80" },
+# { name = ".xinitrc", text = "", fg = "#E67E80" },
+# { name = ".Xresources", text = "", fg = "#E67E80" },
+# { name = ".xsession", text = "", fg = "#E67E80" },
+# { name = ".zprofile", text = "", fg = "#A7C080" },
+# { name = ".zshenv", text = "", fg = "#A7C080" },
+# { name = ".zshrc", text = "", fg = "#A7C080" },
+# { name = "_gvimrc", text = "", fg = "#A7C080" },
+# { name = "_vimrc", text = "", fg = "#A7C080" },
+# { name = "AUTHORS", text = "", fg = "#D699B6" },
+# { name = "AUTHORS.txt", text = "", fg = "#D699B6" },
+# { name = "brewfile", text = "", fg = "#E67E80" },
+# { name = "bspwmrc", text = "", fg = "#374145" },
+# { name = "build", text = "", fg = "#A7C080" },
+# { name = "build.gradle", text = "", fg = "#7FBBB3" },
+# { name = "build.zig.zon", text = "", fg = "#DBBC7F" },
+# { name = "bun.lock", text = "", fg = "#D3C6AA" },
+# { name = "bun.lockb", text = "", fg = "#D3C6AA" },
+# { name = "cantorrc", text = "", fg = "#7FBBB3" },
+# { name = "checkhealth", text = "󰓙", fg = "#7FBBB3" },
+# { name = "cmakelists.txt", text = "", fg = "#D3C6AA" },
+# { name = "code_of_conduct", text = "", fg = "#D699B6" },
+# { name = "code_of_conduct.md", text = "", fg = "#D699B6" },
+# { name = "commit_editmsg", text = "", fg = "#E67E80" },
+# { name = "commitlint.config.js", text = "󰜘", fg = "#83C092" },
+# { name = "commitlint.config.ts", text = "󰜘", fg = "#83C092" },
+# { name = "compose.yaml", text = "󰡨", fg = "#7FBBB3" },
+# { name = "compose.yml", text = "󰡨", fg = "#7FBBB3" },
+# { name = "config", text = "", fg = "#374145" },
+# { name = "containerfile", text = "󰡨", fg = "#7FBBB3" },
+# { name = "copying", text = "", fg = "#DBBC7F" },
+# { name = "copying.lesser", text = "", fg = "#DBBC7F" },
+# { name = "Directory.Build.props", text = "", fg = "#7FBBB3" },
+# { name = "Directory.Build.targets", text = "", fg = "#7FBBB3" },
+# { name = "Directory.Packages.props", text = "", fg = "#7FBBB3" },
+# { name = "docker-compose.yaml", text = "󰡨", fg = "#7FBBB3" },
+# { name = "docker-compose.yml", text = "󰡨", fg = "#7FBBB3" },
+# { name = "dockerfile", text = "󰡨", fg = "#7FBBB3" },
+# { name = "eslint.config.cjs", text = "", fg = "#D699B6" },
+# { name = "eslint.config.js", text = "", fg = "#D699B6" },
+# { name = "eslint.config.mjs", text = "", fg = "#D699B6" },
+# { name = "eslint.config.ts", text = "", fg = "#D699B6" },
+# { name = "ext_typoscript_setup.txt", text = "", fg = "#DBBC7F" },
+# { name = "favicon.ico", text = "", fg = "#DBBC7F" },
+# { name = "fp-info-cache", text = "", fg = "#83C092" },
+# { name = "fp-lib-table", text = "", fg = "#83C092" },
+# { name = "FreeCAD.conf", text = "", fg = "#E67E80" },
+# { name = "Gemfile", text = "", fg = "#E67E80" },
+# { name = "gnumakefile", text = "", fg = "#374145" },
+# { name = "go.mod", text = "", fg = "#83C092" },
+# { name = "go.sum", text = "", fg = "#83C092" },
+# { name = "go.work", text = "", fg = "#83C092" },
+# { name = "gradle-wrapper.properties", text = "", fg = "#7FBBB3" },
+# { name = "gradle.properties", text = "", fg = "#7FBBB3" },
+# { name = "gradlew", text = "", fg = "#7FBBB3" },
+# { name = "groovy", text = "", fg = "#7FBBB3" },
+# { name = "gruntfile.babel.js", text = "", fg = "#DBBC7F" },
+# { name = "gruntfile.coffee", text = "", fg = "#DBBC7F" },
+# { name = "gruntfile.js", text = "", fg = "#DBBC7F" },
+# { name = "gruntfile.ts", text = "", fg = "#DBBC7F" },
+# { name = "gtkrc", text = "", fg = "#83C092" },
+# { name = "gulpfile.babel.js", text = "", fg = "#E67E80" },
+# { name = "gulpfile.coffee", text = "", fg = "#E67E80" },
+# { name = "gulpfile.js", text = "", fg = "#E67E80" },
+# { name = "gulpfile.ts", text = "", fg = "#E67E80" },
+# { name = "hypridle.conf", text = "", fg = "#83C092" },
+# { name = "hyprland.conf", text = "", fg = "#83C092" },
+# { name = "hyprlandd.conf", text = "", fg = "#83C092" },
+# { name = "hyprlock.conf", text = "", fg = "#83C092" },
+# { name = "hyprpaper.conf", text = "", fg = "#83C092" },
+# { name = "hyprsunset.conf", text = "", fg = "#83C092" },
+# { name = "i18n.config.js", text = "󰗊", fg = "#D699B6" },
+# { name = "i18n.config.ts", text = "󰗊", fg = "#D699B6" },
+# { name = "i3blocks.conf", text = "", fg = "#D3C6AA" },
+# { name = "i3status.conf", text = "", fg = "#D3C6AA" },
+# { name = "index.theme", text = "", fg = "#A7C080" },
+# { name = "ionic.config.json", text = "", fg = "#7FBBB3" },
+# { name = "Jenkinsfile", text = "", fg = "#E67E80" },
+# { name = "justfile", text = "", fg = "#374145" },
+# { name = "kalgebrarc", text = "", fg = "#7FBBB3" },
+# { name = "kdeglobals", text = "", fg = "#7FBBB3" },
+# { name = "kdenlive-layoutsrc", text = "", fg = "#83C092" },
+# { name = "kdenliverc", text = "", fg = "#83C092" },
+# { name = "kritadisplayrc", text = "", fg = "#D699B6" },
+# { name = "kritarc", text = "", fg = "#D699B6" },
+# { name = "license", text = "", fg = "#DBBC7F" },
+# { name = "license.md", text = "", fg = "#DBBC7F" },
+# { name = "lxde-rc.xml", text = "", fg = "#D3C6AA" },
+# { name = "lxqt.conf", text = "", fg = "#7FBBB3" },
+# { name = "makefile", text = "", fg = "#374145" },
+# { name = "mix.lock", text = "", fg = "#D699B6" },
+# { name = "mpv.conf", text = "", fg = "#D699B6" },
+# { name = "next.config.cjs", text = "", fg = "#83C092" },
+# { name = "next.config.js", text = "", fg = "#83C092" },
+# { name = "next.config.ts", text = "", fg = "#83C092" },
+# { name = "node_modules", text = "", fg = "#D699B6" },
+# { name = "nuxt.config.cjs", text = "󱄆", fg = "#A7C080" },
+# { name = "nuxt.config.js", text = "󱄆", fg = "#A7C080" },
+# { name = "nuxt.config.mjs", text = "󱄆", fg = "#A7C080" },
+# { name = "nuxt.config.ts", text = "󱄆", fg = "#A7C080" },
+# { name = "package-lock.json", text = "", fg = "#E67E80" },
+# { name = "package.json", text = "", fg = "#D699B6" },
+# { name = "PKGBUILD", text = "", fg = "#83C092" },
+# { name = "platformio.ini", text = "", fg = "#DBBC7F" },
+# { name = "playwright.config.cjs", text = "", fg = "#A7C080" },
+# { name = "playwright.config.cts", text = "", fg = "#A7C080" },
+# { name = "playwright.config.js", text = "", fg = "#A7C080" },
+# { name = "playwright.config.mjs", text = "", fg = "#A7C080" },
+# { name = "playwright.config.mts", text = "", fg = "#A7C080" },
+# { name = "playwright.config.ts", text = "", fg = "#A7C080" },
+# { name = "pnpm-lock.yaml", text = "", fg = "#DBBC7F" },
+# { name = "pnpm-workspace.yaml", text = "", fg = "#DBBC7F" },
+# { name = "pom.xml", text = "", fg = "#E67E80" },
+# { name = "prettier.config.cjs", text = "", fg = "#7FBBB3" },
+# { name = "prettier.config.js", text = "", fg = "#7FBBB3" },
+# { name = "prettier.config.mjs", text = "", fg = "#7FBBB3" },
+# { name = "prettier.config.ts", text = "", fg = "#7FBBB3" },
+# { name = "procfile", text = "", fg = "#D699B6" },
+# { name = "PrusaSlicer.ini", text = "", fg = "#E67E80" },
+# { name = "PrusaSlicerGcodeViewer.ini", text = "", fg = "#E67E80" },
+# { name = "py.typed", text = "", fg = "#DBBC7F" },
+# { name = "QtProject.conf", text = "", fg = "#A7C080" },
+# { name = "rakefile", text = "", fg = "#E67E80" },
+# { name = "readme", text = "󰂺", fg = "#D3C6AA" },
+# { name = "readme.md", text = "󰂺", fg = "#D3C6AA" },
+# { name = "rmd", text = "", fg = "#7FBBB3" },
+# { name = "robots.txt", text = "󰚩", fg = "#D699B6" },
+# { name = "security", text = "󰒃", fg = "#D3C6AA" },
+# { name = "security.md", text = "󰒃", fg = "#D3C6AA" },
+# { name = "settings.gradle", text = "", fg = "#7FBBB3" },
+# { name = "svelte.config.js", text = "", fg = "#E67E80" },
+# { name = "sxhkdrc", text = "", fg = "#374145" },
+# { name = "sym-lib-table", text = "", fg = "#83C092" },
+# { name = "tailwind.config.js", text = "󱏿", fg = "#83C092" },
+# { name = "tailwind.config.mjs", text = "󱏿", fg = "#83C092" },
+# { name = "tailwind.config.ts", text = "󱏿", fg = "#83C092" },
+# { name = "tmux.conf", text = "", fg = "#A7C080" },
+# { name = "tmux.conf.local", text = "", fg = "#A7C080" },
+# { name = "tsconfig.json", text = "", fg = "#7FBBB3" },
+# { name = "unlicense", text = "", fg = "#DBBC7F" },
+# { name = "vagrantfile", text = "", fg = "#7FBBB3" },
+# { name = "vercel.json", text = "", fg = "#83C092" },
+# { name = "vite.config.cjs", text = "", fg = "#DBBC7F" },
+# { name = "vite.config.cts", text = "", fg = "#DBBC7F" },
+# { name = "vite.config.js", text = "", fg = "#DBBC7F" },
+# { name = "vite.config.mjs", text = "", fg = "#DBBC7F" },
+# { name = "vite.config.mts", text = "", fg = "#DBBC7F" },
+# { name = "vite.config.ts", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.cjs", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.cts", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.js", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.mjs", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.mts", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.ts", text = "", fg = "#DBBC7F" },
+# { name = "vlcrc", text = "󰕼", fg = "#DBBC7F" },
+# { name = "webpack", text = "󰜫", fg = "#7FBBB3" },
+# { name = "weston.ini", text = "", fg = "#DBBC7F" },
+# { name = "workspace", text = "", fg = "#A7C080" },
+# { name = "wrangler.jsonc", text = "", fg = "#DBBC7F" },
+# { name = "wrangler.toml", text = "", fg = "#DBBC7F" },
+# { name = "xdph.conf", text = "", fg = "#83C092" },
+# { name = "xmobarrc", text = "", fg = "#E67E80" },
+# { name = "xmobarrc.hs", text = "", fg = "#E67E80" },
+# { name = "xmonad.hs", text = "", fg = "#E67E80" },
+# { name = "xorg.conf", text = "", fg = "#E67E80" },
+# { name = "xsettingsd.conf", text = "", fg = "#E67E80" },
+# ]
+# exts = [
+# { name = "3gp", text = "", fg = "#DBBC7F" },
+# { name = "3mf", text = "󰆧", fg = "#D699B6" },
+# { name = "7z", text = "", fg = "#DBBC7F" },
+# { name = "a", text = "", fg = "#D3C6AA" },
+# { name = "aac", text = "", fg = "#7FBBB3" },
+# { name = "ada", text = "", fg = "#7FBBB3" },
+# { name = "adb", text = "", fg = "#7FBBB3" },
+# { name = "ads", text = "", fg = "#D699B6" },
+# { name = "ai", text = "", fg = "#DBBC7F" },
+# { name = "aif", text = "", fg = "#7FBBB3" },
+# { name = "aiff", text = "", fg = "#7FBBB3" },
+# { name = "android", text = "", fg = "#A7C080" },
+# { name = "ape", text = "", fg = "#7FBBB3" },
+# { name = "apk", text = "", fg = "#A7C080" },
+# { name = "apl", text = "", fg = "#A7C080" },
+# { name = "app", text = "", fg = "#E67E80" },
+# { name = "applescript", text = "", fg = "#374145" },
+# { name = "asc", text = "󰦝", fg = "#374145" },
+# { name = "asm", text = "", fg = "#7FBBB3" },
+# { name = "ass", text = "󰨖", fg = "#DBBC7F" },
+# { name = "astro", text = "", fg = "#D699B6" },
+# { name = "avif", text = "", fg = "#D699B6" },
+# { name = "awk", text = "", fg = "#374145" },
+# { name = "azcli", text = "", fg = "#7FBBB3" },
+# { name = "bak", text = "󰁯", fg = "#374145" },
+# { name = "bash", text = "", fg = "#A7C080" },
+# { name = "bat", text = "", fg = "#A7C080" },
+# { name = "bazel", text = "", fg = "#A7C080" },
+# { name = "bib", text = "󱉟", fg = "#DBBC7F" },
+# { name = "bicep", text = "", fg = "#7FBBB3" },
+# { name = "bicepparam", text = "", fg = "#D699B6" },
+# { name = "bin", text = "", fg = "#E67E80" },
+# { name = "blade.php", text = "", fg = "#E67E80" },
+# { name = "blend", text = "󰂫", fg = "#DBBC7F" },
+# { name = "blp", text = "󰺾", fg = "#7FBBB3" },
+# { name = "bmp", text = "", fg = "#D699B6" },
+# { name = "bqn", text = "", fg = "#A7C080" },
+# { name = "brep", text = "󰻫", fg = "#DBBC7F" },
+# { name = "bz", text = "", fg = "#DBBC7F" },
+# { name = "bz2", text = "", fg = "#DBBC7F" },
+# { name = "bz3", text = "", fg = "#DBBC7F" },
+# { name = "bzl", text = "", fg = "#A7C080" },
+# { name = "c", text = "", fg = "#7FBBB3" },
+# { name = "c++", text = "", fg = "#E67E80" },
+# { name = "cache", text = "", fg = "#83C092" },
+# { name = "cast", text = "", fg = "#DBBC7F" },
+# { name = "cbl", text = "", fg = "#7FBBB3" },
+# { name = "cc", text = "", fg = "#E67E80" },
+# { name = "ccm", text = "", fg = "#E67E80" },
+# { name = "cfc", text = "", fg = "#83C092" },
+# { name = "cfg", text = "", fg = "#374145" },
+# { name = "cfm", text = "", fg = "#83C092" },
+# { name = "cjs", text = "", fg = "#DBBC7F" },
+# { name = "clj", text = "", fg = "#A7C080" },
+# { name = "cljc", text = "", fg = "#A7C080" },
+# { name = "cljd", text = "", fg = "#7FBBB3" },
+# { name = "cljs", text = "", fg = "#7FBBB3" },
+# { name = "cmake", text = "", fg = "#D3C6AA" },
+# { name = "cob", text = "", fg = "#7FBBB3" },
+# { name = "cobol", text = "", fg = "#7FBBB3" },
+# { name = "coffee", text = "", fg = "#DBBC7F" },
+# { name = "conda", text = "", fg = "#A7C080" },
+# { name = "conf", text = "", fg = "#374145" },
+# { name = "config.ru", text = "", fg = "#E67E80" },
+# { name = "cow", text = "󰆚", fg = "#DBBC7F" },
+# { name = "cp", text = "", fg = "#7FBBB3" },
+# { name = "cpp", text = "", fg = "#7FBBB3" },
+# { name = "cppm", text = "", fg = "#7FBBB3" },
+# { name = "cpy", text = "", fg = "#7FBBB3" },
+# { name = "cr", text = "", fg = "#D3C6AA" },
+# { name = "crdownload", text = "", fg = "#83C092" },
+# { name = "cs", text = "󰌛", fg = "#DBBC7F" },
+# { name = "csh", text = "", fg = "#374145" },
+# { name = "cshtml", text = "󱦗", fg = "#D699B6" },
+# { name = "cson", text = "", fg = "#DBBC7F" },
+# { name = "csproj", text = "󰪮", fg = "#D699B6" },
+# { name = "css", text = "", fg = "#D699B6" },
+# { name = "csv", text = "", fg = "#A7C080" },
+# { name = "cts", text = "", fg = "#7FBBB3" },
+# { name = "cu", text = "", fg = "#A7C080" },
+# { name = "cue", text = "󰲹", fg = "#D699B6" },
+# { name = "cuh", text = "", fg = "#D699B6" },
+# { name = "cxx", text = "", fg = "#7FBBB3" },
+# { name = "cxxm", text = "", fg = "#7FBBB3" },
+# { name = "d", text = "", fg = "#E67E80" },
+# { name = "d.ts", text = "", fg = "#DBBC7F" },
+# { name = "dart", text = "", fg = "#7FBBB3" },
+# { name = "db", text = "", fg = "#83C092" },
+# { name = "dconf", text = "", fg = "#83C092" },
+# { name = "desktop", text = "", fg = "#D699B6" },
+# { name = "diff", text = "", fg = "#374145" },
+# { name = "dll", text = "", fg = "#E67E80" },
+# { name = "doc", text = "󰈬", fg = "#7FBBB3" },
+# { name = "Dockerfile", text = "󰡨", fg = "#7FBBB3" },
+# { name = "dockerignore", text = "󰡨", fg = "#7FBBB3" },
+# { name = "docx", text = "󰈬", fg = "#7FBBB3" },
+# { name = "dot", text = "󱁉", fg = "#7FBBB3" },
+# { name = "download", text = "", fg = "#83C092" },
+# { name = "drl", text = "", fg = "#E67E80" },
+# { name = "dropbox", text = "", fg = "#7FBBB3" },
+# { name = "dump", text = "", fg = "#83C092" },
+# { name = "dwg", text = "󰻫", fg = "#DBBC7F" },
+# { name = "dxf", text = "󰻫", fg = "#DBBC7F" },
+# { name = "ebook", text = "", fg = "#DBBC7F" },
+# { name = "ebuild", text = "", fg = "#D699B6" },
+# { name = "edn", text = "", fg = "#7FBBB3" },
+# { name = "eex", text = "", fg = "#D699B6" },
+# { name = "ejs", text = "", fg = "#DBBC7F" },
+# { name = "el", text = "", fg = "#D699B6" },
+# { name = "elc", text = "", fg = "#D699B6" },
+# { name = "elf", text = "", fg = "#E67E80" },
+# { name = "elm", text = "", fg = "#7FBBB3" },
+# { name = "eln", text = "", fg = "#D699B6" },
+# { name = "env", text = "", fg = "#DBBC7F" },
+# { name = "eot", text = "", fg = "#D3C6AA" },
+# { name = "epp", text = "", fg = "#DBBC7F" },
+# { name = "epub", text = "", fg = "#DBBC7F" },
+# { name = "erb", text = "", fg = "#E67E80" },
+# { name = "erl", text = "", fg = "#D699B6" },
+# { name = "ex", text = "", fg = "#D699B6" },
+# { name = "exe", text = "", fg = "#E67E80" },
+# { name = "exs", text = "", fg = "#D699B6" },
+# { name = "f#", text = "", fg = "#7FBBB3" },
+# { name = "f3d", text = "󰻫", fg = "#DBBC7F" },
+# { name = "f90", text = "󱈚", fg = "#D699B6" },
+# { name = "fbx", text = "󰆧", fg = "#D699B6" },
+# { name = "fcbak", text = "", fg = "#E67E80" },
+# { name = "fcmacro", text = "", fg = "#E67E80" },
+# { name = "fcmat", text = "", fg = "#E67E80" },
+# { name = "fcparam", text = "", fg = "#E67E80" },
+# { name = "fcscript", text = "", fg = "#E67E80" },
+# { name = "fcstd", text = "", fg = "#E67E80" },
+# { name = "fcstd1", text = "", fg = "#E67E80" },
+# { name = "fctb", text = "", fg = "#E67E80" },
+# { name = "fctl", text = "", fg = "#E67E80" },
+# { name = "fdmdownload", text = "", fg = "#83C092" },
+# { name = "feature", text = "", fg = "#A7C080" },
+# { name = "fish", text = "", fg = "#374145" },
+# { name = "flac", text = "", fg = "#7FBBB3" },
+# { name = "flc", text = "", fg = "#D3C6AA" },
+# { name = "flf", text = "", fg = "#D3C6AA" },
+# { name = "fnl", text = "", fg = "#DBBC7F" },
+# { name = "fodg", text = "", fg = "#DBBC7F" },
+# { name = "fodp", text = "", fg = "#DBBC7F" },
+# { name = "fods", text = "", fg = "#A7C080" },
+# { name = "fodt", text = "", fg = "#7FBBB3" },
+# { name = "frag", text = "", fg = "#83C092" },
+# { name = "fs", text = "", fg = "#7FBBB3" },
+# { name = "fsi", text = "", fg = "#7FBBB3" },
+# { name = "fsscript", text = "", fg = "#7FBBB3" },
+# { name = "fsx", text = "", fg = "#7FBBB3" },
+# { name = "gcode", text = "󰐫", fg = "#7FBBB3" },
+# { name = "gd", text = "", fg = "#374145" },
+# { name = "gemspec", text = "", fg = "#E67E80" },
+# { name = "geom", text = "", fg = "#83C092" },
+# { name = "gif", text = "", fg = "#D699B6" },
+# { name = "git", text = "", fg = "#E67E80" },
+# { name = "glb", text = "", fg = "#DBBC7F" },
+# { name = "gleam", text = "", fg = "#D699B6" },
+# { name = "glsl", text = "", fg = "#83C092" },
+# { name = "gnumakefile", text = "", fg = "#374145" },
+# { name = "go", text = "", fg = "#83C092" },
+# { name = "godot", text = "", fg = "#374145" },
+# { name = "gpr", text = "", fg = "#374145" },
+# { name = "gql", text = "", fg = "#D699B6" },
+# { name = "gradle", text = "", fg = "#7FBBB3" },
+# { name = "graphql", text = "", fg = "#D699B6" },
+# { name = "gresource", text = "", fg = "#83C092" },
+# { name = "gv", text = "󱁉", fg = "#7FBBB3" },
+# { name = "gz", text = "", fg = "#DBBC7F" },
+# { name = "h", text = "", fg = "#D699B6" },
+# { name = "haml", text = "", fg = "#D3C6AA" },
+# { name = "hbs", text = "", fg = "#E67E80" },
+# { name = "heex", text = "", fg = "#D699B6" },
+# { name = "hex", text = "", fg = "#7FBBB3" },
+# { name = "hh", text = "", fg = "#D699B6" },
+# { name = "hpp", text = "", fg = "#D699B6" },
+# { name = "hrl", text = "", fg = "#D699B6" },
+# { name = "hs", text = "", fg = "#D699B6" },
+# { name = "htm", text = "", fg = "#E67E80" },
+# { name = "html", text = "", fg = "#E67E80" },
+# { name = "http", text = "", fg = "#7FBBB3" },
+# { name = "huff", text = "󰡘", fg = "#D699B6" },
+# { name = "hurl", text = "", fg = "#D699B6" },
+# { name = "hx", text = "", fg = "#DBBC7F" },
+# { name = "hxx", text = "", fg = "#D699B6" },
+# { name = "ical", text = "", fg = "#7FBBB3" },
+# { name = "icalendar", text = "", fg = "#7FBBB3" },
+# { name = "ico", text = "", fg = "#DBBC7F" },
+# { name = "ics", text = "", fg = "#7FBBB3" },
+# { name = "ifb", text = "", fg = "#7FBBB3" },
+# { name = "ifc", text = "󰻫", fg = "#DBBC7F" },
+# { name = "ige", text = "󰻫", fg = "#DBBC7F" },
+# { name = "iges", text = "󰻫", fg = "#DBBC7F" },
+# { name = "igs", text = "󰻫", fg = "#DBBC7F" },
+# { name = "image", text = "", fg = "#E67E80" },
+# { name = "img", text = "", fg = "#E67E80" },
+# { name = "import", text = "", fg = "#D3C6AA" },
+# { name = "info", text = "", fg = "#DBBC7F" },
+# { name = "ini", text = "", fg = "#374145" },
+# { name = "ino", text = "", fg = "#83C092" },
+# { name = "ipynb", text = "", fg = "#DBBC7F" },
+# { name = "iso", text = "", fg = "#E67E80" },
+# { name = "ixx", text = "", fg = "#7FBBB3" },
+# { name = "jar", text = "", fg = "#DBBC7F" },
+# { name = "java", text = "", fg = "#E67E80" },
+# { name = "jl", text = "", fg = "#D699B6" },
+# { name = "jpeg", text = "", fg = "#D699B6" },
+# { name = "jpg", text = "", fg = "#D699B6" },
+# { name = "js", text = "", fg = "#DBBC7F" },
+# { name = "json", text = "", fg = "#DBBC7F" },
+# { name = "json5", text = "", fg = "#DBBC7F" },
+# { name = "jsonc", text = "", fg = "#DBBC7F" },
+# { name = "jsx", text = "", fg = "#83C092" },
+# { name = "jwmrc", text = "", fg = "#7FBBB3" },
+# { name = "jxl", text = "", fg = "#D699B6" },
+# { name = "kbx", text = "󰯄", fg = "#374145" },
+# { name = "kdb", text = "", fg = "#A7C080" },
+# { name = "kdbx", text = "", fg = "#A7C080" },
+# { name = "kdenlive", text = "", fg = "#83C092" },
+# { name = "kdenlivetitle", text = "", fg = "#83C092" },
+# { name = "kicad_dru", text = "", fg = "#83C092" },
+# { name = "kicad_mod", text = "", fg = "#83C092" },
+# { name = "kicad_pcb", text = "", fg = "#83C092" },
+# { name = "kicad_prl", text = "", fg = "#83C092" },
+# { name = "kicad_pro", text = "", fg = "#83C092" },
+# { name = "kicad_sch", text = "", fg = "#83C092" },
+# { name = "kicad_sym", text = "", fg = "#83C092" },
+# { name = "kicad_wks", text = "", fg = "#83C092" },
+# { name = "ko", text = "", fg = "#D3C6AA" },
+# { name = "kpp", text = "", fg = "#D699B6" },
+# { name = "kra", text = "", fg = "#D699B6" },
+# { name = "krz", text = "", fg = "#D699B6" },
+# { name = "ksh", text = "", fg = "#374145" },
+# { name = "kt", text = "", fg = "#7FBBB3" },
+# { name = "kts", text = "", fg = "#7FBBB3" },
+# { name = "lck", text = "", fg = "#D3C6AA" },
+# { name = "leex", text = "", fg = "#D699B6" },
+# { name = "less", text = "", fg = "#D699B6" },
+# { name = "lff", text = "", fg = "#D3C6AA" },
+# { name = "lhs", text = "", fg = "#D699B6" },
+# { name = "lib", text = "", fg = "#E67E80" },
+# { name = "license", text = "", fg = "#DBBC7F" },
+# { name = "liquid", text = "", fg = "#DBBC7F" },
+# { name = "lock", text = "", fg = "#D3C6AA" },
+# { name = "log", text = "󰌱", fg = "#D3C6AA" },
+# { name = "lrc", text = "󰨖", fg = "#DBBC7F" },
+# { name = "lua", text = "", fg = "#7FBBB3" },
+# { name = "luac", text = "", fg = "#7FBBB3" },
+# { name = "luau", text = "", fg = "#7FBBB3" },
+# { name = "m", text = "", fg = "#7FBBB3" },
+# { name = "m3u", text = "󰲹", fg = "#D699B6" },
+# { name = "m3u8", text = "󰲹", fg = "#D699B6" },
+# { name = "m4a", text = "", fg = "#7FBBB3" },
+# { name = "m4v", text = "", fg = "#DBBC7F" },
+# { name = "magnet", text = "", fg = "#E67E80" },
+# { name = "makefile", text = "", fg = "#374145" },
+# { name = "markdown", text = "", fg = "#D3C6AA" },
+# { name = "material", text = "", fg = "#D699B6" },
+# { name = "md", text = "", fg = "#D3C6AA" },
+# { name = "md5", text = "󰕥", fg = "#D699B6" },
+# { name = "mdx", text = "", fg = "#7FBBB3" },
+# { name = "mint", text = "󰌪", fg = "#A7C080" },
+# { name = "mjs", text = "", fg = "#DBBC7F" },
+# { name = "mk", text = "", fg = "#374145" },
+# { name = "mkv", text = "", fg = "#DBBC7F" },
+# { name = "ml", text = "", fg = "#DBBC7F" },
+# { name = "mli", text = "", fg = "#DBBC7F" },
+# { name = "mm", text = "", fg = "#7FBBB3" },
+# { name = "mo", text = "", fg = "#D699B6" },
+# { name = "mobi", text = "", fg = "#DBBC7F" },
+# { name = "mojo", text = "", fg = "#E67E80" },
+# { name = "mov", text = "", fg = "#DBBC7F" },
+# { name = "mp3", text = "", fg = "#7FBBB3" },
+# { name = "mp4", text = "", fg = "#DBBC7F" },
+# { name = "mpp", text = "", fg = "#7FBBB3" },
+# { name = "msf", text = "", fg = "#7FBBB3" },
+# { name = "mts", text = "", fg = "#7FBBB3" },
+# { name = "mustache", text = "", fg = "#DBBC7F" },
+# { name = "nfo", text = "", fg = "#DBBC7F" },
+# { name = "nim", text = "", fg = "#DBBC7F" },
+# { name = "nix", text = "", fg = "#83C092" },
+# { name = "norg", text = "", fg = "#7FBBB3" },
+# { name = "nswag", text = "", fg = "#A7C080" },
+# { name = "nu", text = "", fg = "#83C092" },
+# { name = "o", text = "", fg = "#E67E80" },
+# { name = "obj", text = "󰆧", fg = "#D699B6" },
+# { name = "odf", text = "", fg = "#E67E80" },
+# { name = "odg", text = "", fg = "#DBBC7F" },
+# { name = "odin", text = "󰟢", fg = "#7FBBB3" },
+# { name = "odp", text = "", fg = "#DBBC7F" },
+# { name = "ods", text = "", fg = "#A7C080" },
+# { name = "odt", text = "", fg = "#7FBBB3" },
+# { name = "oga", text = "", fg = "#7FBBB3" },
+# { name = "ogg", text = "", fg = "#7FBBB3" },
+# { name = "ogv", text = "", fg = "#DBBC7F" },
+# { name = "ogx", text = "", fg = "#DBBC7F" },
+# { name = "opus", text = "", fg = "#7FBBB3" },
+# { name = "org", text = "", fg = "#83C092" },
+# { name = "otf", text = "", fg = "#D3C6AA" },
+# { name = "out", text = "", fg = "#E67E80" },
+# { name = "part", text = "", fg = "#83C092" },
+# { name = "patch", text = "", fg = "#374145" },
+# { name = "pck", text = "", fg = "#374145" },
+# { name = "pcm", text = "", fg = "#7FBBB3" },
+# { name = "pdf", text = "", fg = "#E67E80" },
+# { name = "php", text = "", fg = "#D699B6" },
+# { name = "pl", text = "", fg = "#7FBBB3" },
+# { name = "pls", text = "󰲹", fg = "#D699B6" },
+# { name = "ply", text = "󰆧", fg = "#D699B6" },
+# { name = "pm", text = "", fg = "#7FBBB3" },
+# { name = "png", text = "", fg = "#D699B6" },
+# { name = "po", text = "", fg = "#7FBBB3" },
+# { name = "pot", text = "", fg = "#7FBBB3" },
+# { name = "pp", text = "", fg = "#DBBC7F" },
+# { name = "ppt", text = "󰈧", fg = "#E67E80" },
+# { name = "pptx", text = "󰈧", fg = "#E67E80" },
+# { name = "prisma", text = "", fg = "#7FBBB3" },
+# { name = "pro", text = "", fg = "#DBBC7F" },
+# { name = "ps1", text = "󰨊", fg = "#7FBBB3" },
+# { name = "psb", text = "", fg = "#7FBBB3" },
+# { name = "psd", text = "", fg = "#7FBBB3" },
+# { name = "psd1", text = "󰨊", fg = "#7FBBB3" },
+# { name = "psm1", text = "󰨊", fg = "#7FBBB3" },
+# { name = "pub", text = "󰷖", fg = "#DBBC7F" },
+# { name = "pxd", text = "", fg = "#7FBBB3" },
+# { name = "pxi", text = "", fg = "#7FBBB3" },
+# { name = "py", text = "", fg = "#DBBC7F" },
+# { name = "pyc", text = "", fg = "#DBBC7F" },
+# { name = "pyd", text = "", fg = "#DBBC7F" },
+# { name = "pyi", text = "", fg = "#DBBC7F" },
+# { name = "pyo", text = "", fg = "#DBBC7F" },
+# { name = "pyw", text = "", fg = "#7FBBB3" },
+# { name = "pyx", text = "", fg = "#7FBBB3" },
+# { name = "qm", text = "", fg = "#7FBBB3" },
+# { name = "qml", text = "", fg = "#A7C080" },
+# { name = "qrc", text = "", fg = "#A7C080" },
+# { name = "qss", text = "", fg = "#A7C080" },
+# { name = "query", text = "", fg = "#A7C080" },
+# { name = "r", text = "󰟔", fg = "#7FBBB3" },
+# { name = "R", text = "󰟔", fg = "#7FBBB3" },
+# { name = "rake", text = "", fg = "#E67E80" },
+# { name = "rar", text = "", fg = "#DBBC7F" },
+# { name = "rasi", text = "", fg = "#DBBC7F" },
+# { name = "razor", text = "󱦘", fg = "#D699B6" },
+# { name = "rb", text = "", fg = "#E67E80" },
+# { name = "res", text = "", fg = "#E67E80" },
+# { name = "resi", text = "", fg = "#E67E80" },
+# { name = "rlib", text = "", fg = "#E67E80" },
+# { name = "rmd", text = "", fg = "#7FBBB3" },
+# { name = "rproj", text = "󰗆", fg = "#A7C080" },
+# { name = "rs", text = "", fg = "#E67E80" },
+# { name = "rss", text = "", fg = "#DBBC7F" },
+# { name = "s", text = "", fg = "#7FBBB3" },
+# { name = "sass", text = "", fg = "#E67E80" },
+# { name = "sbt", text = "", fg = "#E67E80" },
+# { name = "sc", text = "", fg = "#E67E80" },
+# { name = "scad", text = "", fg = "#DBBC7F" },
+# { name = "scala", text = "", fg = "#E67E80" },
+# { name = "scm", text = "󰘧", fg = "#D3C6AA" },
+# { name = "scss", text = "", fg = "#E67E80" },
+# { name = "sh", text = "", fg = "#374145" },
+# { name = "sha1", text = "󰕥", fg = "#D699B6" },
+# { name = "sha224", text = "󰕥", fg = "#D699B6" },
+# { name = "sha256", text = "󰕥", fg = "#D699B6" },
+# { name = "sha384", text = "󰕥", fg = "#D699B6" },
+# { name = "sha512", text = "󰕥", fg = "#D699B6" },
+# { name = "sig", text = "󰘧", fg = "#DBBC7F" },
+# { name = "signature", text = "󰘧", fg = "#DBBC7F" },
+# { name = "skp", text = "󰻫", fg = "#DBBC7F" },
+# { name = "sldasm", text = "󰻫", fg = "#DBBC7F" },
+# { name = "sldprt", text = "󰻫", fg = "#DBBC7F" },
+# { name = "slim", text = "", fg = "#E67E80" },
+# { name = "sln", text = "", fg = "#D699B6" },
+# { name = "slnx", text = "", fg = "#D699B6" },
+# { name = "slvs", text = "󰻫", fg = "#DBBC7F" },
+# { name = "sml", text = "󰘧", fg = "#DBBC7F" },
+# { name = "so", text = "", fg = "#D3C6AA" },
+# { name = "sol", text = "", fg = "#7FBBB3" },
+# { name = "spec.js", text = "", fg = "#DBBC7F" },
+# { name = "spec.jsx", text = "", fg = "#83C092" },
+# { name = "spec.ts", text = "", fg = "#7FBBB3" },
+# { name = "spec.tsx", text = "", fg = "#7FBBB3" },
+# { name = "spx", text = "", fg = "#7FBBB3" },
+# { name = "sql", text = "", fg = "#83C092" },
+# { name = "sqlite", text = "", fg = "#83C092" },
+# { name = "sqlite3", text = "", fg = "#83C092" },
+# { name = "srt", text = "󰨖", fg = "#DBBC7F" },
+# { name = "ssa", text = "󰨖", fg = "#DBBC7F" },
+# { name = "ste", text = "󰻫", fg = "#DBBC7F" },
+# { name = "step", text = "󰻫", fg = "#DBBC7F" },
+# { name = "stl", text = "󰆧", fg = "#D699B6" },
+# { name = "stories.js", text = "", fg = "#E67E80" },
+# { name = "stories.jsx", text = "", fg = "#E67E80" },
+# { name = "stories.mjs", text = "", fg = "#E67E80" },
+# { name = "stories.svelte", text = "", fg = "#E67E80" },
+# { name = "stories.ts", text = "", fg = "#E67E80" },
+# { name = "stories.tsx", text = "", fg = "#E67E80" },
+# { name = "stories.vue", text = "", fg = "#E67E80" },
+# { name = "stp", text = "󰻫", fg = "#DBBC7F" },
+# { name = "strings", text = "", fg = "#7FBBB3" },
+# { name = "styl", text = "", fg = "#A7C080" },
+# { name = "sub", text = "󰨖", fg = "#DBBC7F" },
+# { name = "sublime", text = "", fg = "#DBBC7F" },
+# { name = "suo", text = "", fg = "#D699B6" },
+# { name = "sv", text = "󰍛", fg = "#A7C080" },
+# { name = "svelte", text = "", fg = "#E67E80" },
+# { name = "svg", text = "󰜡", fg = "#DBBC7F" },
+# { name = "svgz", text = "󰜡", fg = "#DBBC7F" },
+# { name = "svh", text = "󰍛", fg = "#A7C080" },
+# { name = "swift", text = "", fg = "#DBBC7F" },
+# { name = "t", text = "", fg = "#7FBBB3" },
+# { name = "tbc", text = "󰛓", fg = "#7FBBB3" },
+# { name = "tcl", text = "󰛓", fg = "#7FBBB3" },
+# { name = "templ", text = "", fg = "#DBBC7F" },
+# { name = "terminal", text = "", fg = "#A7C080" },
+# { name = "test.js", text = "", fg = "#DBBC7F" },
+# { name = "test.jsx", text = "", fg = "#83C092" },
+# { name = "test.ts", text = "", fg = "#7FBBB3" },
+# { name = "test.tsx", text = "", fg = "#7FBBB3" },
+# { name = "tex", text = "", fg = "#A7C080" },
+# { name = "tf", text = "", fg = "#D699B6" },
+# { name = "tfvars", text = "", fg = "#D699B6" },
+# { name = "tgz", text = "", fg = "#DBBC7F" },
+# { name = "tmpl", text = "", fg = "#DBBC7F" },
+# { name = "tmux", text = "", fg = "#A7C080" },
+# { name = "toml", text = "", fg = "#E67E80" },
+# { name = "torrent", text = "", fg = "#83C092" },
+# { name = "tres", text = "", fg = "#374145" },
+# { name = "ts", text = "", fg = "#7FBBB3" },
+# { name = "tscn", text = "", fg = "#374145" },
+# { name = "tsconfig", text = "", fg = "#DBBC7F" },
+# { name = "tsx", text = "", fg = "#7FBBB3" },
+# { name = "ttf", text = "", fg = "#D3C6AA" },
+# { name = "twig", text = "", fg = "#A7C080" },
+# { name = "txt", text = "󰈙", fg = "#A7C080" },
+# { name = "txz", text = "", fg = "#DBBC7F" },
+# { name = "typ", text = "", fg = "#83C092" },
+# { name = "typoscript", text = "", fg = "#DBBC7F" },
+# { name = "ui", text = "", fg = "#7FBBB3" },
+# { name = "v", text = "󰍛", fg = "#A7C080" },
+# { name = "vala", text = "", fg = "#D699B6" },
+# { name = "vert", text = "", fg = "#83C092" },
+# { name = "vh", text = "󰍛", fg = "#A7C080" },
+# { name = "vhd", text = "󰍛", fg = "#A7C080" },
+# { name = "vhdl", text = "󰍛", fg = "#A7C080" },
+# { name = "vi", text = "", fg = "#DBBC7F" },
+# { name = "vim", text = "", fg = "#A7C080" },
+# { name = "vsh", text = "", fg = "#83C092" },
+# { name = "vsix", text = "", fg = "#D699B6" },
+# { name = "vue", text = "", fg = "#A7C080" },
+# { name = "wasm", text = "", fg = "#7FBBB3" },
+# { name = "wav", text = "", fg = "#7FBBB3" },
+# { name = "webm", text = "", fg = "#DBBC7F" },
+# { name = "webmanifest", text = "", fg = "#DBBC7F" },
+# { name = "webp", text = "", fg = "#D699B6" },
+# { name = "webpack", text = "󰜫", fg = "#7FBBB3" },
+# { name = "wma", text = "", fg = "#7FBBB3" },
+# { name = "wmv", text = "", fg = "#DBBC7F" },
+# { name = "woff", text = "", fg = "#D3C6AA" },
+# { name = "woff2", text = "", fg = "#D3C6AA" },
+# { name = "wrl", text = "󰆧", fg = "#D699B6" },
+# { name = "wrz", text = "󰆧", fg = "#D699B6" },
+# { name = "wv", text = "", fg = "#7FBBB3" },
+# { name = "wvc", text = "", fg = "#7FBBB3" },
+# { name = "x", text = "", fg = "#7FBBB3" },
+# { name = "xaml", text = "󰙳", fg = "#D699B6" },
+# { name = "xcf", text = "", fg = "#374145" },
+# { name = "xcplayground", text = "", fg = "#DBBC7F" },
+# { name = "xcstrings", text = "", fg = "#7FBBB3" },
+# { name = "xls", text = "󰈛", fg = "#A7C080" },
+# { name = "xlsx", text = "󰈛", fg = "#A7C080" },
+# { name = "xm", text = "", fg = "#7FBBB3" },
+# { name = "xml", text = "󰗀", fg = "#DBBC7F" },
+# { name = "xpi", text = "", fg = "#E67E80" },
+# { name = "xul", text = "", fg = "#DBBC7F" },
+# { name = "xz", text = "", fg = "#DBBC7F" },
+# { name = "yaml", text = "", fg = "#374145" },
+# { name = "yml", text = "", fg = "#374145" },
+# { name = "zig", text = "", fg = "#DBBC7F" },
+# { name = "zip", text = "", fg = "#DBBC7F" },
+# { name = "zsh", text = "", fg = "#A7C080" },
+# { name = "zst", text = "", fg = "#DBBC7F" },
+# { name = "🔥", text = "", fg = "#E67E80" },
+# ]