From a72c7536580145161b838cc58b80ef70927ba33a Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 2 Nov 2025 20:36:35 +0300 Subject: nord --- .config/btop/btop.conf | 3 +- .config/fnott/fnott.ini | 12 +- .config/foot/foot.ini | 48 +- .config/hypr/hyprland.conf | 11 +- .config/k9s/everforest.yaml | 114 -- .config/k9s/skins/nord.yaml | 120 ++ .config/nvim/init.lua | 8 +- .config/qt5ct/colors/nord.conf | 4 + .config/qt5ct/qt5ct.conf | 4 +- .config/qt6ct/colors/nord.conf | 4 + .config/qt6ct/qt6ct.conf | 4 +- .config/rmpc/themes/def.ron | 84 +- .config/shell/profile | 2 +- .config/waybar/everforest.css | 8 + .config/waybar/nord.css | 10 + .config/waybar/style.css | 16 +- .config/waybar/theme.css | 8 - .config/yazi/flavors/nord.yazi/flavor.toml | 170 +++ .config/yazi/theme.toml | 2098 +++++++++++++++++++--------- dependencies.txt | 5 +- 20 files changed, 1819 insertions(+), 914 deletions(-) delete mode 100644 .config/k9s/everforest.yaml create mode 100644 .config/k9s/skins/nord.yaml create mode 100644 .config/qt5ct/colors/nord.conf create mode 100644 .config/qt6ct/colors/nord.conf create mode 100644 .config/waybar/everforest.css create mode 100644 .config/waybar/nord.css delete mode 100644 .config/waybar/theme.css create mode 100644 .config/yazi/flavors/nord.yazi/flavor.toml diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 1c75370..d1be367 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,4 +1,5 @@ -color_theme = "/usr/share/btop/themes/everforest-dark-medium.theme" +# color_theme = "/usr/share/btop/themes/everforest-dark-medium.theme" +color_theme = "/usr/share/btop/themes/nord.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/fnott/fnott.ini b/.config/fnott/fnott.ini index 4e7d4d5..42017eb 100644 --- a/.config/fnott/fnott.ini +++ b/.config/fnott/fnott.ini @@ -4,17 +4,17 @@ max-width=300 min-width=300 max-icon-size=32 -background=3D484DFF -border-color=475259FF +background=2e3440FF +border-color=3b4252FF border-size=2 title-font=monospace:size=14 -title-color=D3C6AAFF +title-color=eceff4FF title-format= summary-font=monospace:size=14 -summary-color=D3C6AAFF +summary-color=eceff4FF body-font=monospace:size=14 -body-color=D3C6AAFF +body-color=eceff4FF progress-bar-color=A7C080FF @@ -22,5 +22,5 @@ default-timeout=5 idle-timeout=120 [critical] -border-color=E67E80FF +border-color=bf616aFF default-timeout=15 diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index a253c44..7588692 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,5 +1,5 @@ [main] -#include=/usr/share/foot/themes/catppuccin-mocha +include=/usr/share/foot/themes/nord font=monospace:size=14 font-size-adjustment=3 gamma-correct-blending=false @@ -9,30 +9,30 @@ initial-window-size-chars=80x24 # [cursor] # style=beam -[mouse] -hide-when-typing=true +#[mouse] +#hide-when-typing=true -[colors] -# alpha = 0.8 -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.8 +#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 62758ba..247bd65 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -24,7 +24,7 @@ env = XCURSOR_THEME,Adwaita env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_THEME,Adwaita env = GBM_BACKEND,nvidia-drm -env = GTK_THEME,Everforest-Dark +env = GTK_THEME,Nordic # ecosystem { # enforce_permissions = 1 @@ -39,8 +39,10 @@ general { gaps_out = 7 border_size = 3 - col.active_border = rgb(83a598) - col.inactive_border = rgb(595959) + # col.active_border = rgb(83a598) + # col.inactive_border = rgb(595959) + col.active_border = rgb(5e81ac) + col.inactive_border = rgb(3b4252) resize_on_border = false @@ -108,7 +110,8 @@ misc { disable_hyprland_logo = true enable_swallow = 1 swallow_regex = ^(footclient)$ - background_color = rgb(1E2326) + # background_color = rgb(1E2326) + background_color = rgb(4c566a) disable_hyprland_qtutils_check=true } diff --git a/.config/k9s/everforest.yaml b/.config/k9s/everforest.yaml deleted file mode 100644 index afb3044..0000000 --- a/.config/k9s/everforest.yaml +++ /dev/null @@ -1,114 +0,0 @@ -# ----------------------------------------------------------------------------- -# Everforest Dark -# https://github.com/sainnhe/everforest/blob/master/palette.md#dark -# ----------------------------------------------------------------------------- -# -text: &text "#d3c6aa" -base: &base default -overlay: &overlay "#2e383c" -muted: &muted "#495156" -red: &red "#e67e80" -blue: &blue "#7fbbb3" -yellow: &yellow "#dbbc7f" -green: &green "#83c092" -pink: &pink "#d699b6" -orange: &orange "#e69875" - -# Skin... -k9s: - # General K9s styles - body: - fgColor: *text - bgColor: *base - logoColor: *green - # Command prompt styles - prompt: - fgColor: *text - bgColor: *base - suggestColor: *green - border: - command: *orange - default: *blue - # ClusterInfoView styles. - info: - fgColor: *green - sectionColor: *text - # Dialog styles. - dialog: - fgColor: *text - bgColor: *base - buttonFgColor: *text - buttonBgColor: *green - buttonFocusFgColor: *yellow - buttonFocusBgColor: *green - labelFgColor: *yellow - fieldFgColor: *text - frame: - # Borders styles. - border: - fgColor: *overlay - focusColor: *overlay - menu: - fgColor: *text - keyColor: *green - # Used for favorite namespaces - numKeyColor: *green - # CrumbView attributes for history navigation. - crumbs: - fgColor: *text - bgColor: *overlay - activeColor: *overlay - # Resource status and update styles - status: - newColor: *green - modifyColor: *red - addColor: *blue - errorColor: *pink - highlightcolor: *yellow - killColor: *muted - completedColor: *muted - # Border title styles. - title: - fgColor: *text - bgColor: *overlay - highlightColor: *yellow - counterColor: *green - filterColor: *green - views: - # Charts skins... - charts: - bgColor: default - defaultDialColors: - - *green - - *pink - defaultChartColors: - - *green - - *pink - # TableView attributes. - table: - fgColor: *text - bgColor: *base - # Header row styles. - header: - fgColor: *text - bgColor: *base - sorterColor: *red - # Xray view attributes. - xray: - fgColor: *text - bgColor: *base - cursorColor: *overlay - graphicColor: *green - showIcons: false - # YAML info styles. - yaml: - keyColor: *green - colonColor: *green - valueColor: *text - # Logs styles. - logs: - fgColor: *text - bgColor: *base - indicator: - fgColor: *text - bgColor: *base diff --git a/.config/k9s/skins/nord.yaml b/.config/k9s/skins/nord.yaml new file mode 100644 index 0000000..eb498b5 --- /dev/null +++ b/.config/k9s/skins/nord.yaml @@ -0,0 +1,120 @@ +# ----------------------------------------------------------------------------- +# Nord skin +# ----------------------------------------------------------------------------- + +# Styles... +foreground: &foreground "#DADEE8" +background: &background "#30343F" +current_line: ¤t_line "#383D4A" +selection: &selection "#D9DEE8" +comment: &comment "#8891A7" +cyan: &cyan "#88C0D0" +green: &green "#A3BE8C" +orange: &orange "#D08770" +blue: &blue "#81A1C1" +magenta: &magenta "#B48EAD" +red: &red "#BF616A" +yellow: &yellow "#EBCB8B" + +# Skin... +k9s: + # General K9s styles + body: + fgColor: *foreground + bgColor: default + logoColor: *magenta + # Command prompt styles + prompt: + fgColor: *foreground + bgColor: *background + suggestColor: *orange + # ClusterInfoView styles. + info: + fgColor: *blue + sectionColor: *foreground + # Dialog styles. + dialog: + fgColor: *foreground + bgColor: default + buttonFgColor: *foreground + buttonBgColor: *magenta + buttonFocusFgColor: *yellow + buttonFocusBgColor: *blue + labelFgColor: *orange + fieldFgColor: *foreground + frame: + # Borders styles. + border: + fgColor: *selection + focusColor: *current_line + menu: + fgColor: *foreground + keyColor: *blue + # Used for favorite namespaces + numKeyColor: *blue + # CrumbView attributes for history navigation. + crumbs: + fgColor: *foreground + bgColor: *current_line + activeColor: *current_line + # Resource status and update styles + status: + newColor: *cyan + modifyColor: *magenta + addColor: *green + errorColor: *red + highlightColor: *orange + killColor: *comment + completedColor: *comment + # Border title styles. + title: + fgColor: *foreground + bgColor: *current_line + highlightColor: *orange + counterColor: *magenta + filterColor: *blue + views: + # Charts skins... + charts: + bgColor: default + defaultDialColors: + - *magenta + - *red + defaultChartColors: + - *magenta + - *red + # TableView attributes. + table: + fgColor: *foreground + bgColor: default + # Header row styles. + header: + fgColor: *foreground + bgColor: default + sorterColor: *cyan + # Xray view attributes. + xray: + fgColor: *foreground + bgColor: default + cursorColor: *current_line + graphicColor: *magenta + showIcons: false + # YAML info styles. + yaml: + keyColor: *blue + colonColor: *magenta + valueColor: *foreground + # Logs styles. + logs: + fgColor: *foreground + bgColor: default + indicator: + fgColor: *foreground + bgColor: *magenta + toggleOnColor: *magenta + toggleOffColor: *blue + help: + fgColor: *foreground + bgColor: *background + indicator: + fgColor: *red diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index de56e0e..7b04b6a 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -17,7 +17,8 @@ vim.opt.shortmess:append "sI" -- packages vim.pack.add({ - { src = "https://github.com/sainnhe/everforest" }, + -- { src = "https://github.com/sainnhe/everforest" }, + { src = "https://github.com/rmehri01/onenord.nvim" }, { src = "https://github.com/mason-org/mason.nvim", }, { src = "https://github.com/nvim-lualine/lualine.nvim" }, { src = "https://github.com/lewis6991/gitsigns.nvim" }, @@ -165,5 +166,6 @@ vim.filetype.add({ }) -- theme -vim.g.everforest_transparent_background = true -vim.cmd("colorscheme everforest") +-- vim.g.everforest_transparent_background = true +-- vim.cmd("colorscheme everforest") +vim.cmd("colorscheme onenord") diff --git a/.config/qt5ct/colors/nord.conf b/.config/qt5ct/colors/nord.conf new file mode 100644 index 0000000..8156166 --- /dev/null +++ b/.config/qt5ct/colors/nord.conf @@ -0,0 +1,4 @@ +[ColorScheme] +active_colors=#ECEFF4, #2E3440, #D08770, #A3BE8C, #4C566A, #434C5E, #ECEFF4, #ECEFF4, #ECEFF4, #3B4252, #2E3440, #434C5E, #88C0D0, #3B4252, #8FBCBB, #BF616A, #3B4252, #ECEFF4, #2E3440, #ECEFF4, #D08770 +disabled_colors=#D08770, #2E3440, #D08770, #A3BE8C, #4C566A, #434C5E, #D08770, #D08770, #D08770, #3B4252, #2E3440, #434C5E, #88C0D0, #4C566A, #8FBCBB, #4C566A, #3B4252, #ECEFF4, #2E3440, #ECEFF4, #D08770 +inactive_colors=#ECEFF4, #2E3440, #D08770, #A3BE8C, #4C566A, #434C5E, #ECEFF4, #ECEFF4, #ECEFF4, #3B4252, #2E3440, #434C5E, #88C0D0, #A3BE8C, #8FBCBB, #4C566A, #3B4252, #ECEFF4, #2E3440, #ECEFF4, #D08770 diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf index f243def..c8d99f0 100644 --- a/.config/qt5ct/qt5ct.conf +++ b/.config/qt5ct/qt5ct.conf @@ -1,5 +1,5 @@ [Appearance] -color_scheme_path=~/.config/qt5ct/colors/everforest.conf +color_scheme_path=~/.config/qt5ct/colors/nord.conf custom_palette=true icon_theme=Everforest-Dark standard_dialogs=xdgdesktopportal @@ -25,7 +25,7 @@ underline_shortcut=1 wheel_scroll_lines=3 [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\xff\xff\xf6\0\0\0\0\0\xff\xff\xfa\xfb\0\0\x2\xbd\xff\xff\xf6\0\0\0\0\0\xff\xff\xf8\x7f\0\0\x2\xc1\0\0\0\0\x2\0\0\0\n\0\xff\xff\xf6\0\0\0\0\0\xff\xff\xfa\xfb\0\0\x2\xbd) +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) [Troubleshooting] force_raster_widgets=1 diff --git a/.config/qt6ct/colors/nord.conf b/.config/qt6ct/colors/nord.conf new file mode 100644 index 0000000..8156166 --- /dev/null +++ b/.config/qt6ct/colors/nord.conf @@ -0,0 +1,4 @@ +[ColorScheme] +active_colors=#ECEFF4, #2E3440, #D08770, #A3BE8C, #4C566A, #434C5E, #ECEFF4, #ECEFF4, #ECEFF4, #3B4252, #2E3440, #434C5E, #88C0D0, #3B4252, #8FBCBB, #BF616A, #3B4252, #ECEFF4, #2E3440, #ECEFF4, #D08770 +disabled_colors=#D08770, #2E3440, #D08770, #A3BE8C, #4C566A, #434C5E, #D08770, #D08770, #D08770, #3B4252, #2E3440, #434C5E, #88C0D0, #4C566A, #8FBCBB, #4C566A, #3B4252, #ECEFF4, #2E3440, #ECEFF4, #D08770 +inactive_colors=#ECEFF4, #2E3440, #D08770, #A3BE8C, #4C566A, #434C5E, #ECEFF4, #ECEFF4, #ECEFF4, #3B4252, #2E3440, #434C5E, #88C0D0, #A3BE8C, #8FBCBB, #4C566A, #3B4252, #ECEFF4, #2E3440, #ECEFF4, #D08770 diff --git a/.config/qt6ct/qt6ct.conf b/.config/qt6ct/qt6ct.conf index df07e96..282afcf 100644 --- a/.config/qt6ct/qt6ct.conf +++ b/.config/qt6ct/qt6ct.conf @@ -1,5 +1,5 @@ [Appearance] -color_scheme_path=~/.config/qt6ct/colors/everforest.conf +color_scheme_path=~/.config/qt6ct/colors/nord.conf custom_palette=true icon_theme=Everforest-Dark standard_dialogs=xdgdesktopportal @@ -25,7 +25,7 @@ underline_shortcut=1 wheel_scroll_lines=3 [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\xff\xff\xf6\0\0\0\0\0\xff\xff\xfa\xfb\0\0\x2\xbd\xff\xff\xf6\0\0\0\0\0\xff\xff\xfa\xfb\0\0\x2\xbd\0\0\0\0\x2\0\0\0\n\0\xff\xff\xf6\0\0\0\0\0\xff\xff\xfa\xfb\0\0\x2\xbd) +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) [Troubleshooting] force_raster_widgets=1 diff --git a/.config/rmpc/themes/def.ron b/.config/rmpc/themes/def.ron index b56a173..3655dd9 100644 --- a/.config/rmpc/themes/def.ron +++ b/.config/rmpc/themes/def.ron @@ -8,49 +8,49 @@ browser_column_widths: [20, 38, 42], background_color: None, modal_backdrop: true, - text_color: "#d3c6aa", + text_color: "#eceff4", header_background_color: None, modal_background_color: None, preview_label_style: (fg: "#b48ead"), preview_metadata_group_style: (fg: "#88c0d0"), tab_bar: ( enabled: true, - active_style: (fg: "#2e3440", bg: "magenta", modifiers: "Bold"), - inactive_style: (fg: "#d3c6aa", bg: None, modifiers: ""), + active_style: (fg: "#2e3440", bg: "blue", modifiers: "Bold"), + inactive_style: (fg: "#eceff4", bg: None, modifiers: ""), ), - highlighted_item_style: (fg: "yellow", modifiers: "Bold"), + highlighted_item_style: (fg: "magenta", modifiers: "Bold"), current_item_style: (fg: "black", bg: "yellow", modifiers: "Bold"), - borders_style: (fg: "magenta", modifiers: "Bold"), - highlight_border_style: (fg: "magenta"), + borders_style: (fg: "blue", modifiers: "Bold"), + highlight_border_style: (fg: "blue"), symbols: (song: "󰝚 ", dir: " ", playlist: "󰲸 ", marker: "* ", ellipsis: "..."), progress_bar: ( symbols: ["█", "█", "█", "█", "█"], track_style: (fg: "dark_gray"), - elapsed_style: (fg: "magenta"), - thumb_style: (fg: "magenta"), + elapsed_style: (fg: "green"), + thumb_style: (fg: "green"), ), scrollbar: ( symbols: ["│", "█", "▲", "▼"], - track_style: (fg: "#a86c8a"), - ends_style: (fg: "magenta"), - thumb_style: (fg: "magenta"), + track_style: (fg: "cyan"), + ends_style: (fg: "blue"), + thumb_style: (fg: "blue"), ), song_table_format: [ ( - prop: (kind: Property(Artist), style: (fg: "magenta"), - default: (kind: Text("Unknown"), style: (fg: "#b48ead")) + prop: (kind: Property(Artist), style: (fg: "yellow"), + default: (kind: Text("Unknown"), style: (fg: "yellow")) ), width: "20%", ), ( - prop: (kind: Property(Title), style: (fg: "#d3c6aa"), + prop: (kind: Property(Title), style: (fg: "#eceff4"), highlighted_item_style: (fg: "#d8dee9", modifiers: "Bold"), default: (kind: Property(Filename), style: (fg: "#d8dee9"),) ), width: "35%", ), ( - prop: (kind: Property(Album), style: (fg: "#a86c8a"), + prop: (kind: Property(Album), style: (fg: "cyan"), default: (kind: Text("Unknown Album"), style: (fg: "#b48ead")) ), width: "30%", @@ -116,60 +116,60 @@ rows: [ ( left: [ - (kind: Text(""), style: (fg: "magenta", modifiers: "Bold")), + (kind: Text(""), style: (fg: "blue", modifiers: "Bold")), (kind: Property(Status(StateV2(playing_label: "  ", paused_label: "  ", stopped_label: "  ")))), - (kind: Text(" "), style: (fg: "magenta", modifiers: "Bold")), + (kind: Text(" "), style: (fg: "blue", modifiers: "Bold")), (kind: Property(Widget(ScanStatus))) ], center: [ - (kind: Property(Song(Title)), style: (fg: "#d3c6aa",modifiers: "Bold"), + (kind: Property(Song(Title)), style: (fg: "#eceff4",modifiers: "Bold"), default: (kind: Property(Song(Filename)), style: (fg: "#d8dee9",modifiers: "Bold")) ) ], right: [ - (kind: Text("󱡬"), style: (fg: "magenta", modifiers: "Bold")), - (kind: Property(Status(Volume)), style: (fg: "#d3c6aa", modifiers: "Bold")), - (kind: Text("%"), style: (fg: "magenta", modifiers: "Bold")) + (kind: Text("󱡬"), style: (fg: "blue", modifiers: "Bold")), + (kind: Property(Status(Volume)), style: (fg: "#eceff4", modifiers: "Bold")), + (kind: Text("%"), style: (fg: "blue", modifiers: "Bold")) ] ), ( left: [ - (kind: Text("[ "),style: (fg: "magenta", modifiers: "Bold")), - (kind: Property(Status(Elapsed)),style: (fg: "#d3c6aa")), - (kind: Text(" / "),style: (fg: "#a86c8a", modifiers: "Bold")), - (kind: Property(Status(Duration)),style: (fg: "#d3c6aa")), - (kind: Text(" | "),style: (fg: "#a86c8a")), - (kind: Property(Status(Bitrate)),style: (fg: "#d3c6aa")), - (kind: Text(" kbps"),style: (fg: "#a86c8a")), - (kind: Text("]"),style: (fg: "magenta", modifiers: "Bold")) + (kind: Text("[ "),style: (fg: "blue", modifiers: "Bold")), + (kind: Property(Status(Elapsed)),style: (fg: "#eceff4")), + (kind: Text(" / "),style: (fg: "cyan", modifiers: "Bold")), + (kind: Property(Status(Duration)),style: (fg: "#eceff4")), + (kind: Text(" | "),style: (fg: "cyan")), + (kind: Property(Status(Bitrate)),style: (fg: "#eceff4")), + (kind: Text(" kbps"),style: (fg: "cyan")), + (kind: Text("]"),style: (fg: "blue", modifiers: "Bold")) ], center: [ - (kind: Property(Song(Artist)), style: (fg: "magenta", modifiers: "Bold"), - default: (kind: Text("Unknown Artist"), style: (fg: "#88c0d0", modifiers: "Bold")) + (kind: Property(Song(Artist)), style: (fg: "white", modifiers: "Bold"), + default: (kind: Text("Unknown Artist"), style: (fg: "white", modifiers: "Bold")) ), (kind: Text(" - ")), - (kind: Property(Song(Album)),style: (fg: "#a86c8a" ), - default: (kind: Text("Unknown Album"), style: (fg: "#81a1c1", modifiers: "Bold")) + (kind: Property(Song(Album)),style: (fg: "white" ), + default: (kind: Text("Unknown Album"), style: (fg: "white", modifiers: "Bold")) ) ], right: [ - (kind: Text("[ "),style: (fg: "magenta")), + (kind: Text("[ "),style: (fg: "blue")), (kind: Property(Status(RepeatV2( on_label: "", off_label: "", - on_style: (fg: "#d3c6aa", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), - (kind: Text(" | "),style: (fg: "magenta")), + on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), + (kind: Text(" | "),style: (fg: "blue")), (kind: Property(Status(RandomV2( on_label: "", off_label: "", - on_style: (fg: "#d3c6aa", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), - (kind: Text(" | "),style: (fg: "magenta")), + on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), + (kind: Text(" | "),style: (fg: "blue")), (kind: Property(Status(ConsumeV2( on_label: "󰮯", off_label: "󰮯", oneshot_label: "󰮯󰇊", - on_style: (fg: "#d3c6aa", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), - (kind: Text(" | "),style: (fg: "magenta")), + on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), + (kind: Text(" | "),style: (fg: "blue")), (kind: Property(Status(SingleV2( on_label: "󰎤", off_label: "󰎦", oneshot_label: "󰇊", off_oneshot_label: "󱅊", - on_style: (fg: "#d3c6aa", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), - (kind: Text(" ]"),style: (fg: "magenta")), + on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), + (kind: Text(" ]"),style: (fg: "blue")), ] ), ], diff --git a/.config/shell/profile b/.config/shell/profile index 27520c2..f3f6066 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -106,7 +106,7 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \ " export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS" export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676" -export BAT_THEME="gruvbox-dark" +export BAT_THEME="Nord" export GTK_USE_PORTAL=1 export ENABLE_HDR_WSI=1 diff --git a/.config/waybar/everforest.css b/.config/waybar/everforest.css new file mode 100644 index 0000000..2d11157 --- /dev/null +++ b/.config/waybar/everforest.css @@ -0,0 +1,8 @@ +@define-color text #D3C6AA; +@define-color red #E67E80; +@define-color orange #E69875; +@define-color yellow #DBBC7F; +@define-color green #A7C080; +@define-color blue #7FBBB3; +@define-color purple #D699B6; +@define-color aqua #83C092; diff --git a/.config/waybar/nord.css b/.config/waybar/nord.css new file mode 100644 index 0000000..46c1736 --- /dev/null +++ b/.config/waybar/nord.css @@ -0,0 +1,10 @@ +@define-color text #eceff4; +@define-color activebg #3B4252; +@define-color bg #2e3440; +@define-color red #E67E80; +@define-color orange #E69875; +@define-color yellow #DBBC7F; +@define-color green #A7C080; +@define-color blue #7FBBB3; +@define-color purple #D699B6; +@define-color aqua #83C092; diff --git a/.config/waybar/style.css b/.config/waybar/style.css index cba4fdf..41b2cd3 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,4 +1,4 @@ -@import "theme.css"; +@import "nord.css"; * { font-family: monospace; @@ -7,8 +7,8 @@ } window#waybar { - background-color: #2b3339; - color: #d3c6aa; + background-color: @bg; + color: @text; } /* window#waybar>* { */ @@ -28,14 +28,14 @@ window#waybar.hidden { #workspaces button { padding: 3 6; min-height: 0px; - margin-left: 4px; - color: #d3c6aa; + /* margin-left: 4px; */ + color: @text; } #workspaces button.active { padding: 3 12; - color: #d3c6aa; - background-color: #414B50; + color: @text; + background-color: @activebg; border-radius: 0px; } @@ -207,7 +207,7 @@ label:focus { } #cpu { - color: #d3c6aa; + color: @text; } #cpu.mid { diff --git a/.config/waybar/theme.css b/.config/waybar/theme.css deleted file mode 100644 index db191e5..0000000 --- a/.config/waybar/theme.css +++ /dev/null @@ -1,8 +0,0 @@ -@define-color text #D3C6AA; -@define-color red #E67E80; -@define-color orange #E69875; -@define-color yellow #DBBC7F; -@define-color green #A7C080; -@define-color blue #7FBBB3; -@define-color purple #D699B6; -@define-color aqua #83C092; diff --git a/.config/yazi/flavors/nord.yazi/flavor.toml b/.config/yazi/flavors/nord.yazi/flavor.toml new file mode 100644 index 0000000..36b9aa5 --- /dev/null +++ b/.config/yazi/flavors/nord.yazi/flavor.toml @@ -0,0 +1,170 @@ +# vim:fileencoding=utf-8:foldmethod=marker + +# : Manager {{{ + +[manager] +cwd = { fg = "#88C0D0" } + +# Hovered +hovered = { reversed = true } +preview_hovered = { underline = true } + +# Find +find_keyword = { fg = "#EBCB8B", bold = true, italic = true, underline = true } +find_position = { fg = "#B48EAD", bg = "reset", bold = true, italic = true } + +# Marker +marker_copied = { fg = "#A3BE8C", bg = "#A3BE8C" } +marker_cut = { fg = "#BF616A", bg = "#BF616A" } +marker_marked = { fg = "#88C0D0", bg = "#88C0D0" } +marker_selected = { fg = "#EBCB8B", bg = "#EBCB8B" } + +# Tab +tab_active = { reversed = true } +tab_inactive = {} +tab_width = 1 + +# Count +count_copied = { fg = "#2E3440", bg = "#A3BE8C" } +count_cut = { fg = "#2E3440", bg = "#BF616A" } +count_selected = { fg = "#2E3440", bg = "#EBCB8B" } + +# Border +border_symbol = "│" +border_style = { fg = "#7B88A1" } + +# : }}} + + +# : Mode {{{ + +[mode] + +normal_main = { fg = "#2E3440", bg = "#81A1C1", bold = true } +normal_alt = { fg = "#81A1C1", bg = "#3B4252" } + +# Select mode +select_main = { fg = "#2E3440", bg = "#88C0D0", bold = true } +select_alt = { fg = "#88C0D0", bg = "#3B4252" } + +# Unset mode +unset_main = { fg = "#2E3440", bg = "#D08770", bold = true } +unset_alt = { fg = "#D08770", bg = "#3B4252" } + +# : }}} + + +# : Status bar {{{ + +[status] +# Permissions +perm_sep = { fg = "#7B88A1" } +perm_type = { fg = "#81A1C1" } +perm_read = { fg = "#EBCB8B" } +perm_write = { fg = "#BF616A" } +perm_exec = { fg = "#A3BE8C" } + +# Progress +progress_label = { fg = "#ffffff", bold = true } +progress_normal = { fg = "#81A1C1", bg = "#434C5E" } +progress_error = { fg = "#BF616A", bg = "#434C5E" } + +# : }}} + + +# : Pick {{{ + +[pick] +border = { fg = "#81A1C1" } +active = { fg = "#B48EAD", bold = true } +inactive = {} + +# : }}} + + +# : Input {{{ + +[input] +border = { fg = "#81A1C1" } +title = {} +value = {} +selected = { reversed = true } + +# : }}} + + +# : Completion {{{ + +[cmp] +border = { fg = "#81A1C1" } + +# : }}} + + +# : Tasks {{{ + +[tasks] +border = { fg = "#81A1C1" } +title = {} +hovered = { fg = "#B48EAD", underline = true } + +# : }}} + + +# : Which {{{ + +[which] +mask = { bg = "#3B4252" } +cand = { fg = "#88C0D0" } +rest = { fg = "#8FBCBB" } +desc = { fg = "#B48EAD" } +separator = "  " +separator_style = { fg = "#4C566A" } + +# : }}} + + +# : Help {{{ + +[help] +on = { fg = "#88C0D0" } +run = { fg = "#B48EAD" } +hovered = { reversed = true, bold = true } +footer = { fg = "#3B4252", bg = "#E5E9F0" } + +# : }}} + + +# : Notify {{{ + +[notify] +title_info = { fg = "#A3BE8C" } +title_warn = { fg = "#EBCB8B" } +title_error = { fg = "#BF616A" } + +# : }}} + + +# : File-specific styles {{{ + +[filetype] + +rules = [ + # Images + { mime = "image/*", fg = "#88C0D0" }, + + # Media + { mime = "{audio,video}/*", fg = "#EBCB8B" }, + + # Archives + { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#B48EAD" }, + + # Documents + { mime = "application/{pdf,doc,rtf}", fg = "#A3BE8C" }, + + # Fallback + { name = "*", fg = "#E5E9F0" }, + { name = "*/", fg = "#81A1C1" }, +] + +# : }}} diff --git a/.config/yazi/theme.toml b/.config/yazi/theme.toml index deca0b1..fc647a1 100644 --- a/.config/yazi/theme.toml +++ b/.config/yazi/theme.toml @@ -1,705 +1,1409 @@ [flavor] -dark = "everforest-medium" +dark = "nord" [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" }, + { name = ".babelrc", text = "", fg = "#ebcb8b" }, + { name = ".bash_profile", text = "", fg = "#a3be8c" }, + { name = ".bashrc", text = "", fg = "#a3be8c" }, + { name = ".clang-format", text = "", fg = "#7f849c" }, + { name = ".clang-tidy", text = "", fg = "#7f849c" }, + { name = ".codespellrc", text = "󰓆", fg = "#a3be8c" }, + { name = ".condarc", text = "", fg = "#a3be8c" }, + { name = ".dockerignore", text = "󰡨", fg = "#5e81ac" }, + { name = ".ds_store", text = "", fg = "#7f849c" }, + { name = ".editorconfig", text = "", fg = "#cdd6f4" }, + { name = ".env", text = "", fg = "#ebcb8b" }, + { name = ".eslintignore", text = "", fg = "#b48ead" }, + { name = ".eslintrc", text = "", fg = "#b48ead" }, + { name = ".git-blame-ignore-revs", text = "", fg = "#bf616a" }, + { name = ".gitattributes", text = "", fg = "#bf616a" }, + { name = ".gitconfig", text = "", fg = "#bf616a" }, + { name = ".gitignore", text = "", fg = "#bf616a" }, + { name = ".gitlab-ci.yml", text = "", fg = "#bf616a" }, + { name = ".gitmodules", text = "", fg = "#bf616a" }, + { name = ".gtkrc-2.0", text = "", fg = "#88c0d0" }, + { name = ".gvimrc", text = "", fg = "#a3be8c" }, + { name = ".justfile", text = "", fg = "#7f849c" }, + { name = ".luacheckrc", text = "", fg = "#5e81ac" }, + { name = ".luaurc", text = "", fg = "#5e81ac" }, + { name = ".mailmap", text = "󰊢", fg = "#bf616a" }, + { name = ".nanorc", text = "", fg = "#b48ead" }, + { name = ".npmignore", text = "", fg = "#b48ead" }, + { name = ".npmrc", text = "", fg = "#b48ead" }, + { name = ".nuxtrc", text = "󱄆", fg = "#a3be8c" }, + { name = ".nvmrc", text = "", fg = "#a3be8c" }, + { name = ".pnpmfile.cjs", text = "", fg = "#ebcb8b" }, + { name = ".pre-commit-config.yaml", text = "󰛢", fg = "#ebcb8b" }, + { name = ".prettierignore", text = "", fg = "#5e81ac" }, + { name = ".prettierrc", text = "", fg = "#5e81ac" }, + { name = ".prettierrc.cjs", text = "", fg = "#5e81ac" }, + { name = ".prettierrc.js", text = "", fg = "#5e81ac" }, + { name = ".prettierrc.json", text = "", fg = "#5e81ac" }, + { name = ".prettierrc.json5", text = "", fg = "#5e81ac" }, + { name = ".prettierrc.mjs", text = "", fg = "#5e81ac" }, + { name = ".prettierrc.toml", text = "", fg = "#5e81ac" }, + { name = ".prettierrc.yaml", text = "", fg = "#5e81ac" }, + { name = ".prettierrc.yml", text = "", fg = "#5e81ac" }, + { name = ".pylintrc", text = "", fg = "#7f849c" }, + { name = ".settings.json", text = "", fg = "#b48ead" }, + { name = ".SRCINFO", text = "󰣇", fg = "#88c0d0" }, + { name = ".vimrc", text = "", fg = "#a3be8c" }, + { name = ".Xauthority", text = "", fg = "#bf616a" }, + { name = ".xinitrc", text = "", fg = "#bf616a" }, + { name = ".Xresources", text = "", fg = "#bf616a" }, + { name = ".xsession", text = "", fg = "#bf616a" }, + { name = ".zprofile", text = "", fg = "#a3be8c" }, + { name = ".zshenv", text = "", fg = "#a3be8c" }, + { name = ".zshrc", text = "", fg = "#a3be8c" }, + { name = "_gvimrc", text = "", fg = "#a3be8c" }, + { name = "_vimrc", text = "", fg = "#a3be8c" }, + { name = "AUTHORS", text = "", fg = "#b48ead" }, + { name = "AUTHORS.txt", text = "", fg = "#b48ead" }, + { name = "brewfile", text = "", fg = "#bf616a" }, + { name = "bspwmrc", text = "", fg = "#7f849c" }, + { name = "build", text = "", fg = "#a3be8c" }, + { name = "build.gradle", text = "", fg = "#5e81ac" }, + { name = "build.zig.zon", text = "", fg = "#ebcb8b" }, + { name = "bun.lock", text = "", fg = "#cdd6f4" }, + { name = "bun.lockb", text = "", fg = "#cdd6f4" }, + { name = "cantorrc", text = "", fg = "#5e81ac" }, + { name = "checkhealth", text = "󰓙", fg = "#5e81ac" }, + { name = "cmakelists.txt", text = "", fg = "#cdd6f4" }, + { name = "code_of_conduct", text = "", fg = "#b48ead" }, + { name = "code_of_conduct.md", text = "", fg = "#b48ead" }, + { name = "commit_editmsg", text = "", fg = "#bf616a" }, + { name = "commitlint.config.js", text = "󰜘", fg = "#88c0d0" }, + { name = "commitlint.config.ts", text = "󰜘", fg = "#88c0d0" }, + { name = "compose.yaml", text = "󰡨", fg = "#5e81ac" }, + { name = "compose.yml", text = "󰡨", fg = "#5e81ac" }, + { name = "config", text = "", fg = "#7f849c" }, + { name = "containerfile", text = "󰡨", fg = "#5e81ac" }, + { name = "copying", text = "", fg = "#ebcb8b" }, + { name = "copying.lesser", text = "", fg = "#ebcb8b" }, + { name = "Directory.Build.props", text = "", fg = "#5e81ac" }, + { name = "Directory.Build.targets", text = "", fg = "#5e81ac" }, + { name = "Directory.Packages.props", text = "", fg = "#5e81ac" }, + { name = "docker-compose.yaml", text = "󰡨", fg = "#5e81ac" }, + { name = "docker-compose.yml", text = "󰡨", fg = "#5e81ac" }, + { name = "dockerfile", text = "󰡨", fg = "#5e81ac" }, + { name = "eslint.config.cjs", text = "", fg = "#b48ead" }, + { name = "eslint.config.js", text = "", fg = "#b48ead" }, + { name = "eslint.config.mjs", text = "", fg = "#b48ead" }, + { name = "eslint.config.ts", text = "", fg = "#b48ead" }, + { name = "ext_typoscript_setup.txt", text = "", fg = "#ebcb8b" }, + { name = "favicon.ico", text = "", fg = "#ebcb8b" }, + { name = "fp-info-cache", text = "", fg = "#88c0d0" }, + { name = "fp-lib-table", text = "", fg = "#88c0d0" }, + { name = "FreeCAD.conf", text = "", fg = "#bf616a" }, + { name = "Gemfile", text = "", fg = "#bf616a" }, + { name = "gnumakefile", text = "", fg = "#7f849c" }, + { name = "go.mod", text = "", fg = "#88c0d0" }, + { name = "go.sum", text = "", fg = "#88c0d0" }, + { name = "go.work", text = "", fg = "#88c0d0" }, + { name = "gradle-wrapper.properties", text = "", fg = "#5e81ac" }, + { name = "gradle.properties", text = "", fg = "#5e81ac" }, + { name = "gradlew", text = "", fg = "#5e81ac" }, + { name = "groovy", text = "", fg = "#5e81ac" }, + { name = "gruntfile.babel.js", text = "", fg = "#ebcb8b" }, + { name = "gruntfile.coffee", text = "", fg = "#ebcb8b" }, + { name = "gruntfile.js", text = "", fg = "#ebcb8b" }, + { name = "gruntfile.ts", text = "", fg = "#ebcb8b" }, + { name = "gtkrc", text = "", fg = "#88c0d0" }, + { name = "gulpfile.babel.js", text = "", fg = "#bf616a" }, + { name = "gulpfile.coffee", text = "", fg = "#bf616a" }, + { name = "gulpfile.js", text = "", fg = "#bf616a" }, + { name = "gulpfile.ts", text = "", fg = "#bf616a" }, + { name = "hypridle.conf", text = "", fg = "#88c0d0" }, + { name = "hyprland.conf", text = "", fg = "#88c0d0" }, + { name = "hyprlandd.conf", text = "", fg = "#88c0d0" }, + { name = "hyprlock.conf", text = "", fg = "#88c0d0" }, + { name = "hyprpaper.conf", text = "", fg = "#88c0d0" }, + { name = "hyprsunset.conf", text = "", fg = "#88c0d0" }, + { name = "i18n.config.js", text = "󰗊", fg = "#b48ead" }, + { name = "i18n.config.ts", text = "󰗊", fg = "#b48ead" }, + { name = "i3blocks.conf", text = "", fg = "#cdd6f4" }, + { name = "i3status.conf", text = "", fg = "#cdd6f4" }, + { name = "index.theme", text = "", fg = "#a3be8c" }, + { name = "ionic.config.json", text = "", fg = "#5e81ac" }, + { name = "Jenkinsfile", text = "", fg = "#bf616a" }, + { name = "justfile", text = "", fg = "#7f849c" }, + { name = "kalgebrarc", text = "", fg = "#5e81ac" }, + { name = "kdeglobals", text = "", fg = "#5e81ac" }, + { name = "kdenlive-layoutsrc", text = "", fg = "#88c0d0" }, + { name = "kdenliverc", text = "", fg = "#88c0d0" }, + { name = "kritadisplayrc", text = "", fg = "#b48ead" }, + { name = "kritarc", text = "", fg = "#b48ead" }, + { name = "license", text = "", fg = "#ebcb8b" }, + { name = "license.md", text = "", fg = "#ebcb8b" }, + { name = "lxde-rc.xml", text = "", fg = "#cdd6f4" }, + { name = "lxqt.conf", text = "", fg = "#5e81ac" }, + { name = "makefile", text = "", fg = "#7f849c" }, + { name = "mix.lock", text = "", fg = "#b48ead" }, + { name = "mpv.conf", text = "", fg = "#b48ead" }, + { name = "next.config.cjs", text = "", fg = "#88c0d0" }, + { name = "next.config.js", text = "", fg = "#88c0d0" }, + { name = "next.config.ts", text = "", fg = "#88c0d0" }, + { name = "node_modules", text = "", fg = "#b48ead" }, + { name = "nuxt.config.cjs", text = "󱄆", fg = "#a3be8c" }, + { name = "nuxt.config.js", text = "󱄆", fg = "#a3be8c" }, + { name = "nuxt.config.mjs", text = "󱄆", fg = "#a3be8c" }, + { name = "nuxt.config.ts", text = "󱄆", fg = "#a3be8c" }, + { name = "package-lock.json", text = "", fg = "#bf616a" }, + { name = "package.json", text = "", fg = "#b48ead" }, + { name = "PKGBUILD", text = "", fg = "#88c0d0" }, + { name = "platformio.ini", text = "", fg = "#ebcb8b" }, + { name = "playwright.config.cjs", text = "", fg = "#a3be8c" }, + { name = "playwright.config.cts", text = "", fg = "#a3be8c" }, + { name = "playwright.config.js", text = "", fg = "#a3be8c" }, + { name = "playwright.config.mjs", text = "", fg = "#a3be8c" }, + { name = "playwright.config.mts", text = "", fg = "#a3be8c" }, + { name = "playwright.config.ts", text = "", fg = "#a3be8c" }, + { name = "pnpm-lock.yaml", text = "", fg = "#ebcb8b" }, + { name = "pnpm-workspace.yaml", text = "", fg = "#ebcb8b" }, + { name = "pom.xml", text = "", fg = "#bf616a" }, + { name = "prettier.config.cjs", text = "", fg = "#5e81ac" }, + { name = "prettier.config.js", text = "", fg = "#5e81ac" }, + { name = "prettier.config.mjs", text = "", fg = "#5e81ac" }, + { name = "prettier.config.ts", text = "", fg = "#5e81ac" }, + { name = "procfile", text = "", fg = "#b48ead" }, + { name = "PrusaSlicer.ini", text = "", fg = "#bf616a" }, + { name = "PrusaSlicerGcodeViewer.ini", text = "", fg = "#bf616a" }, + { name = "py.typed", text = "", fg = "#ebcb8b" }, + { name = "QtProject.conf", text = "", fg = "#a3be8c" }, + { name = "rakefile", text = "", fg = "#bf616a" }, + { name = "readme", text = "󰂺", fg = "#cdd6f4" }, + { name = "readme.md", text = "󰂺", fg = "#cdd6f4" }, + { name = "rmd", text = "", fg = "#5e81ac" }, + { name = "robots.txt", text = "󰚩", fg = "#b48ead" }, + { name = "security", text = "󰒃", fg = "#cdd6f4" }, + { name = "security.md", text = "󰒃", fg = "#cdd6f4" }, + { name = "settings.gradle", text = "", fg = "#5e81ac" }, + { name = "svelte.config.js", text = "", fg = "#bf616a" }, + { name = "sxhkdrc", text = "", fg = "#7f849c" }, + { name = "sym-lib-table", text = "", fg = "#88c0d0" }, + { name = "tailwind.config.js", text = "󱏿", fg = "#88c0d0" }, + { name = "tailwind.config.mjs", text = "󱏿", fg = "#88c0d0" }, + { name = "tailwind.config.ts", text = "󱏿", fg = "#88c0d0" }, + { name = "tmux.conf", text = "", fg = "#a3be8c" }, + { name = "tmux.conf.local", text = "", fg = "#a3be8c" }, + { name = "tsconfig.json", text = "", fg = "#5e81ac" }, + { name = "unlicense", text = "", fg = "#ebcb8b" }, + { name = "vagrantfile", text = "", fg = "#5e81ac" }, + { name = "vercel.json", text = "", fg = "#88c0d0" }, + { name = "vite.config.cjs", text = "", fg = "#ebcb8b" }, + { name = "vite.config.cts", text = "", fg = "#ebcb8b" }, + { name = "vite.config.js", text = "", fg = "#ebcb8b" }, + { name = "vite.config.mjs", text = "", fg = "#ebcb8b" }, + { name = "vite.config.mts", text = "", fg = "#ebcb8b" }, + { name = "vite.config.ts", text = "", fg = "#ebcb8b" }, + { name = "vitest.config.cjs", text = "", fg = "#ebcb8b" }, + { name = "vitest.config.cts", text = "", fg = "#ebcb8b" }, + { name = "vitest.config.js", text = "", fg = "#ebcb8b" }, + { name = "vitest.config.mjs", text = "", fg = "#ebcb8b" }, + { name = "vitest.config.mts", text = "", fg = "#ebcb8b" }, + { name = "vitest.config.ts", text = "", fg = "#ebcb8b" }, + { name = "vlcrc", text = "󰕼", fg = "#ebcb8b" }, + { name = "webpack", text = "󰜫", fg = "#5e81ac" }, + { name = "weston.ini", text = "", fg = "#ebcb8b" }, + { name = "workspace", text = "", fg = "#a3be8c" }, + { name = "wrangler.jsonc", text = "", fg = "#ebcb8b" }, + { name = "wrangler.toml", text = "", fg = "#ebcb8b" }, + { name = "xdph.conf", text = "", fg = "#88c0d0" }, + { name = "xmobarrc", text = "", fg = "#bf616a" }, + { name = "xmobarrc.hs", text = "", fg = "#bf616a" }, + { name = "xmonad.hs", text = "", fg = "#bf616a" }, + { name = "xorg.conf", text = "", fg = "#bf616a" }, + { name = "xsettingsd.conf", text = "", fg = "#bf616a" }, ] 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" }, + { name = "3gp", text = "", fg = "#ebcb8b" }, + { name = "3mf", text = "󰆧", fg = "#b48ead" }, + { name = "7z", text = "", fg = "#ebcb8b" }, + { name = "a", text = "", fg = "#cdd6f4" }, + { name = "aac", text = "", fg = "#5e81ac" }, + { name = "ada", text = "", fg = "#5e81ac" }, + { name = "adb", text = "", fg = "#5e81ac" }, + { name = "ads", text = "", fg = "#b48ead" }, + { name = "ai", text = "", fg = "#ebcb8b" }, + { name = "aif", text = "", fg = "#5e81ac" }, + { name = "aiff", text = "", fg = "#5e81ac" }, + { name = "android", text = "", fg = "#a3be8c" }, + { name = "ape", text = "", fg = "#5e81ac" }, + { name = "apk", text = "", fg = "#a3be8c" }, + { name = "apl", text = "", fg = "#a3be8c" }, + { name = "app", text = "", fg = "#bf616a" }, + { name = "applescript", text = "", fg = "#7f849c" }, + { name = "asc", text = "󰦝", fg = "#7f849c" }, + { name = "asm", text = "", fg = "#5e81ac" }, + { name = "ass", text = "󰨖", fg = "#ebcb8b" }, + { name = "astro", text = "", fg = "#b48ead" }, + { name = "avif", text = "", fg = "#b48ead" }, + { name = "awk", text = "", fg = "#7f849c" }, + { name = "azcli", text = "", fg = "#5e81ac" }, + { name = "bak", text = "󰁯", fg = "#7f849c" }, + { name = "bash", text = "", fg = "#a3be8c" }, + { name = "bat", text = "", fg = "#a3be8c" }, + { name = "bazel", text = "", fg = "#a3be8c" }, + { name = "bib", text = "󱉟", fg = "#ebcb8b" }, + { name = "bicep", text = "", fg = "#5e81ac" }, + { name = "bicepparam", text = "", fg = "#b48ead" }, + { name = "bin", text = "", fg = "#bf616a" }, + { name = "blade.php", text = "", fg = "#bf616a" }, + { name = "blend", text = "󰂫", fg = "#ebcb8b" }, + { name = "blp", text = "󰺾", fg = "#5e81ac" }, + { name = "bmp", text = "", fg = "#b48ead" }, + { name = "bqn", text = "", fg = "#a3be8c" }, + { name = "brep", text = "󰻫", fg = "#ebcb8b" }, + { name = "bz", text = "", fg = "#ebcb8b" }, + { name = "bz2", text = "", fg = "#ebcb8b" }, + { name = "bz3", text = "", fg = "#ebcb8b" }, + { name = "bzl", text = "", fg = "#a3be8c" }, + { name = "c", text = "", fg = "#5e81ac" }, + { name = "c++", text = "", fg = "#bf616a" }, + { name = "cache", text = "", fg = "#88c0d0" }, + { name = "cast", text = "", fg = "#ebcb8b" }, + { name = "cbl", text = "", fg = "#5e81ac" }, + { name = "cc", text = "", fg = "#bf616a" }, + { name = "ccm", text = "", fg = "#bf616a" }, + { name = "cfc", text = "", fg = "#88c0d0" }, + { name = "cfg", text = "", fg = "#7f849c" }, + { name = "cfm", text = "", fg = "#88c0d0" }, + { name = "cjs", text = "", fg = "#ebcb8b" }, + { name = "clj", text = "", fg = "#a3be8c" }, + { name = "cljc", text = "", fg = "#a3be8c" }, + { name = "cljd", text = "", fg = "#5e81ac" }, + { name = "cljs", text = "", fg = "#5e81ac" }, + { name = "cmake", text = "", fg = "#cdd6f4" }, + { name = "cob", text = "", fg = "#5e81ac" }, + { name = "cobol", text = "", fg = "#5e81ac" }, + { name = "coffee", text = "", fg = "#ebcb8b" }, + { name = "conda", text = "", fg = "#a3be8c" }, + { name = "conf", text = "", fg = "#7f849c" }, + { name = "config.ru", text = "", fg = "#bf616a" }, + { name = "cow", text = "󰆚", fg = "#ebcb8b" }, + { name = "cp", text = "", fg = "#5e81ac" }, + { name = "cpp", text = "", fg = "#5e81ac" }, + { name = "cppm", text = "", fg = "#5e81ac" }, + { name = "cpy", text = "", fg = "#5e81ac" }, + { name = "cr", text = "", fg = "#cdd6f4" }, + { name = "crdownload", text = "", fg = "#88c0d0" }, + { name = "cs", text = "󰌛", fg = "#ebcb8b" }, + { name = "csh", text = "", fg = "#7f849c" }, + { name = "cshtml", text = "󱦗", fg = "#b48ead" }, + { name = "cson", text = "", fg = "#ebcb8b" }, + { name = "csproj", text = "󰪮", fg = "#b48ead" }, + { name = "css", text = "", fg = "#b48ead" }, + { name = "csv", text = "", fg = "#a3be8c" }, + { name = "cts", text = "", fg = "#5e81ac" }, + { name = "cu", text = "", fg = "#a3be8c" }, + { name = "cue", text = "󰲹", fg = "#b48ead" }, + { name = "cuh", text = "", fg = "#b48ead" }, + { name = "cxx", text = "", fg = "#5e81ac" }, + { name = "cxxm", text = "", fg = "#5e81ac" }, + { name = "d", text = "", fg = "#bf616a" }, + { name = "d.ts", text = "", fg = "#ebcb8b" }, + { name = "dart", text = "", fg = "#5e81ac" }, + { name = "db", text = "", fg = "#88c0d0" }, + { name = "dconf", text = "", fg = "#88c0d0" }, + { name = "desktop", text = "", fg = "#b48ead" }, + { name = "diff", text = "", fg = "#7f849c" }, + { name = "dll", text = "", fg = "#bf616a" }, + { name = "doc", text = "󰈬", fg = "#5e81ac" }, + { name = "Dockerfile", text = "󰡨", fg = "#5e81ac" }, + { name = "dockerignore", text = "󰡨", fg = "#5e81ac" }, + { name = "docx", text = "󰈬", fg = "#5e81ac" }, + { name = "dot", text = "󱁉", fg = "#5e81ac" }, + { name = "download", text = "", fg = "#88c0d0" }, + { name = "drl", text = "", fg = "#bf616a" }, + { name = "dropbox", text = "", fg = "#5e81ac" }, + { name = "dump", text = "", fg = "#88c0d0" }, + { name = "dwg", text = "󰻫", fg = "#ebcb8b" }, + { name = "dxf", text = "󰻫", fg = "#ebcb8b" }, + { name = "ebook", text = "", fg = "#ebcb8b" }, + { name = "ebuild", text = "", fg = "#b48ead" }, + { name = "edn", text = "", fg = "#5e81ac" }, + { name = "eex", text = "", fg = "#b48ead" }, + { name = "ejs", text = "", fg = "#ebcb8b" }, + { name = "el", text = "", fg = "#b48ead" }, + { name = "elc", text = "", fg = "#b48ead" }, + { name = "elf", text = "", fg = "#bf616a" }, + { name = "elm", text = "", fg = "#5e81ac" }, + { name = "eln", text = "", fg = "#b48ead" }, + { name = "env", text = "", fg = "#ebcb8b" }, + { name = "eot", text = "", fg = "#cdd6f4" }, + { name = "epp", text = "", fg = "#ebcb8b" }, + { name = "epub", text = "", fg = "#ebcb8b" }, + { name = "erb", text = "", fg = "#bf616a" }, + { name = "erl", text = "", fg = "#b48ead" }, + { name = "ex", text = "", fg = "#b48ead" }, + { name = "exe", text = "", fg = "#bf616a" }, + { name = "exs", text = "", fg = "#b48ead" }, + { name = "f#", text = "", fg = "#5e81ac" }, + { name = "f3d", text = "󰻫", fg = "#ebcb8b" }, + { name = "f90", text = "󱈚", fg = "#b48ead" }, + { name = "fbx", text = "󰆧", fg = "#b48ead" }, + { name = "fcbak", text = "", fg = "#bf616a" }, + { name = "fcmacro", text = "", fg = "#bf616a" }, + { name = "fcmat", text = "", fg = "#bf616a" }, + { name = "fcparam", text = "", fg = "#bf616a" }, + { name = "fcscript", text = "", fg = "#bf616a" }, + { name = "fcstd", text = "", fg = "#bf616a" }, + { name = "fcstd1", text = "", fg = "#bf616a" }, + { name = "fctb", text = "", fg = "#bf616a" }, + { name = "fctl", text = "", fg = "#bf616a" }, + { name = "fdmdownload", text = "", fg = "#88c0d0" }, + { name = "feature", text = "", fg = "#a3be8c" }, + { name = "fish", text = "", fg = "#7f849c" }, + { name = "flac", text = "", fg = "#5e81ac" }, + { name = "flc", text = "", fg = "#cdd6f4" }, + { name = "flf", text = "", fg = "#cdd6f4" }, + { name = "fnl", text = "", fg = "#ebcb8b" }, + { name = "fodg", text = "", fg = "#ebcb8b" }, + { name = "fodp", text = "", fg = "#ebcb8b" }, + { name = "fods", text = "", fg = "#a3be8c" }, + { name = "fodt", text = "", fg = "#5e81ac" }, + { name = "frag", text = "", fg = "#88c0d0" }, + { name = "fs", text = "", fg = "#5e81ac" }, + { name = "fsi", text = "", fg = "#5e81ac" }, + { name = "fsscript", text = "", fg = "#5e81ac" }, + { name = "fsx", text = "", fg = "#5e81ac" }, + { name = "gcode", text = "󰐫", fg = "#5e81ac" }, + { name = "gd", text = "", fg = "#7f849c" }, + { name = "gemspec", text = "", fg = "#bf616a" }, + { name = "geom", text = "", fg = "#88c0d0" }, + { name = "gif", text = "", fg = "#b48ead" }, + { name = "git", text = "", fg = "#bf616a" }, + { name = "glb", text = "", fg = "#ebcb8b" }, + { name = "gleam", text = "", fg = "#b48ead" }, + { name = "glsl", text = "", fg = "#88c0d0" }, + { name = "gnumakefile", text = "", fg = "#7f849c" }, + { name = "go", text = "", fg = "#88c0d0" }, + { name = "godot", text = "", fg = "#7f849c" }, + { name = "gpr", text = "", fg = "#7f849c" }, + { name = "gql", text = "", fg = "#b48ead" }, + { name = "gradle", text = "", fg = "#5e81ac" }, + { name = "graphql", text = "", fg = "#b48ead" }, + { name = "gresource", text = "", fg = "#88c0d0" }, + { name = "gv", text = "󱁉", fg = "#5e81ac" }, + { name = "gz", text = "", fg = "#ebcb8b" }, + { name = "h", text = "", fg = "#b48ead" }, + { name = "haml", text = "", fg = "#cdd6f4" }, + { name = "hbs", text = "", fg = "#bf616a" }, + { name = "heex", text = "", fg = "#b48ead" }, + { name = "hex", text = "", fg = "#5e81ac" }, + { name = "hh", text = "", fg = "#b48ead" }, + { name = "hpp", text = "", fg = "#b48ead" }, + { name = "hrl", text = "", fg = "#b48ead" }, + { name = "hs", text = "", fg = "#b48ead" }, + { name = "htm", text = "", fg = "#bf616a" }, + { name = "html", text = "", fg = "#bf616a" }, + { name = "http", text = "", fg = "#5e81ac" }, + { name = "huff", text = "󰡘", fg = "#b48ead" }, + { name = "hurl", text = "", fg = "#b48ead" }, + { name = "hx", text = "", fg = "#ebcb8b" }, + { name = "hxx", text = "", fg = "#b48ead" }, + { name = "ical", text = "", fg = "#5e81ac" }, + { name = "icalendar", text = "", fg = "#5e81ac" }, + { name = "ico", text = "", fg = "#ebcb8b" }, + { name = "ics", text = "", fg = "#5e81ac" }, + { name = "ifb", text = "", fg = "#5e81ac" }, + { name = "ifc", text = "󰻫", fg = "#ebcb8b" }, + { name = "ige", text = "󰻫", fg = "#ebcb8b" }, + { name = "iges", text = "󰻫", fg = "#ebcb8b" }, + { name = "igs", text = "󰻫", fg = "#ebcb8b" }, + { name = "image", text = "", fg = "#bf616a" }, + { name = "img", text = "", fg = "#bf616a" }, + { name = "import", text = "", fg = "#cdd6f4" }, + { name = "info", text = "", fg = "#ebcb8b" }, + { name = "ini", text = "", fg = "#7f849c" }, + { name = "ino", text = "", fg = "#88c0d0" }, + { name = "ipynb", text = "", fg = "#ebcb8b" }, + { name = "iso", text = "", fg = "#bf616a" }, + { name = "ixx", text = "", fg = "#5e81ac" }, + { name = "jar", text = "", fg = "#ebcb8b" }, + { name = "java", text = "", fg = "#bf616a" }, + { name = "jl", text = "", fg = "#b48ead" }, + { name = "jpeg", text = "", fg = "#b48ead" }, + { name = "jpg", text = "", fg = "#b48ead" }, + { name = "js", text = "", fg = "#ebcb8b" }, + { name = "json", text = "", fg = "#ebcb8b" }, + { name = "json5", text = "", fg = "#ebcb8b" }, + { name = "jsonc", text = "", fg = "#ebcb8b" }, + { name = "jsx", text = "", fg = "#88c0d0" }, + { name = "jwmrc", text = "", fg = "#5e81ac" }, + { name = "jxl", text = "", fg = "#b48ead" }, + { name = "kbx", text = "󰯄", fg = "#7f849c" }, + { name = "kdb", text = "", fg = "#a3be8c" }, + { name = "kdbx", text = "", fg = "#a3be8c" }, + { name = "kdenlive", text = "", fg = "#88c0d0" }, + { name = "kdenlivetitle", text = "", fg = "#88c0d0" }, + { name = "kicad_dru", text = "", fg = "#88c0d0" }, + { name = "kicad_mod", text = "", fg = "#88c0d0" }, + { name = "kicad_pcb", text = "", fg = "#88c0d0" }, + { name = "kicad_prl", text = "", fg = "#88c0d0" }, + { name = "kicad_pro", text = "", fg = "#88c0d0" }, + { name = "kicad_sch", text = "", fg = "#88c0d0" }, + { name = "kicad_sym", text = "", fg = "#88c0d0" }, + { name = "kicad_wks", text = "", fg = "#88c0d0" }, + { name = "ko", text = "", fg = "#cdd6f4" }, + { name = "kpp", text = "", fg = "#b48ead" }, + { name = "kra", text = "", fg = "#b48ead" }, + { name = "krz", text = "", fg = "#b48ead" }, + { name = "ksh", text = "", fg = "#7f849c" }, + { name = "kt", text = "", fg = "#5e81ac" }, + { name = "kts", text = "", fg = "#5e81ac" }, + { name = "lck", text = "", fg = "#cdd6f4" }, + { name = "leex", text = "", fg = "#b48ead" }, + { name = "less", text = "", fg = "#b48ead" }, + { name = "lff", text = "", fg = "#cdd6f4" }, + { name = "lhs", text = "", fg = "#b48ead" }, + { name = "lib", text = "", fg = "#bf616a" }, + { name = "license", text = "", fg = "#ebcb8b" }, + { name = "liquid", text = "", fg = "#ebcb8b" }, + { name = "lock", text = "", fg = "#cdd6f4" }, + { name = "log", text = "󰌱", fg = "#cdd6f4" }, + { name = "lrc", text = "󰨖", fg = "#ebcb8b" }, + { name = "lua", text = "", fg = "#5e81ac" }, + { name = "luac", text = "", fg = "#5e81ac" }, + { name = "luau", text = "", fg = "#5e81ac" }, + { name = "m", text = "", fg = "#5e81ac" }, + { name = "m3u", text = "󰲹", fg = "#b48ead" }, + { name = "m3u8", text = "󰲹", fg = "#b48ead" }, + { name = "m4a", text = "", fg = "#5e81ac" }, + { name = "m4v", text = "", fg = "#ebcb8b" }, + { name = "magnet", text = "", fg = "#bf616a" }, + { name = "makefile", text = "", fg = "#7f849c" }, + { name = "markdown", text = "", fg = "#cdd6f4" }, + { name = "material", text = "", fg = "#b48ead" }, + { name = "md", text = "", fg = "#cdd6f4" }, + { name = "md5", text = "󰕥", fg = "#b48ead" }, + { name = "mdx", text = "", fg = "#5e81ac" }, + { name = "mint", text = "󰌪", fg = "#a3be8c" }, + { name = "mjs", text = "", fg = "#ebcb8b" }, + { name = "mk", text = "", fg = "#7f849c" }, + { name = "mkv", text = "", fg = "#ebcb8b" }, + { name = "ml", text = "", fg = "#ebcb8b" }, + { name = "mli", text = "", fg = "#ebcb8b" }, + { name = "mm", text = "", fg = "#5e81ac" }, + { name = "mo", text = "", fg = "#b48ead" }, + { name = "mobi", text = "", fg = "#ebcb8b" }, + { name = "mojo", text = "", fg = "#bf616a" }, + { name = "mov", text = "", fg = "#ebcb8b" }, + { name = "mp3", text = "", fg = "#5e81ac" }, + { name = "mp4", text = "", fg = "#ebcb8b" }, + { name = "mpp", text = "", fg = "#5e81ac" }, + { name = "msf", text = "", fg = "#5e81ac" }, + { name = "mts", text = "", fg = "#5e81ac" }, + { name = "mustache", text = "", fg = "#ebcb8b" }, + { name = "nfo", text = "", fg = "#ebcb8b" }, + { name = "nim", text = "", fg = "#ebcb8b" }, + { name = "nix", text = "", fg = "#88c0d0" }, + { name = "norg", text = "", fg = "#5e81ac" }, + { name = "nswag", text = "", fg = "#a3be8c" }, + { name = "nu", text = "", fg = "#88c0d0" }, + { name = "o", text = "", fg = "#bf616a" }, + { name = "obj", text = "󰆧", fg = "#b48ead" }, + { name = "odf", text = "", fg = "#bf616a" }, + { name = "odg", text = "", fg = "#ebcb8b" }, + { name = "odin", text = "󰟢", fg = "#5e81ac" }, + { name = "odp", text = "", fg = "#ebcb8b" }, + { name = "ods", text = "", fg = "#a3be8c" }, + { name = "odt", text = "", fg = "#5e81ac" }, + { name = "oga", text = "", fg = "#5e81ac" }, + { name = "ogg", text = "", fg = "#5e81ac" }, + { name = "ogv", text = "", fg = "#ebcb8b" }, + { name = "ogx", text = "", fg = "#ebcb8b" }, + { name = "opus", text = "", fg = "#5e81ac" }, + { name = "org", text = "", fg = "#88c0d0" }, + { name = "otf", text = "", fg = "#cdd6f4" }, + { name = "out", text = "", fg = "#bf616a" }, + { name = "part", text = "", fg = "#88c0d0" }, + { name = "patch", text = "", fg = "#7f849c" }, + { name = "pck", text = "", fg = "#7f849c" }, + { name = "pcm", text = "", fg = "#5e81ac" }, + { name = "pdf", text = "", fg = "#bf616a" }, + { name = "php", text = "", fg = "#b48ead" }, + { name = "pl", text = "", fg = "#5e81ac" }, + { name = "pls", text = "󰲹", fg = "#b48ead" }, + { name = "ply", text = "󰆧", fg = "#b48ead" }, + { name = "pm", text = "", fg = "#5e81ac" }, + { name = "png", text = "", fg = "#b48ead" }, + { name = "po", text = "", fg = "#5e81ac" }, + { name = "pot", text = "", fg = "#5e81ac" }, + { name = "pp", text = "", fg = "#ebcb8b" }, + { name = "ppt", text = "󰈧", fg = "#bf616a" }, + { name = "pptx", text = "󰈧", fg = "#bf616a" }, + { name = "prisma", text = "", fg = "#5e81ac" }, + { name = "pro", text = "", fg = "#ebcb8b" }, + { name = "ps1", text = "󰨊", fg = "#5e81ac" }, + { name = "psb", text = "", fg = "#5e81ac" }, + { name = "psd", text = "", fg = "#5e81ac" }, + { name = "psd1", text = "󰨊", fg = "#5e81ac" }, + { name = "psm1", text = "󰨊", fg = "#5e81ac" }, + { name = "pub", text = "󰷖", fg = "#ebcb8b" }, + { name = "pxd", text = "", fg = "#5e81ac" }, + { name = "pxi", text = "", fg = "#5e81ac" }, + { name = "py", text = "", fg = "#ebcb8b" }, + { name = "pyc", text = "", fg = "#ebcb8b" }, + { name = "pyd", text = "", fg = "#ebcb8b" }, + { name = "pyi", text = "", fg = "#ebcb8b" }, + { name = "pyo", text = "", fg = "#ebcb8b" }, + { name = "pyw", text = "", fg = "#5e81ac" }, + { name = "pyx", text = "", fg = "#5e81ac" }, + { name = "qm", text = "", fg = "#5e81ac" }, + { name = "qml", text = "", fg = "#a3be8c" }, + { name = "qrc", text = "", fg = "#a3be8c" }, + { name = "qss", text = "", fg = "#a3be8c" }, + { name = "query", text = "", fg = "#a3be8c" }, + { name = "r", text = "󰟔", fg = "#5e81ac" }, + { name = "R", text = "󰟔", fg = "#5e81ac" }, + { name = "rake", text = "", fg = "#bf616a" }, + { name = "rar", text = "", fg = "#ebcb8b" }, + { name = "rasi", text = "", fg = "#ebcb8b" }, + { name = "razor", text = "󱦘", fg = "#b48ead" }, + { name = "rb", text = "", fg = "#bf616a" }, + { name = "res", text = "", fg = "#bf616a" }, + { name = "resi", text = "", fg = "#bf616a" }, + { name = "rlib", text = "", fg = "#bf616a" }, + { name = "rmd", text = "", fg = "#5e81ac" }, + { name = "rproj", text = "󰗆", fg = "#a3be8c" }, + { name = "rs", text = "", fg = "#bf616a" }, + { name = "rss", text = "", fg = "#ebcb8b" }, + { name = "s", text = "", fg = "#5e81ac" }, + { name = "sass", text = "", fg = "#bf616a" }, + { name = "sbt", text = "", fg = "#bf616a" }, + { name = "sc", text = "", fg = "#bf616a" }, + { name = "scad", text = "", fg = "#ebcb8b" }, + { name = "scala", text = "", fg = "#bf616a" }, + { name = "scm", text = "󰘧", fg = "#cdd6f4" }, + { name = "scss", text = "", fg = "#bf616a" }, + { name = "sh", text = "", fg = "#7f849c" }, + { name = "sha1", text = "󰕥", fg = "#b48ead" }, + { name = "sha224", text = "󰕥", fg = "#b48ead" }, + { name = "sha256", text = "󰕥", fg = "#b48ead" }, + { name = "sha384", text = "󰕥", fg = "#b48ead" }, + { name = "sha512", text = "󰕥", fg = "#b48ead" }, + { name = "sig", text = "󰘧", fg = "#ebcb8b" }, + { name = "signature", text = "󰘧", fg = "#ebcb8b" }, + { name = "skp", text = "󰻫", fg = "#ebcb8b" }, + { name = "sldasm", text = "󰻫", fg = "#ebcb8b" }, + { name = "sldprt", text = "󰻫", fg = "#ebcb8b" }, + { name = "slim", text = "", fg = "#bf616a" }, + { name = "sln", text = "", fg = "#b48ead" }, + { name = "slnx", text = "", fg = "#b48ead" }, + { name = "slvs", text = "󰻫", fg = "#ebcb8b" }, + { name = "sml", text = "󰘧", fg = "#ebcb8b" }, + { name = "so", text = "", fg = "#cdd6f4" }, + { name = "sol", text = "", fg = "#5e81ac" }, + { name = "spec.js", text = "", fg = "#ebcb8b" }, + { name = "spec.jsx", text = "", fg = "#88c0d0" }, + { name = "spec.ts", text = "", fg = "#5e81ac" }, + { name = "spec.tsx", text = "", fg = "#5e81ac" }, + { name = "spx", text = "", fg = "#5e81ac" }, + { name = "sql", text = "", fg = "#88c0d0" }, + { name = "sqlite", text = "", fg = "#88c0d0" }, + { name = "sqlite3", text = "", fg = "#88c0d0" }, + { name = "srt", text = "󰨖", fg = "#ebcb8b" }, + { name = "ssa", text = "󰨖", fg = "#ebcb8b" }, + { name = "ste", text = "󰻫", fg = "#ebcb8b" }, + { name = "step", text = "󰻫", fg = "#ebcb8b" }, + { name = "stl", text = "󰆧", fg = "#b48ead" }, + { name = "stories.js", text = "", fg = "#bf616a" }, + { name = "stories.jsx", text = "", fg = "#bf616a" }, + { name = "stories.mjs", text = "", fg = "#bf616a" }, + { name = "stories.svelte", text = "", fg = "#bf616a" }, + { name = "stories.ts", text = "", fg = "#bf616a" }, + { name = "stories.tsx", text = "", fg = "#bf616a" }, + { name = "stories.vue", text = "", fg = "#bf616a" }, + { name = "stp", text = "󰻫", fg = "#ebcb8b" }, + { name = "strings", text = "", fg = "#5e81ac" }, + { name = "styl", text = "", fg = "#a3be8c" }, + { name = "sub", text = "󰨖", fg = "#ebcb8b" }, + { name = "sublime", text = "", fg = "#ebcb8b" }, + { name = "suo", text = "", fg = "#b48ead" }, + { name = "sv", text = "󰍛", fg = "#a3be8c" }, + { name = "svelte", text = "", fg = "#bf616a" }, + { name = "svg", text = "󰜡", fg = "#ebcb8b" }, + { name = "svgz", text = "󰜡", fg = "#ebcb8b" }, + { name = "svh", text = "󰍛", fg = "#a3be8c" }, + { name = "swift", text = "", fg = "#ebcb8b" }, + { name = "t", text = "", fg = "#5e81ac" }, + { name = "tbc", text = "󰛓", fg = "#5e81ac" }, + { name = "tcl", text = "󰛓", fg = "#5e81ac" }, + { name = "templ", text = "", fg = "#ebcb8b" }, + { name = "terminal", text = "", fg = "#a3be8c" }, + { name = "test.js", text = "", fg = "#ebcb8b" }, + { name = "test.jsx", text = "", fg = "#88c0d0" }, + { name = "test.ts", text = "", fg = "#5e81ac" }, + { name = "test.tsx", text = "", fg = "#5e81ac" }, + { name = "tex", text = "", fg = "#a3be8c" }, + { name = "tf", text = "", fg = "#b48ead" }, + { name = "tfvars", text = "", fg = "#b48ead" }, + { name = "tgz", text = "", fg = "#ebcb8b" }, + { name = "tmpl", text = "", fg = "#ebcb8b" }, + { name = "tmux", text = "", fg = "#a3be8c" }, + { name = "toml", text = "", fg = "#bf616a" }, + { name = "torrent", text = "", fg = "#88c0d0" }, + { name = "tres", text = "", fg = "#7f849c" }, + { name = "ts", text = "", fg = "#5e81ac" }, + { name = "tscn", text = "", fg = "#7f849c" }, + { name = "tsconfig", text = "", fg = "#ebcb8b" }, + { name = "tsx", text = "", fg = "#5e81ac" }, + { name = "ttf", text = "", fg = "#cdd6f4" }, + { name = "twig", text = "", fg = "#a3be8c" }, + { name = "txt", text = "󰈙", fg = "#a3be8c" }, + { name = "txz", text = "", fg = "#ebcb8b" }, + { name = "typ", text = "", fg = "#88c0d0" }, + { name = "typoscript", text = "", fg = "#ebcb8b" }, + { name = "ui", text = "", fg = "#5e81ac" }, + { name = "v", text = "󰍛", fg = "#a3be8c" }, + { name = "vala", text = "", fg = "#b48ead" }, + { name = "vert", text = "", fg = "#88c0d0" }, + { name = "vh", text = "󰍛", fg = "#a3be8c" }, + { name = "vhd", text = "󰍛", fg = "#a3be8c" }, + { name = "vhdl", text = "󰍛", fg = "#a3be8c" }, + { name = "vi", text = "", fg = "#ebcb8b" }, + { name = "vim", text = "", fg = "#a3be8c" }, + { name = "vsh", text = "", fg = "#88c0d0" }, + { name = "vsix", text = "", fg = "#b48ead" }, + { name = "vue", text = "", fg = "#a3be8c" }, + { name = "wasm", text = "", fg = "#5e81ac" }, + { name = "wav", text = "", fg = "#5e81ac" }, + { name = "webm", text = "", fg = "#ebcb8b" }, + { name = "webmanifest", text = "", fg = "#ebcb8b" }, + { name = "webp", text = "", fg = "#b48ead" }, + { name = "webpack", text = "󰜫", fg = "#5e81ac" }, + { name = "wma", text = "", fg = "#5e81ac" }, + { name = "wmv", text = "", fg = "#ebcb8b" }, + { name = "woff", text = "", fg = "#cdd6f4" }, + { name = "woff2", text = "", fg = "#cdd6f4" }, + { name = "wrl", text = "󰆧", fg = "#b48ead" }, + { name = "wrz", text = "󰆧", fg = "#b48ead" }, + { name = "wv", text = "", fg = "#5e81ac" }, + { name = "wvc", text = "", fg = "#5e81ac" }, + { name = "x", text = "", fg = "#5e81ac" }, + { name = "xaml", text = "󰙳", fg = "#b48ead" }, + { name = "xcf", text = "", fg = "#7f849c" }, + { name = "xcplayground", text = "", fg = "#ebcb8b" }, + { name = "xcstrings", text = "", fg = "#5e81ac" }, + { name = "xls", text = "󰈛", fg = "#a3be8c" }, + { name = "xlsx", text = "󰈛", fg = "#a3be8c" }, + { name = "xm", text = "", fg = "#5e81ac" }, + { name = "xml", text = "󰗀", fg = "#ebcb8b" }, + { name = "xpi", text = "", fg = "#bf616a" }, + { name = "xul", text = "", fg = "#ebcb8b" }, + { name = "xz", text = "", fg = "#ebcb8b" }, + { name = "yaml", text = "", fg = "#7f849c" }, + { name = "yml", text = "", fg = "#7f849c" }, + { name = "zig", text = "", fg = "#ebcb8b" }, + { name = "zip", text = "", fg = "#ebcb8b" }, + { name = "zsh", text = "", fg = "#a3be8c" }, + { name = "zst", text = "", fg = "#ebcb8b" }, + { name = "🔥", text = "", fg = "#bf616a" }, ] + +# 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" }, +# ] diff --git a/dependencies.txt b/dependencies.txt index ffef6a6..3557e71 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -117,8 +117,9 @@ wayland-protocols # STYLING # qt5ct qt6ct -everforest-gtk-theme-git -everforest-icon-theme-git +nordic-theme +# everforest-gtk-theme-git +# everforest-icon-theme-git # DOAS ASKPASS # expect -- cgit v1.2.3