diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..e57c38c --- /dev/null +++ b/.zshrc @@ -0,0 +1,101 @@ +# If you come from bash you might have to change your $PATH. +# export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH="$HOME/.local/bin:$PATH" + +# Set name of the theme to load --- if set to "random", it will +# load a random theme each time oh-my-zsh is loaded, in which case, +# to know which specific one was loaded, run: echo $RANDOM_THEME +# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes +ZSH_THEME="dracula" + +eval "$(oh-my-posh init zsh --config ~/.config/OhMyPosh/ohmyposh_dracula.json)" + +# Set list of themes to pick from when loading at random +# Setting this variable when ZSH_THEME=random will cause zsh to load +# a theme from this variable instead of looking in $ZSH/themes/ +# If set to an empty array, this variable will have no effect. +# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" ) + +# Uncomment the following line to use case-sensitive completion. +# CASE_SENSITIVE="true" + +# Uncomment the following line to use hyphen-insensitive completion. +# Case-sensitive completion must be off. _ and - will be interchangeable. +# HYPHEN_INSENSITIVE="true" + +# Uncomment one of the following lines to change the auto-update behavior +# zstyle ':omz:update' mode disabled # disable automatic updates +# zstyle ':omz:update' mode auto # update automatically without asking +# zstyle ':omz:update' mode reminder # just remind me to update when it's time + +# Uncomment the following line to change how often to auto-update (in days). +# zstyle ':omz:update' frequency 13 + +# Uncomment the following line if pasting URLs and other text is messed up. +# DISABLE_MAGIC_FUNCTIONS="true" + +# Uncomment the following line to disable colors in ls. +# DISABLE_LS_COLORS="true" + +# Uncomment the following line to disable auto-setting terminal title. +# DISABLE_AUTO_TITLE="true" + +# Uncomment the following line to enable command auto-correction. +# ENABLE_CORRECTION="true" + +# Uncomment the following line to display red dots whilst waiting for completion. +# You can also set it to another string to have that shown instead of the default red dots. +# e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f" +# Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765) +# COMPLETION_WAITING_DOTS="true" + +# Uncomment the following line if you want to disable marking untracked files +# under VCS as dirty. This makes repository status check for large repositories +# much, much faster. +# DISABLE_UNTRACKED_FILES_DIRTY="true" + +# Uncomment the following line if you want to change the command execution time +# stamp shown in the history command output. +# You can set one of the optional three formats: +# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" +# or set a custom format using the strftime function format specifications, +# see 'man strftime' for details. +# HIST_STAMPS="mm/dd/yyyy" + +# Would you like to use another custom folder than $ZSH/custom? +# ZSH_CUSTOM=/path/to/new-custom-folder + +# Which plugins would you like to load? +# Standard plugins can be found in $ZSH/plugins/ +# Custom plugins may be added to $ZSH_CUSTOM/plugins/ +# Example format: plugins=(rails git textmate ruby lighthouse) +# Add wisely, as too many plugins slow down shell startup. +plugins=(git nvm) + +# User configuration + +# export MANPATH="/usr/local/man:$MANPATH" + +# You may need to manually set your language environment +# export LANG=en_US.UTF-8 + +# Preferred editor for local and remote sessions +# if [[ -n $SSH_CONNECTION ]]; then +# export EDITOR='vim' +# else +# export EDITOR='mvim' +# fi + +# Compilation flags +# export ARCHFLAGS="-arch x86_64" + +# Set personal aliases, overriding those provided by oh-my-zsh libs, +# plugins, and themes. Aliases can be placed here, though oh-my-zsh +# users are encouraged to define aliases within the ZSH_CUSTOM folder. +# For a full list of active aliases, run `alias`. +# +# Example aliases +# alias zshconfig="mate ~/.zshrc" +# alias ohmyzsh="mate ~/.oh-my-zsh" +# +alias vim=nvim diff --git a/OhMyPosh/ohmyposh_dracula.json b/OhMyPosh/ohmyposh_dracula.json new file mode 100755 index 0000000..6d2f735 --- /dev/null +++ b/OhMyPosh/ohmyposh_dracula.json @@ -0,0 +1,93 @@ +{ + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", + "blocks": [ + { + "alignment": "left", + "segments": [ + { + "foreground": "#6272a4", + "style": "plain", + "template": "\u256d\u2500", + "type": "text" + }, + { + "background": "#6272a4", + "foreground": "#fafaf5", + "leading_diamond": "\ue0b6", + "style": "diamond", + "template": "{{ .UserName }} ", + "type": "session" + }, + { + "background": "#bd93f9", + "foreground": "#282a36", + "powerline_symbol": "\ue0b0", + "properties": { + "style": "full" + }, + "style": "powerline", + "template": " {{ .Path }} ", + "type": "path" + }, + { + "background": "#ffb86c", + "foreground": "#282a36", + "powerline_symbol": "\ue0b0", + "properties": { + "branch_icon": "", + "fetch_stash_count": true, + "fetch_status": false, + "fetch_upstream_icon": true + }, + "style": "powerline", + "template": " \ue725 ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}) ", + "type": "git" + }, + { + "background": "#8be9fd", + "foreground": "#282a36", + "powerline_symbol": "\ue0b0", + "style": "powerline", + "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", + "type": "node" + }, + { + "background": "#ff79c6", + "foreground": "#282a36", + "properties": { + "time_format": "3:04 PM" + }, + "style": "diamond", + "template": " {{ .CurrentDate | date .Format }}", + "trailing_diamond": "\ue0b4", + "type": "time" + }, + { + "foreground": "#6272a4", + "style": "plain", + "template": "\n\u2570\u2500>>", + "type": "text" + } + ], + "type": "prompt" + }, + { + "alignment": "left", + "segments":[ + { + "background": "#f1fa8c", + "foreground": "#282a36", + "invert_powerline": true, + "leading_diamond": "\ue0b6", + "style": "diamond", + "template": " \ue7ad {{.Profile}}{{if .Region}}@{{.Region}}{{end}}", + "trailing_diamond": "\ue0b4", + "type": "aws" + } + ], + "type": "rprompt" + } + ], + "final_space": true, + "version": 2 +} diff --git a/PurpleWatchtower.png b/PurpleWatchtower.png new file mode 100644 index 0000000..43e3e9a Binary files /dev/null and b/PurpleWatchtower.png differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..30cde72 --- /dev/null +++ b/README.md @@ -0,0 +1,124 @@ +## Desktop Environment +### Fonts + +Put the contents of the `fonts` directory into your `~/.local/share/fonts/` directory. + +My plasma font is `Ubuntu Nerd Font Propo Med` +### Theme + +Install this [global theme](https://store.kde.org/p/1370871) and also install [Kvantum](https://github.com/tsujan/Kvantum/blob/master/Kvantum/INSTALL.md) to set Dracula as the Kvantum theme. + +For the Icons theme, install [Tela Icons Theme](https://store.kde.org/p/1279924/) and select the Dracula variant. + +For the Dock Icons, they are custom made for what I use; I've provided some in the `dock_icons` directory. +You can use [this tool](https://svgcolor.com/) to change the color scheme of your icons to the [Dracula color scheme](https://draculatheme.com/contribute) (scroll down for the pallette) for apps that you use. +### Plasma Panel + +The layout of my panel is: + +[Application Menu]---[Virtual Desktop Bar]---[Event Calendar]---[System Tray] + +I have it set to Floating and Opaque in the panel settings. + +#### System Tray + +To get the Icons that I have in my System Tray, you can paste the contents of the `icons` directory into `~/.local/share/plasma/desktoptheme/Dracula/icons/`, assuming you've installed the Dracula global theme. + +These icons are based on [Utterly Round](https://store.kde.org/p/1901768) icons so show some love to the original creator by upvoting. + +If you're using a different theme, replace the word 'Dracula' with the name of your theme in the path, then replace the icons. + +My system tray has all icons set to `Always Hidden` except for Audio Volume, Battery and Brightness, Bluetooth, Networks and Media Player, which are set to `Always Shown`. + +#### Application Menu + +The Application Menu icon is also provided in the `icons` directory. + +#### Virtual Desktop Bar + +The [Virtual Desktop Bar](https://github.com/wsdfhjxc/virtual-desktop-bar) widget is being used to display virtual desktops. + +In the `Appearance` category of the settings, you can change the **Desktop labels** style to `Name`. +Then you can name all of your virtual desktops as either 󰮯 or 󰊠 (left is pacman, right is ghost - icons may not show in your browser). + +You can also change the colors as your wish... remember that I have provided the Dracula color pallette in the [Theme](#theme) section. + +#### Event Calendar + +The [Event Calendar](https://store.kde.org/p/998901/) plugin lets you configure how you want to display the time and date. + +If you open up the widget settings and go to the `General` tab... You can enable `Line 1` and put the following string in the textbox to imitate my layout/colors: `'' ddd dd MMM '' '' | '' '' h:mm:ss AP ''` + +I have the changed my font to the `Ubuntu Nerd Font Propo Mono` at size 20px with Bold enabled. + +Line 2 is disabled in my configuration. + +#### Bismuth and Rounded Corners (Tiling and Borders) + +If you would like to use Tiling and Borders, you can use [Bismuth](https://github.com/Bismuth-Forge/bismuth) and [Rounded Corneres](https://github.com/matinlotfali/KDE-Rounded-Corners). + +They both integrate quite well with each other and Rounded Corners also allows you to add borders to your active tiles/windows. + +## Dolphin + +I am using Dolphin as my File Explorer. I believe Kvantum is responsible for setting the theme for Dolphin as described above. + +To get the toolbar to show on the left, you can right click and uncheck 'Lock Toolbar Positions' and then drag it to the left of your screen. Don't forget to lock it again. + +## Neovim + +My Neovim config is provided in the `nvim` directory. You can simply paste that directory into your `~/.config` directory if you want to use my neovim config. + +Or you can pick and chose my plugins inside the `nvim/lua/plugin_loader.lua` file. + +I use [Neovide](https://github.com/neovide/neovide) as well instead of Neovim in the terminal. + +## Discord + +For Discord I am using [Vencord](https://vencord.dev/). The theme for vencord is [fawni/dracula](https://github.com/fawni/dracula). They have instructions on how to install it for Vencord. + +## Spotify + +I am using [Spicetify](https://spicetify.app/docs/advanced-usage/installation/) to style my Spotify. + +Once you have Spicetify installed, you can open the 'Marketplace' in your spotify to install the theme 'Text Darkthemer'. + +Once it's installed, select the 'Dracula' variant in the dropdown near the search bar. + +To get your green accent to turn purple, follow these steps: +1. In Marketplace, go to settings by clicking the gear icon +1. Enable 'Theme developer tools' +1. Go back to the marketplace and you'll notice a paintbrush icon near the theme variant dropdown +1. Click that and replace the section labeled `[Dracula]` with the contents of the `spicetify.ini` file that I have provided. +1. Restart spotify and voila + +## Terminal (Wezterm), Zsh and Oh-my-posh + +You can install [Wezterm](https://wezfurlong.org/wezterm/installation.html), [Zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH#how-to-install-zsh-on-many-platforms) and [Oh-my-posh](https://ohmyposh.dev/docs/installation/linux) to make your terminal look like mine. + +### Wezterm + +Put the `wezterm` directory in your `~/.config` directory to use my wezterm config. + +### Zsh + +Put the `.zshrc` in your `~` aka `$HOME` directory to use my Zsh config... it's very basic. + +### Oh-my-posh + +Put the `OhMyPosh` directory in your `~/.configs` directory to use my Oh My Posh config. + +## Microsoft Edge (sue me) + +For Edge I have the [Plasma Integration](https://microsoftedge.microsoft.com/addons/detail/plasma-integration/dnnckbejblnejeabhcmhklcaljjpdjeh) extension. +This allows me to go to edge settings and select "KDE" as my theme. It will then use the appropriate theme colors. + +Dracula has an official theme for Edge [here](https://draculatheme.com/microsoft-edge). You can follow instruction in there if you want that one. + +## Homepage + +The dashboard that you see in the browser is called [Homepage](https://gethomepage.dev/latest/). + +If you plan to use it, you can use my official Homepage dracula theme [here](https://draculatheme.com/homepage-app). + +And that is all folks... I hope you enjoy. diff --git a/dock_icons/arch.svg b/dock_icons/arch.svg new file mode 100644 index 0000000..ded56e4 --- /dev/null +++ b/dock_icons/arch.svg @@ -0,0 +1,49 @@ + + + + + + + + + + diff --git a/dock_icons/computersettings.svg b/dock_icons/computersettings.svg new file mode 100644 index 0000000..caee330 --- /dev/null +++ b/dock_icons/computersettings.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/dock_icons/discord.svg b/dock_icons/discord.svg new file mode 100644 index 0000000..25d6d94 --- /dev/null +++ b/dock_icons/discord.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/dock_icons/microsoft-edge.svg b/dock_icons/microsoft-edge.svg new file mode 100644 index 0000000..4574abb --- /dev/null +++ b/dock_icons/microsoft-edge.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/dock_icons/ms-outlook.svg b/dock_icons/ms-outlook.svg new file mode 100644 index 0000000..3e4aad2 --- /dev/null +++ b/dock_icons/ms-outlook.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/dock_icons/org.kde.dolphin.svg b/dock_icons/org.kde.dolphin.svg new file mode 100644 index 0000000..50b5c94 --- /dev/null +++ b/dock_icons/org.kde.dolphin.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/dock_icons/org.wezfurlong.wezterm.svg b/dock_icons/org.wezfurlong.wezterm.svg new file mode 100644 index 0000000..bd1db7b --- /dev/null +++ b/dock_icons/org.wezfurlong.wezterm.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dock_icons/plex.svg b/dock_icons/plex.svg new file mode 100644 index 0000000..6879391 --- /dev/null +++ b/dock_icons/plex.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dock_icons/spotify.svg b/dock_icons/spotify.svg new file mode 100644 index 0000000..08a2b5c --- /dev/null +++ b/dock_icons/spotify.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/dock_icons/steam.svg b/dock_icons/steam.svg new file mode 100644 index 0000000..c202a6d --- /dev/null +++ b/dock_icons/steam.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/dock_icons/thunderbird.svg b/dock_icons/thunderbird.svg new file mode 100644 index 0000000..ad7e4e9 --- /dev/null +++ b/dock_icons/thunderbird.svg @@ -0,0 +1,83 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/dock_icons/vscode.svg b/dock_icons/vscode.svg new file mode 100644 index 0000000..974e5a3 --- /dev/null +++ b/dock_icons/vscode.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/dolphinrc b/dolphinrc new file mode 100644 index 0000000..effffab --- /dev/null +++ b/dolphinrc @@ -0,0 +1,46 @@ +MenuBar=Disabled + +[$Version] +update_info=dolphin_detailsmodesettings.upd:rename-leading-padding,dolphin_detailsmodesettings.upd:move-content-display + +[FileDialogSize] +1920x1080 screen: Height=593 +1920x1080 screen: Width=977 + +[General] +ShowSelectionToggle=false +Version=202 +ViewPropsTimestamp=2024,3,15,20,19,30.113 + +[IconsMode] +IconSize=112 + +[KFileDialog Settings] +Places Icons Auto-resize=false +Places Icons Static Size=22 +Recent Files[$e]=Plex Media Player.png,file:$HOME/Downloads/PNG/Plex Media Player.png +Recent URLs[$e]=file:$HOME/Downloads/PNG/ +detailViewIconSize=16 + +[KPropertiesDialog] +1920x1080 screen: Height=597 +1920x1080 screen: Width=472 +2880x1620 screen: Height=762 +2880x1620 screen: Width=628 + +[MainWindow] +MenuBar=Disabled +ToolBarsMovable=Disabled + +[MainWindow][Toolbar mainToolBar] +ToolButtonStyle=IconOnly + +[PreviewSettings] +Plugins=imagethumbnail,jpegthumbnail,svgthumbnail + +[Toolbar mainToolBar] +ToolButtonStyle=IconOnly + +[ViewPropertiesDialog] +2880x1620 screen: Height=446 +2880x1620 screen: Width=540 diff --git a/fonts/CaskaydiaCoveNerdFont-Bold.ttf b/fonts/CaskaydiaCoveNerdFont-Bold.ttf new file mode 100644 index 0000000..ac26f61 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-Bold.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFont-BoldItalic.ttf b/fonts/CaskaydiaCoveNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..6e09f88 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-BoldItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFont-ExtraLight.ttf b/fonts/CaskaydiaCoveNerdFont-ExtraLight.ttf new file mode 100644 index 0000000..f8aba4e Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-ExtraLight.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFont-ExtraLightItalic.ttf b/fonts/CaskaydiaCoveNerdFont-ExtraLightItalic.ttf new file mode 100644 index 0000000..2191669 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-ExtraLightItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFont-Italic.ttf b/fonts/CaskaydiaCoveNerdFont-Italic.ttf new file mode 100644 index 0000000..fba9eed Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-Italic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFont-Light.ttf b/fonts/CaskaydiaCoveNerdFont-Light.ttf new file mode 100644 index 0000000..de136b4 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-Light.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFont-LightItalic.ttf b/fonts/CaskaydiaCoveNerdFont-LightItalic.ttf new file mode 100644 index 0000000..b545d85 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-LightItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFont-Regular.ttf b/fonts/CaskaydiaCoveNerdFont-Regular.ttf new file mode 100644 index 0000000..f8e2af9 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-Regular.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFont-SemiBold.ttf b/fonts/CaskaydiaCoveNerdFont-SemiBold.ttf new file mode 100644 index 0000000..0628d42 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-SemiBold.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFont-SemiBoldItalic.ttf b/fonts/CaskaydiaCoveNerdFont-SemiBoldItalic.ttf new file mode 100644 index 0000000..0268588 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-SemiBoldItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFont-SemiLight.ttf b/fonts/CaskaydiaCoveNerdFont-SemiLight.ttf new file mode 100644 index 0000000..df4e188 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-SemiLight.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFont-SemiLightItalic.ttf b/fonts/CaskaydiaCoveNerdFont-SemiLightItalic.ttf new file mode 100644 index 0000000..e7d19c6 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFont-SemiLightItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-Bold.ttf b/fonts/CaskaydiaCoveNerdFontMono-Bold.ttf new file mode 100644 index 0000000..a7d2ed6 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-Bold.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-BoldItalic.ttf b/fonts/CaskaydiaCoveNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..b42a38e Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-ExtraLight.ttf b/fonts/CaskaydiaCoveNerdFontMono-ExtraLight.ttf new file mode 100644 index 0000000..30080db Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-ExtraLight.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-ExtraLightItalic.ttf b/fonts/CaskaydiaCoveNerdFontMono-ExtraLightItalic.ttf new file mode 100644 index 0000000..3624438 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-ExtraLightItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-Italic.ttf b/fonts/CaskaydiaCoveNerdFontMono-Italic.ttf new file mode 100644 index 0000000..c25d5e2 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-Italic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-Light.ttf b/fonts/CaskaydiaCoveNerdFontMono-Light.ttf new file mode 100644 index 0000000..ee2dbe4 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-Light.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-LightItalic.ttf b/fonts/CaskaydiaCoveNerdFontMono-LightItalic.ttf new file mode 100644 index 0000000..490ce86 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-LightItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-Regular.ttf b/fonts/CaskaydiaCoveNerdFontMono-Regular.ttf new file mode 100644 index 0000000..b53e3f8 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-Regular.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-SemiBold.ttf b/fonts/CaskaydiaCoveNerdFontMono-SemiBold.ttf new file mode 100644 index 0000000..c5689a8 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-SemiBold.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-SemiBoldItalic.ttf b/fonts/CaskaydiaCoveNerdFontMono-SemiBoldItalic.ttf new file mode 100644 index 0000000..76077fb Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-SemiBoldItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-SemiLight.ttf b/fonts/CaskaydiaCoveNerdFontMono-SemiLight.ttf new file mode 100644 index 0000000..0e182eb Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-SemiLight.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontMono-SemiLightItalic.ttf b/fonts/CaskaydiaCoveNerdFontMono-SemiLightItalic.ttf new file mode 100644 index 0000000..c94e3ba Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontMono-SemiLightItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-Bold.ttf b/fonts/CaskaydiaCoveNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..dc5b951 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-Bold.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-BoldItalic.ttf b/fonts/CaskaydiaCoveNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..fb3a120 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-ExtraLight.ttf b/fonts/CaskaydiaCoveNerdFontPropo-ExtraLight.ttf new file mode 100644 index 0000000..7dfd2a7 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-ExtraLight.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-ExtraLightItalic.ttf b/fonts/CaskaydiaCoveNerdFontPropo-ExtraLightItalic.ttf new file mode 100644 index 0000000..6de22c8 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-ExtraLightItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-Italic.ttf b/fonts/CaskaydiaCoveNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..2df18f2 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-Italic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-Light.ttf b/fonts/CaskaydiaCoveNerdFontPropo-Light.ttf new file mode 100644 index 0000000..f43778d Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-Light.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-LightItalic.ttf b/fonts/CaskaydiaCoveNerdFontPropo-LightItalic.ttf new file mode 100644 index 0000000..0b4bf0e Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-LightItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-Regular.ttf b/fonts/CaskaydiaCoveNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..ce77d2f Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-Regular.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-SemiBold.ttf b/fonts/CaskaydiaCoveNerdFontPropo-SemiBold.ttf new file mode 100644 index 0000000..0261651 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-SemiBold.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-SemiBoldItalic.ttf b/fonts/CaskaydiaCoveNerdFontPropo-SemiBoldItalic.ttf new file mode 100644 index 0000000..89d766e Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-SemiBoldItalic.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-SemiLight.ttf b/fonts/CaskaydiaCoveNerdFontPropo-SemiLight.ttf new file mode 100644 index 0000000..97e8f18 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-SemiLight.ttf differ diff --git a/fonts/CaskaydiaCoveNerdFontPropo-SemiLightItalic.ttf b/fonts/CaskaydiaCoveNerdFontPropo-SemiLightItalic.ttf new file mode 100644 index 0000000..fceaa07 Binary files /dev/null and b/fonts/CaskaydiaCoveNerdFontPropo-SemiLightItalic.ttf differ diff --git a/fonts/Icomoon-Feather.ttf b/fonts/Icomoon-Feather.ttf new file mode 100644 index 0000000..88bdfd0 Binary files /dev/null and b/fonts/Icomoon-Feather.ttf differ diff --git a/fonts/Iosevka Nerd Font Complete.ttf b/fonts/Iosevka Nerd Font Complete.ttf new file mode 100644 index 0000000..bbb351c Binary files /dev/null and b/fonts/Iosevka Nerd Font Complete.ttf differ diff --git a/fonts/JetBrains Mono Regular Nerd Font Complete.ttf b/fonts/JetBrains Mono Regular Nerd Font Complete.ttf new file mode 100644 index 0000000..f9f0185 Binary files /dev/null and b/fonts/JetBrains Mono Regular Nerd Font Complete.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-Bold.ttf b/fonts/JetBrainsMono/JetBrainsMono-Bold.ttf new file mode 100644 index 0000000..0cd1cb6 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-Bold.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-BoldItalic.ttf b/fonts/JetBrainsMono/JetBrainsMono-BoldItalic.ttf new file mode 100644 index 0000000..136d448 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-BoldItalic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-ExtraBold.ttf b/fonts/JetBrainsMono/JetBrainsMono-ExtraBold.ttf new file mode 100644 index 0000000..de49a65 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-ExtraBold.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-ExtraBoldItalic.ttf b/fonts/JetBrainsMono/JetBrainsMono-ExtraBoldItalic.ttf new file mode 100644 index 0000000..357b69e Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-ExtraBoldItalic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-ExtraLight.ttf b/fonts/JetBrainsMono/JetBrainsMono-ExtraLight.ttf new file mode 100644 index 0000000..73a1268 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-ExtraLight.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-ExtraLightItalic.ttf b/fonts/JetBrainsMono/JetBrainsMono-ExtraLightItalic.ttf new file mode 100644 index 0000000..7c7b1a1 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-ExtraLightItalic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-Italic.ttf b/fonts/JetBrainsMono/JetBrainsMono-Italic.ttf new file mode 100644 index 0000000..d65e68c Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-Italic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-Light.ttf b/fonts/JetBrainsMono/JetBrainsMono-Light.ttf new file mode 100644 index 0000000..3d54fe2 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-Light.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-LightItalic.ttf b/fonts/JetBrainsMono/JetBrainsMono-LightItalic.ttf new file mode 100644 index 0000000..8786f03 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-LightItalic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-Medium.ttf b/fonts/JetBrainsMono/JetBrainsMono-Medium.ttf new file mode 100644 index 0000000..ae9a99e Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-Medium.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-MediumItalic.ttf b/fonts/JetBrainsMono/JetBrainsMono-MediumItalic.ttf new file mode 100644 index 0000000..68afaf6 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-MediumItalic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-Regular.ttf b/fonts/JetBrainsMono/JetBrainsMono-Regular.ttf new file mode 100644 index 0000000..5f2f00f Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-Regular.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-Thin.ttf b/fonts/JetBrainsMono/JetBrainsMono-Thin.ttf new file mode 100644 index 0000000..35d16e6 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-Thin.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMono-ThinItalic.ttf b/fonts/JetBrainsMono/JetBrainsMono-ThinItalic.ttf new file mode 100644 index 0000000..da6fe4c Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMono-ThinItalic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-Bold.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-Bold.ttf new file mode 100644 index 0000000..d6a1a38 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-Bold.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-BoldItalic.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-BoldItalic.ttf new file mode 100644 index 0000000..97065c7 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-BoldItalic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraBold.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraBold.ttf new file mode 100644 index 0000000..d48cc6f Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraBold.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraBoldItalic.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraBoldItalic.ttf new file mode 100644 index 0000000..18ea280 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraBoldItalic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraLight.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraLight.ttf new file mode 100644 index 0000000..41413c1 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraLight.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraLightItalic.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraLightItalic.ttf new file mode 100644 index 0000000..9d581e0 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-ExtraLightItalic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-Italic.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-Italic.ttf new file mode 100644 index 0000000..b8245bc Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-Italic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-Light.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-Light.ttf new file mode 100644 index 0000000..9579c0e Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-Light.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-LightItalic.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-LightItalic.ttf new file mode 100644 index 0000000..6ee3131 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-LightItalic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-Medium.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-Medium.ttf new file mode 100644 index 0000000..eaae22d Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-Medium.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-MediumItalic.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-MediumItalic.ttf new file mode 100644 index 0000000..206eeb6 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-MediumItalic.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-Regular.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-Regular.ttf new file mode 100644 index 0000000..9d8b0a3 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-Regular.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-Thin.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-Thin.ttf new file mode 100644 index 0000000..d149728 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-Thin.ttf differ diff --git a/fonts/JetBrainsMono/JetBrainsMonoNL-ThinItalic.ttf b/fonts/JetBrainsMono/JetBrainsMonoNL-ThinItalic.ttf new file mode 100644 index 0000000..6502903 Binary files /dev/null and b/fonts/JetBrainsMono/JetBrainsMonoNL-ThinItalic.ttf differ diff --git a/fonts/LICENSE b/fonts/LICENSE new file mode 100644 index 0000000..40f856f --- /dev/null +++ b/fonts/LICENSE @@ -0,0 +1,94 @@ +Copyright (c) 2019 - Present, Microsoft Corporation, +with Reserved Font Name Cascadia Code. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/README.md b/fonts/README.md new file mode 100644 index 0000000..ca25542 --- /dev/null +++ b/fonts/README.md @@ -0,0 +1,3 @@ +These fonts (except archcraft.ttf) are not created by me. The credit goes to the actual creators. + +I've just included them in the archive so user can set things up quickly and easily. diff --git a/fonts/UbuntuNerdFont-Bold.ttf b/fonts/UbuntuNerdFont-Bold.ttf new file mode 100644 index 0000000..d562ce0 Binary files /dev/null and b/fonts/UbuntuNerdFont-Bold.ttf differ diff --git a/fonts/UbuntuNerdFont-BoldItalic.ttf b/fonts/UbuntuNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..4b5b3ff Binary files /dev/null and b/fonts/UbuntuNerdFont-BoldItalic.ttf differ diff --git a/fonts/UbuntuNerdFont-Condensed.ttf b/fonts/UbuntuNerdFont-Condensed.ttf new file mode 100644 index 0000000..7515f10 Binary files /dev/null and b/fonts/UbuntuNerdFont-Condensed.ttf differ diff --git a/fonts/UbuntuNerdFont-Italic.ttf b/fonts/UbuntuNerdFont-Italic.ttf new file mode 100644 index 0000000..bdfa840 Binary files /dev/null and b/fonts/UbuntuNerdFont-Italic.ttf differ diff --git a/fonts/UbuntuNerdFont-Light.ttf b/fonts/UbuntuNerdFont-Light.ttf new file mode 100644 index 0000000..5f46f45 Binary files /dev/null and b/fonts/UbuntuNerdFont-Light.ttf differ diff --git a/fonts/UbuntuNerdFont-LightItalic.ttf b/fonts/UbuntuNerdFont-LightItalic.ttf new file mode 100644 index 0000000..5c6fe85 Binary files /dev/null and b/fonts/UbuntuNerdFont-LightItalic.ttf differ diff --git a/fonts/UbuntuNerdFont-Medium.ttf b/fonts/UbuntuNerdFont-Medium.ttf new file mode 100644 index 0000000..22f5080 Binary files /dev/null and b/fonts/UbuntuNerdFont-Medium.ttf differ diff --git a/fonts/UbuntuNerdFont-MediumItalic.ttf b/fonts/UbuntuNerdFont-MediumItalic.ttf new file mode 100644 index 0000000..0558b16 Binary files /dev/null and b/fonts/UbuntuNerdFont-MediumItalic.ttf differ diff --git a/fonts/UbuntuNerdFont-Regular.ttf b/fonts/UbuntuNerdFont-Regular.ttf new file mode 100644 index 0000000..27dbd66 Binary files /dev/null and b/fonts/UbuntuNerdFont-Regular.ttf differ diff --git a/fonts/UbuntuNerdFontPropo-Bold.ttf b/fonts/UbuntuNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..0943fc1 Binary files /dev/null and b/fonts/UbuntuNerdFontPropo-Bold.ttf differ diff --git a/fonts/UbuntuNerdFontPropo-BoldItalic.ttf b/fonts/UbuntuNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..74971e3 Binary files /dev/null and b/fonts/UbuntuNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/UbuntuNerdFontPropo-Condensed.ttf b/fonts/UbuntuNerdFontPropo-Condensed.ttf new file mode 100644 index 0000000..4e469e3 Binary files /dev/null and b/fonts/UbuntuNerdFontPropo-Condensed.ttf differ diff --git a/fonts/UbuntuNerdFontPropo-Italic.ttf b/fonts/UbuntuNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..bdcbe40 Binary files /dev/null and b/fonts/UbuntuNerdFontPropo-Italic.ttf differ diff --git a/fonts/UbuntuNerdFontPropo-Light.ttf b/fonts/UbuntuNerdFontPropo-Light.ttf new file mode 100644 index 0000000..f4146b0 Binary files /dev/null and b/fonts/UbuntuNerdFontPropo-Light.ttf differ diff --git a/fonts/UbuntuNerdFontPropo-LightItalic.ttf b/fonts/UbuntuNerdFontPropo-LightItalic.ttf new file mode 100644 index 0000000..0fce93d Binary files /dev/null and b/fonts/UbuntuNerdFontPropo-LightItalic.ttf differ diff --git a/fonts/UbuntuNerdFontPropo-Medium.ttf b/fonts/UbuntuNerdFontPropo-Medium.ttf new file mode 100644 index 0000000..6a3577f Binary files /dev/null and b/fonts/UbuntuNerdFontPropo-Medium.ttf differ diff --git a/fonts/UbuntuNerdFontPropo-MediumItalic.ttf b/fonts/UbuntuNerdFontPropo-MediumItalic.ttf new file mode 100644 index 0000000..2ee1ff6 Binary files /dev/null and b/fonts/UbuntuNerdFontPropo-MediumItalic.ttf differ diff --git a/fonts/UbuntuNerdFontPropo-Regular.ttf b/fonts/UbuntuNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..e8be716 Binary files /dev/null and b/fonts/UbuntuNerdFontPropo-Regular.ttf differ diff --git a/fonts/archcraft.ttf b/fonts/archcraft.ttf new file mode 100644 index 0000000..08a4b9c Binary files /dev/null and b/fonts/archcraft.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Bold.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Bold.ttf new file mode 100644 index 0000000..5381b98 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Bold.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-BoldItalic.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..6c365de Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraBold.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraBold.ttf new file mode 100644 index 0000000..b6bdc9c Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraBold.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraBoldItalic.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraBoldItalic.ttf new file mode 100644 index 0000000..aaa69b4 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraBoldItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraLight.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraLight.ttf new file mode 100644 index 0000000..5b227b3 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraLight.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraLightItalic.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraLightItalic.ttf new file mode 100644 index 0000000..ae14086 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ExtraLightItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Italic.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Italic.ttf new file mode 100644 index 0000000..11801a7 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Italic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Light.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Light.ttf new file mode 100644 index 0000000..e89541f Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Light.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-LightItalic.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-LightItalic.ttf new file mode 100644 index 0000000..ffee379 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-LightItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Medium.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Medium.ttf new file mode 100644 index 0000000..12415b7 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Medium.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-MediumItalic.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-MediumItalic.ttf new file mode 100644 index 0000000..1f97931 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-MediumItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Regular.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Regular.ttf new file mode 100644 index 0000000..31e03a2 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Regular.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-SemiBold.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-SemiBold.ttf new file mode 100644 index 0000000..6c87ea4 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-SemiBold.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-SemiBoldItalic.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-SemiBoldItalic.ttf new file mode 100644 index 0000000..9d64da4 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-SemiBoldItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Thin.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Thin.ttf new file mode 100644 index 0000000..e66845c Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-Thin.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ThinItalic.ttf b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ThinItalic.ttf new file mode 100644 index 0000000..d39de1a Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-mono/JetBrainsMonoNerdFontMono-ThinItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Bold.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..2877b14 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Bold.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-BoldItalic.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..e2bdc28 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraBold.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraBold.ttf new file mode 100644 index 0000000..9288f1c Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraBold.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraBoldItalic.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraBoldItalic.ttf new file mode 100644 index 0000000..59097c4 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraBoldItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraLight.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraLight.ttf new file mode 100644 index 0000000..991334d Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraLight.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraLightItalic.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraLightItalic.ttf new file mode 100644 index 0000000..c57e01c Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ExtraLightItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Italic.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..620e90f Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Italic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Light.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Light.ttf new file mode 100644 index 0000000..460f73f Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Light.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-LightItalic.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-LightItalic.ttf new file mode 100644 index 0000000..fadfcb4 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-LightItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Medium.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Medium.ttf new file mode 100644 index 0000000..3a3818d Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Medium.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-MediumItalic.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-MediumItalic.ttf new file mode 100644 index 0000000..1554311 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-MediumItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Regular.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..8547bd4 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Regular.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-SemiBold.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-SemiBold.ttf new file mode 100644 index 0000000..311a412 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-SemiBold.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-SemiBoldItalic.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-SemiBoldItalic.ttf new file mode 100644 index 0000000..25c5bd8 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-SemiBoldItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Thin.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Thin.ttf new file mode 100644 index 0000000..7a00eb3 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-Thin.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ThinItalic.ttf b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ThinItalic.ttf new file mode 100644 index 0000000..0831a7f Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font-propo/JetBrainsMonoNerdFontPropo-ThinItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Bold.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Bold.ttf new file mode 100644 index 0000000..610c8c0 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Bold.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-BoldItalic.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..440908b Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-BoldItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraBold.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraBold.ttf new file mode 100644 index 0000000..7a3d52e Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraBold.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraBoldItalic.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraBoldItalic.ttf new file mode 100644 index 0000000..7c10cde Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraBoldItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraLight.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraLight.ttf new file mode 100644 index 0000000..92a2462 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraLight.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraLightItalic.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraLightItalic.ttf new file mode 100644 index 0000000..0dfeb0e Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ExtraLightItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Italic.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Italic.ttf new file mode 100644 index 0000000..b911076 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Italic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Light.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Light.ttf new file mode 100644 index 0000000..8d39f62 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Light.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-LightItalic.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-LightItalic.ttf new file mode 100644 index 0000000..b6c3736 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-LightItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Medium.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Medium.ttf new file mode 100644 index 0000000..f378f28 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Medium.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-MediumItalic.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-MediumItalic.ttf new file mode 100644 index 0000000..23cbd1f Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-MediumItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Regular.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Regular.ttf new file mode 100644 index 0000000..2e02cab Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Regular.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-SemiBold.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-SemiBold.ttf new file mode 100644 index 0000000..e3726bf Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-SemiBold.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-SemiBoldItalic.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-SemiBoldItalic.ttf new file mode 100644 index 0000000..33925a2 Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-SemiBoldItalic.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Thin.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Thin.ttf new file mode 100644 index 0000000..a612c9a Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-Thin.ttf differ diff --git a/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ThinItalic.ttf b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ThinItalic.ttf new file mode 100644 index 0000000..418a82b Binary files /dev/null and b/fonts/jetbrainsmono-nerd-font/JetBrainsMonoNerdFont-ThinItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Bold.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Bold.ttf new file mode 100644 index 0000000..61d25d7 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Bold.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-BoldItalic.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..2885c6b Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraBold.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraBold.ttf new file mode 100644 index 0000000..8615f9f Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraBold.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraBoldItalic.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraBoldItalic.ttf new file mode 100644 index 0000000..e363422 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraBoldItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraLight.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraLight.ttf new file mode 100644 index 0000000..607663c Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraLight.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraLightItalic.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraLightItalic.ttf new file mode 100644 index 0000000..3d032d4 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ExtraLightItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Italic.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Italic.ttf new file mode 100644 index 0000000..6ceae28 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Italic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Light.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Light.ttf new file mode 100644 index 0000000..8f9c54a Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Light.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-LightItalic.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-LightItalic.ttf new file mode 100644 index 0000000..205a508 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-LightItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Medium.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Medium.ttf new file mode 100644 index 0000000..10f9c84 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Medium.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-MediumItalic.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-MediumItalic.ttf new file mode 100644 index 0000000..0a5b4ed Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-MediumItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Regular.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Regular.ttf new file mode 100644 index 0000000..5e77e11 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Regular.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-SemiBold.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-SemiBold.ttf new file mode 100644 index 0000000..9d2a13e Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-SemiBold.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-SemiBoldItalic.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-SemiBoldItalic.ttf new file mode 100644 index 0000000..61750cc Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-SemiBoldItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Thin.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Thin.ttf new file mode 100644 index 0000000..2ab3aba Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-Thin.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ThinItalic.ttf b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ThinItalic.ttf new file mode 100644 index 0000000..4878d86 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-mono/JetBrainsMonoNLNerdFontMono-ThinItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Bold.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..be2de11 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Bold.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-BoldItalic.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..e37df50 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraBold.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraBold.ttf new file mode 100644 index 0000000..46d2089 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraBold.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraBoldItalic.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraBoldItalic.ttf new file mode 100644 index 0000000..394b69d Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraBoldItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraLight.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraLight.ttf new file mode 100644 index 0000000..09c63db Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraLight.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraLightItalic.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraLightItalic.ttf new file mode 100644 index 0000000..841f3a8 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ExtraLightItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Italic.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..98c29e5 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Italic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Light.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Light.ttf new file mode 100644 index 0000000..6b010fa Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Light.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-LightItalic.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-LightItalic.ttf new file mode 100644 index 0000000..a4a3e05 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-LightItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Medium.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Medium.ttf new file mode 100644 index 0000000..b6f1dea Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Medium.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-MediumItalic.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-MediumItalic.ttf new file mode 100644 index 0000000..046cf6f Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-MediumItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Regular.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..28ccb3d Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Regular.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-SemiBold.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-SemiBold.ttf new file mode 100644 index 0000000..a416f4a Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-SemiBold.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-SemiBoldItalic.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-SemiBoldItalic.ttf new file mode 100644 index 0000000..c325b26 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-SemiBoldItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Thin.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Thin.ttf new file mode 100644 index 0000000..7e584a7 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-Thin.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ThinItalic.ttf b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ThinItalic.ttf new file mode 100644 index 0000000..9e61037 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font-propo/JetBrainsMonoNLNerdFontPropo-ThinItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Bold.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Bold.ttf new file mode 100644 index 0000000..2bc4a97 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Bold.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-BoldItalic.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..c55b451 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-BoldItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraBold.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraBold.ttf new file mode 100644 index 0000000..7ed5f10 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraBold.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraBoldItalic.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraBoldItalic.ttf new file mode 100644 index 0000000..9b12297 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraBoldItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraLight.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraLight.ttf new file mode 100644 index 0000000..4bab599 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraLight.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraLightItalic.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraLightItalic.ttf new file mode 100644 index 0000000..fcc424e Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ExtraLightItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Italic.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Italic.ttf new file mode 100644 index 0000000..5af240c Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Italic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Light.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Light.ttf new file mode 100644 index 0000000..c8d0bc0 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Light.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-LightItalic.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-LightItalic.ttf new file mode 100644 index 0000000..a0ad256 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-LightItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Medium.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Medium.ttf new file mode 100644 index 0000000..6190127 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Medium.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-MediumItalic.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-MediumItalic.ttf new file mode 100644 index 0000000..05bfc11 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-MediumItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Regular.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Regular.ttf new file mode 100644 index 0000000..5e7d395 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Regular.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-SemiBold.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-SemiBold.ttf new file mode 100644 index 0000000..7034d5d Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-SemiBold.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-SemiBoldItalic.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-SemiBoldItalic.ttf new file mode 100644 index 0000000..e2876a5 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-SemiBoldItalic.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Thin.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Thin.ttf new file mode 100644 index 0000000..d84f9ac Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-Thin.ttf differ diff --git a/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ThinItalic.ttf b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ThinItalic.ttf new file mode 100644 index 0000000..e422ca6 Binary files /dev/null and b/fonts/jetbrainsmononl-nerd-font/JetBrainsMonoNLNerdFont-ThinItalic.ttf differ diff --git a/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-Bold.ttf b/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-Bold.ttf new file mode 100644 index 0000000..87fd54b Binary files /dev/null and b/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-Bold.ttf differ diff --git a/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-BoldItalic.ttf b/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..0fc0ad3 Binary files /dev/null and b/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-Italic.ttf b/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-Italic.ttf new file mode 100644 index 0000000..194f4b8 Binary files /dev/null and b/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-Italic.ttf differ diff --git a/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-Regular.ttf b/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-Regular.ttf new file mode 100644 index 0000000..adc626d Binary files /dev/null and b/fonts/meslolgl-nerd-font-mono/MesloLGLNerdFontMono-Regular.ttf differ diff --git a/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-Bold.ttf b/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..0295e00 Binary files /dev/null and b/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-Bold.ttf differ diff --git a/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-BoldItalic.ttf b/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..c53a2b9 Binary files /dev/null and b/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-Italic.ttf b/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..4eb2293 Binary files /dev/null and b/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-Italic.ttf differ diff --git a/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-Regular.ttf b/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..e714553 Binary files /dev/null and b/fonts/meslolgl-nerd-font-propo/MesloLGLNerdFontPropo-Regular.ttf differ diff --git a/fonts/meslolgl-nerd-font/MesloLGLNerdFont-Bold.ttf b/fonts/meslolgl-nerd-font/MesloLGLNerdFont-Bold.ttf new file mode 100644 index 0000000..f67a074 Binary files /dev/null and b/fonts/meslolgl-nerd-font/MesloLGLNerdFont-Bold.ttf differ diff --git a/fonts/meslolgl-nerd-font/MesloLGLNerdFont-BoldItalic.ttf b/fonts/meslolgl-nerd-font/MesloLGLNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..3a7fa37 Binary files /dev/null and b/fonts/meslolgl-nerd-font/MesloLGLNerdFont-BoldItalic.ttf differ diff --git a/fonts/meslolgl-nerd-font/MesloLGLNerdFont-Italic.ttf b/fonts/meslolgl-nerd-font/MesloLGLNerdFont-Italic.ttf new file mode 100644 index 0000000..2d8a646 Binary files /dev/null and b/fonts/meslolgl-nerd-font/MesloLGLNerdFont-Italic.ttf differ diff --git a/fonts/meslolgl-nerd-font/MesloLGLNerdFont-Regular.ttf b/fonts/meslolgl-nerd-font/MesloLGLNerdFont-Regular.ttf new file mode 100644 index 0000000..353a3c7 Binary files /dev/null and b/fonts/meslolgl-nerd-font/MesloLGLNerdFont-Regular.ttf differ diff --git a/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-Bold.ttf b/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-Bold.ttf new file mode 100644 index 0000000..28c2cb8 Binary files /dev/null and b/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-Bold.ttf differ diff --git a/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-BoldItalic.ttf b/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..5be95ef Binary files /dev/null and b/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-Italic.ttf b/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-Italic.ttf new file mode 100644 index 0000000..f7a04c9 Binary files /dev/null and b/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-Italic.ttf differ diff --git a/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-Regular.ttf b/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-Regular.ttf new file mode 100644 index 0000000..40d542c Binary files /dev/null and b/fonts/meslolgldz-nerd-font-mono/MesloLGLDZNerdFontMono-Regular.ttf differ diff --git a/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-Bold.ttf b/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..a8ecb64 Binary files /dev/null and b/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-Bold.ttf differ diff --git a/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-BoldItalic.ttf b/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..a31d072 Binary files /dev/null and b/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-Italic.ttf b/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..a0917be Binary files /dev/null and b/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-Italic.ttf differ diff --git a/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-Regular.ttf b/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..70092ad Binary files /dev/null and b/fonts/meslolgldz-nerd-font-propo/MesloLGLDZNerdFontPropo-Regular.ttf differ diff --git a/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-Bold.ttf b/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-Bold.ttf new file mode 100644 index 0000000..b1aeb7f Binary files /dev/null and b/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-Bold.ttf differ diff --git a/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-BoldItalic.ttf b/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..4f5957c Binary files /dev/null and b/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-BoldItalic.ttf differ diff --git a/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-Italic.ttf b/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-Italic.ttf new file mode 100644 index 0000000..6553a9b Binary files /dev/null and b/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-Italic.ttf differ diff --git a/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-Regular.ttf b/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-Regular.ttf new file mode 100644 index 0000000..1cccaaa Binary files /dev/null and b/fonts/meslolgldz-nerd-font/MesloLGLDZNerdFont-Regular.ttf differ diff --git a/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-Bold.ttf b/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-Bold.ttf new file mode 100644 index 0000000..67c9bb3 Binary files /dev/null and b/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-Bold.ttf differ diff --git a/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-BoldItalic.ttf b/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..efa2b9e Binary files /dev/null and b/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-Italic.ttf b/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-Italic.ttf new file mode 100644 index 0000000..8ad82a1 Binary files /dev/null and b/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-Italic.ttf differ diff --git a/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-Regular.ttf b/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-Regular.ttf new file mode 100644 index 0000000..26fccc1 Binary files /dev/null and b/fonts/meslolgm-nerd-font-mono/MesloLGMNerdFontMono-Regular.ttf differ diff --git a/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-Bold.ttf b/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..3d7e19f Binary files /dev/null and b/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-Bold.ttf differ diff --git a/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-BoldItalic.ttf b/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..54afe35 Binary files /dev/null and b/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-Italic.ttf b/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..e9b65f8 Binary files /dev/null and b/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-Italic.ttf differ diff --git a/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-Regular.ttf b/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..84ff3e1 Binary files /dev/null and b/fonts/meslolgm-nerd-font-propo/MesloLGMNerdFontPropo-Regular.ttf differ diff --git a/fonts/meslolgm-nerd-font/MesloLGMNerdFont-Bold.ttf b/fonts/meslolgm-nerd-font/MesloLGMNerdFont-Bold.ttf new file mode 100644 index 0000000..767ef25 Binary files /dev/null and b/fonts/meslolgm-nerd-font/MesloLGMNerdFont-Bold.ttf differ diff --git a/fonts/meslolgm-nerd-font/MesloLGMNerdFont-BoldItalic.ttf b/fonts/meslolgm-nerd-font/MesloLGMNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..c5043b1 Binary files /dev/null and b/fonts/meslolgm-nerd-font/MesloLGMNerdFont-BoldItalic.ttf differ diff --git a/fonts/meslolgm-nerd-font/MesloLGMNerdFont-Italic.ttf b/fonts/meslolgm-nerd-font/MesloLGMNerdFont-Italic.ttf new file mode 100644 index 0000000..c135aea Binary files /dev/null and b/fonts/meslolgm-nerd-font/MesloLGMNerdFont-Italic.ttf differ diff --git a/fonts/meslolgm-nerd-font/MesloLGMNerdFont-Regular.ttf b/fonts/meslolgm-nerd-font/MesloLGMNerdFont-Regular.ttf new file mode 100644 index 0000000..b14ca8f Binary files /dev/null and b/fonts/meslolgm-nerd-font/MesloLGMNerdFont-Regular.ttf differ diff --git a/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-Bold.ttf b/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-Bold.ttf new file mode 100644 index 0000000..a0a8b37 Binary files /dev/null and b/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-Bold.ttf differ diff --git a/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-BoldItalic.ttf b/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..6a1a65c Binary files /dev/null and b/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-Italic.ttf b/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-Italic.ttf new file mode 100644 index 0000000..1f6fc6b Binary files /dev/null and b/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-Italic.ttf differ diff --git a/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-Regular.ttf b/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-Regular.ttf new file mode 100644 index 0000000..593284b Binary files /dev/null and b/fonts/meslolgmdz-nerd-font-mono/MesloLGMDZNerdFontMono-Regular.ttf differ diff --git a/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-Bold.ttf b/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..b64474d Binary files /dev/null and b/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-Bold.ttf differ diff --git a/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-BoldItalic.ttf b/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..a269779 Binary files /dev/null and b/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-Italic.ttf b/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..cdabbbf Binary files /dev/null and b/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-Italic.ttf differ diff --git a/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-Regular.ttf b/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..18d966a Binary files /dev/null and b/fonts/meslolgmdz-nerd-font-propo/MesloLGMDZNerdFontPropo-Regular.ttf differ diff --git a/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-Bold.ttf b/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-Bold.ttf new file mode 100644 index 0000000..4e2ee28 Binary files /dev/null and b/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-Bold.ttf differ diff --git a/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-BoldItalic.ttf b/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..040a89b Binary files /dev/null and b/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-BoldItalic.ttf differ diff --git a/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-Italic.ttf b/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-Italic.ttf new file mode 100644 index 0000000..f327d45 Binary files /dev/null and b/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-Italic.ttf differ diff --git a/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-Regular.ttf b/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-Regular.ttf new file mode 100644 index 0000000..814ec93 Binary files /dev/null and b/fonts/meslolgmdz-nerd-font/MesloLGMDZNerdFont-Regular.ttf differ diff --git a/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-Bold.ttf b/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-Bold.ttf new file mode 100644 index 0000000..733ac3d Binary files /dev/null and b/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-Bold.ttf differ diff --git a/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-BoldItalic.ttf b/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..ce12fb2 Binary files /dev/null and b/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-Italic.ttf b/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-Italic.ttf new file mode 100644 index 0000000..a449f06 Binary files /dev/null and b/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-Italic.ttf differ diff --git a/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-Regular.ttf b/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-Regular.ttf new file mode 100644 index 0000000..9e850ed Binary files /dev/null and b/fonts/meslolgs-nerd-font-mono/MesloLGSNerdFontMono-Regular.ttf differ diff --git a/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-Bold.ttf b/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..8420b8b Binary files /dev/null and b/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-Bold.ttf differ diff --git a/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-BoldItalic.ttf b/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..c6b2a72 Binary files /dev/null and b/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-Italic.ttf b/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..2dae3a3 Binary files /dev/null and b/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-Italic.ttf differ diff --git a/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-Regular.ttf b/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..6955e36 Binary files /dev/null and b/fonts/meslolgs-nerd-font-propo/MesloLGSNerdFontPropo-Regular.ttf differ diff --git a/fonts/meslolgs-nerd-font/MesloLGSNerdFont-Bold.ttf b/fonts/meslolgs-nerd-font/MesloLGSNerdFont-Bold.ttf new file mode 100644 index 0000000..56176ef Binary files /dev/null and b/fonts/meslolgs-nerd-font/MesloLGSNerdFont-Bold.ttf differ diff --git a/fonts/meslolgs-nerd-font/MesloLGSNerdFont-BoldItalic.ttf b/fonts/meslolgs-nerd-font/MesloLGSNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..e77fa17 Binary files /dev/null and b/fonts/meslolgs-nerd-font/MesloLGSNerdFont-BoldItalic.ttf differ diff --git a/fonts/meslolgs-nerd-font/MesloLGSNerdFont-Italic.ttf b/fonts/meslolgs-nerd-font/MesloLGSNerdFont-Italic.ttf new file mode 100644 index 0000000..9a3e47c Binary files /dev/null and b/fonts/meslolgs-nerd-font/MesloLGSNerdFont-Italic.ttf differ diff --git a/fonts/meslolgs-nerd-font/MesloLGSNerdFont-Regular.ttf b/fonts/meslolgs-nerd-font/MesloLGSNerdFont-Regular.ttf new file mode 100644 index 0000000..19c7334 Binary files /dev/null and b/fonts/meslolgs-nerd-font/MesloLGSNerdFont-Regular.ttf differ diff --git a/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-Bold.ttf b/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-Bold.ttf new file mode 100644 index 0000000..b4995a3 Binary files /dev/null and b/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-Bold.ttf differ diff --git a/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-BoldItalic.ttf b/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..6c05a94 Binary files /dev/null and b/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-Italic.ttf b/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-Italic.ttf new file mode 100644 index 0000000..3232c5e Binary files /dev/null and b/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-Italic.ttf differ diff --git a/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-Regular.ttf b/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-Regular.ttf new file mode 100644 index 0000000..a26a052 Binary files /dev/null and b/fonts/meslolgsdz-nerd-font-mono/MesloLGSDZNerdFontMono-Regular.ttf differ diff --git a/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-Bold.ttf b/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..53ac13b Binary files /dev/null and b/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-Bold.ttf differ diff --git a/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-BoldItalic.ttf b/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..37ed204 Binary files /dev/null and b/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-Italic.ttf b/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..730edc1 Binary files /dev/null and b/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-Italic.ttf differ diff --git a/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-Regular.ttf b/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..85c76ba Binary files /dev/null and b/fonts/meslolgsdz-nerd-font-propo/MesloLGSDZNerdFontPropo-Regular.ttf differ diff --git a/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-Bold.ttf b/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-Bold.ttf new file mode 100644 index 0000000..1600625 Binary files /dev/null and b/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-Bold.ttf differ diff --git a/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-BoldItalic.ttf b/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..c03f4da Binary files /dev/null and b/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-BoldItalic.ttf differ diff --git a/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-Italic.ttf b/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-Italic.ttf new file mode 100644 index 0000000..87153a0 Binary files /dev/null and b/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-Italic.ttf differ diff --git a/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-Regular.ttf b/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-Regular.ttf new file mode 100644 index 0000000..f32639c Binary files /dev/null and b/fonts/meslolgsdz-nerd-font/MesloLGSDZNerdFont-Regular.ttf differ diff --git a/fonts/readme.md b/fonts/readme.md new file mode 100644 index 0000000..9f2e700 --- /dev/null +++ b/fonts/readme.md @@ -0,0 +1,8 @@ + +# Nerd Fonts + +This is an archived font from a Nerd Fonts release. + +For more information see: +* https://github.com/ryanoasis/nerd-fonts/ +* https://github.com/ryanoasis/nerd-fonts/releases/latest/ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Bold.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Bold.ttf new file mode 100644 index 0000000..a9a467c Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Bold.ttf differ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-BoldItalic.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..d06ecbf Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Italic.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Italic.ttf new file mode 100644 index 0000000..26808b2 Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Italic.ttf differ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Light.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Light.ttf new file mode 100644 index 0000000..39db899 Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Light.ttf differ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-LightItalic.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-LightItalic.ttf new file mode 100644 index 0000000..ee6daf2 Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-LightItalic.ttf differ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Medium.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Medium.ttf new file mode 100644 index 0000000..50ba633 Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Medium.ttf differ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-MediumItalic.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-MediumItalic.ttf new file mode 100644 index 0000000..3782ac1 Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-MediumItalic.ttf differ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Regular.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Regular.ttf new file mode 100644 index 0000000..9507d6a Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Regular.ttf differ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-SemiBold.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-SemiBold.ttf new file mode 100644 index 0000000..63ddacd Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-SemiBold.ttf differ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-SemiBoldItalic.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-SemiBoldItalic.ttf new file mode 100644 index 0000000..86328c3 Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-SemiBoldItalic.ttf differ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Thin.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Thin.ttf new file mode 100644 index 0000000..92748e3 Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-Thin.ttf differ diff --git a/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-ThinItalic.ttf b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-ThinItalic.ttf new file mode 100644 index 0000000..ae3e5a2 Binary files /dev/null and b/fonts/robotomono-nerd-font-mono/RobotoMonoNerdFontMono-ThinItalic.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Bold.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..2b576fc Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Bold.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-BoldItalic.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..a9237e5 Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Italic.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..d2a5a15 Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Italic.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Light.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Light.ttf new file mode 100644 index 0000000..f55e5b6 Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Light.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-LightItalic.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-LightItalic.ttf new file mode 100644 index 0000000..676e4f5 Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-LightItalic.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Medium.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Medium.ttf new file mode 100644 index 0000000..fd26a04 Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Medium.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-MediumItalic.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-MediumItalic.ttf new file mode 100644 index 0000000..d0fde56 Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-MediumItalic.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Regular.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..fe0f530 Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Regular.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-SemiBold.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-SemiBold.ttf new file mode 100644 index 0000000..20f623d Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-SemiBold.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-SemiBoldItalic.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-SemiBoldItalic.ttf new file mode 100644 index 0000000..562768f Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-SemiBoldItalic.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Thin.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Thin.ttf new file mode 100644 index 0000000..9e73f18 Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-Thin.ttf differ diff --git a/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-ThinItalic.ttf b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-ThinItalic.ttf new file mode 100644 index 0000000..fdb9f2a Binary files /dev/null and b/fonts/robotomono-nerd-font-propo/RobotoMonoNerdFontPropo-ThinItalic.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Bold.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Bold.ttf new file mode 100644 index 0000000..8256df7 Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Bold.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-BoldItalic.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..b167a44 Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-BoldItalic.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Italic.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Italic.ttf new file mode 100644 index 0000000..3a0e475 Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Italic.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Light.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Light.ttf new file mode 100644 index 0000000..3d93b33 Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Light.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-LightItalic.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-LightItalic.ttf new file mode 100644 index 0000000..fd4cf0e Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-LightItalic.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Medium.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Medium.ttf new file mode 100644 index 0000000..c967320 Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Medium.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-MediumItalic.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-MediumItalic.ttf new file mode 100644 index 0000000..5346292 Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-MediumItalic.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Regular.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Regular.ttf new file mode 100644 index 0000000..3f1cfe5 Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Regular.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-SemiBold.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-SemiBold.ttf new file mode 100644 index 0000000..dbd56f6 Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-SemiBold.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-SemiBoldItalic.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-SemiBoldItalic.ttf new file mode 100644 index 0000000..ad71069 Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-SemiBoldItalic.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Thin.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Thin.ttf new file mode 100644 index 0000000..2532e25 Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-Thin.ttf differ diff --git a/fonts/robotomono-nerd-font/RobotoMonoNerdFont-ThinItalic.ttf b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-ThinItalic.ttf new file mode 100644 index 0000000..95aaf77 Binary files /dev/null and b/fonts/robotomono-nerd-font/RobotoMonoNerdFont-ThinItalic.ttf differ diff --git a/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Bold.ttf b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..0f9b9fd Binary files /dev/null and b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Bold.ttf differ diff --git a/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-BoldItalic.ttf b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..b8776f2 Binary files /dev/null and b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Condensed.ttf b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Condensed.ttf new file mode 100644 index 0000000..7b240bc Binary files /dev/null and b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Condensed.ttf differ diff --git a/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Italic.ttf b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..021b8e5 Binary files /dev/null and b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Italic.ttf differ diff --git a/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Light.ttf b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Light.ttf new file mode 100644 index 0000000..d995ed5 Binary files /dev/null and b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Light.ttf differ diff --git a/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-LightItalic.ttf b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-LightItalic.ttf new file mode 100644 index 0000000..4b2ef7f Binary files /dev/null and b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-LightItalic.ttf differ diff --git a/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Medium.ttf b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Medium.ttf new file mode 100644 index 0000000..ef7204c Binary files /dev/null and b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Medium.ttf differ diff --git a/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-MediumItalic.ttf b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-MediumItalic.ttf new file mode 100644 index 0000000..28b93d4 Binary files /dev/null and b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-MediumItalic.ttf differ diff --git a/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Regular.ttf b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..e780275 Binary files /dev/null and b/fonts/ubuntu-nerd-font-propo/UbuntuNerdFontPropo-Regular.ttf differ diff --git a/fonts/ubuntu-nerd-font/UbuntuNerdFont-Bold.ttf b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Bold.ttf new file mode 100644 index 0000000..9a1d5fc Binary files /dev/null and b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Bold.ttf differ diff --git a/fonts/ubuntu-nerd-font/UbuntuNerdFont-BoldItalic.ttf b/fonts/ubuntu-nerd-font/UbuntuNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..89185bf Binary files /dev/null and b/fonts/ubuntu-nerd-font/UbuntuNerdFont-BoldItalic.ttf differ diff --git a/fonts/ubuntu-nerd-font/UbuntuNerdFont-Condensed.ttf b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Condensed.ttf new file mode 100644 index 0000000..2e60c65 Binary files /dev/null and b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Condensed.ttf differ diff --git a/fonts/ubuntu-nerd-font/UbuntuNerdFont-Italic.ttf b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Italic.ttf new file mode 100644 index 0000000..23ecc73 Binary files /dev/null and b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Italic.ttf differ diff --git a/fonts/ubuntu-nerd-font/UbuntuNerdFont-Light.ttf b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Light.ttf new file mode 100644 index 0000000..db0eeec Binary files /dev/null and b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Light.ttf differ diff --git a/fonts/ubuntu-nerd-font/UbuntuNerdFont-LightItalic.ttf b/fonts/ubuntu-nerd-font/UbuntuNerdFont-LightItalic.ttf new file mode 100644 index 0000000..2b0ecc4 Binary files /dev/null and b/fonts/ubuntu-nerd-font/UbuntuNerdFont-LightItalic.ttf differ diff --git a/fonts/ubuntu-nerd-font/UbuntuNerdFont-Medium.ttf b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Medium.ttf new file mode 100644 index 0000000..cd16d77 Binary files /dev/null and b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Medium.ttf differ diff --git a/fonts/ubuntu-nerd-font/UbuntuNerdFont-MediumItalic.ttf b/fonts/ubuntu-nerd-font/UbuntuNerdFont-MediumItalic.ttf new file mode 100644 index 0000000..79c1d8a Binary files /dev/null and b/fonts/ubuntu-nerd-font/UbuntuNerdFont-MediumItalic.ttf differ diff --git a/fonts/ubuntu-nerd-font/UbuntuNerdFont-Regular.ttf b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Regular.ttf new file mode 100644 index 0000000..b8aa142 Binary files /dev/null and b/fonts/ubuntu-nerd-font/UbuntuNerdFont-Regular.ttf differ diff --git a/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-Bold.ttf b/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-Bold.ttf new file mode 100644 index 0000000..a17676b Binary files /dev/null and b/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-Bold.ttf differ diff --git a/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-BoldItalic.ttf b/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..beddd2d Binary files /dev/null and b/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-Italic.ttf b/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-Italic.ttf new file mode 100644 index 0000000..08cdf5f Binary files /dev/null and b/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-Italic.ttf differ diff --git a/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-Regular.ttf b/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-Regular.ttf new file mode 100644 index 0000000..e07854c Binary files /dev/null and b/fonts/ubuntumono-nerd-font-mono/UbuntuMonoNerdFontMono-Regular.ttf differ diff --git a/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-Bold.ttf b/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..23a126d Binary files /dev/null and b/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-Bold.ttf differ diff --git a/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-BoldItalic.ttf b/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..06a2c07 Binary files /dev/null and b/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-Italic.ttf b/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..ef0ca41 Binary files /dev/null and b/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-Italic.ttf differ diff --git a/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-Regular.ttf b/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..77d14d2 Binary files /dev/null and b/fonts/ubuntumono-nerd-font-propo/UbuntuMonoNerdFontPropo-Regular.ttf differ diff --git a/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-Bold.ttf b/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-Bold.ttf new file mode 100644 index 0000000..64f1fd7 Binary files /dev/null and b/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-Bold.ttf differ diff --git a/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-BoldItalic.ttf b/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..6096097 Binary files /dev/null and b/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-BoldItalic.ttf differ diff --git a/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-Italic.ttf b/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-Italic.ttf new file mode 100644 index 0000000..4edda5e Binary files /dev/null and b/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-Italic.ttf differ diff --git a/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-Regular.ttf b/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-Regular.ttf new file mode 100644 index 0000000..b0b8de8 Binary files /dev/null and b/fonts/ubuntumono-nerd-font/UbuntuMonoNerdFont-Regular.ttf differ diff --git a/icons/akonadi.svg b/icons/akonadi.svg new file mode 100755 index 0000000..6161911 --- /dev/null +++ b/icons/akonadi.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/akregator.svgz b/icons/akregator.svgz new file mode 100644 index 0000000..af110dc Binary files /dev/null and b/icons/akregator.svgz differ diff --git a/icons/amarok.svg b/icons/amarok.svg new file mode 100755 index 0000000..278868c --- /dev/null +++ b/icons/amarok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/applications.svg b/icons/applications.svg new file mode 100644 index 0000000..d72538e --- /dev/null +++ b/icons/applications.svg @@ -0,0 +1,90 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/icons/applications.svgz b/icons/applications.svgz new file mode 100755 index 0000000..5a13300 --- /dev/null +++ b/icons/applications.svgz @@ -0,0 +1,112 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/apport.svg b/icons/apport.svg new file mode 100755 index 0000000..f272738 --- /dev/null +++ b/icons/apport.svg @@ -0,0 +1,56 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/icons/audio.svg b/icons/audio.svg new file mode 100644 index 0000000..490f624 --- /dev/null +++ b/icons/audio.svg @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/audio.svgz b/icons/audio.svgz new file mode 100644 index 0000000..319534e Binary files /dev/null and b/icons/audio.svgz differ diff --git a/icons/battery.svg b/icons/battery.svg new file mode 100644 index 0000000..70e2668 --- /dev/null +++ b/icons/battery.svg @@ -0,0 +1,829 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/battery.svgz b/icons/battery.svgz new file mode 100755 index 0000000..cb4d6a3 Binary files /dev/null and b/icons/battery.svgz differ diff --git a/icons/bookmarks.svg b/icons/bookmarks.svg new file mode 100644 index 0000000..bb9b91f --- /dev/null +++ b/icons/bookmarks.svg @@ -0,0 +1,110 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/bookmarks.svgz b/icons/bookmarks.svgz new file mode 100755 index 0000000..87473b6 --- /dev/null +++ b/icons/bookmarks.svgz @@ -0,0 +1,91 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/icons/caffeine.svg b/icons/caffeine.svg new file mode 100755 index 0000000..b4842ea --- /dev/null +++ b/icons/caffeine.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/cantata.svg b/icons/cantata.svg new file mode 100755 index 0000000..47df877 --- /dev/null +++ b/icons/cantata.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/compass.svg b/icons/compass.svg new file mode 100755 index 0000000..ac31483 --- /dev/null +++ b/icons/compass.svg @@ -0,0 +1,27 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/computer.svg b/icons/computer.svg new file mode 100644 index 0000000..df9bef4 --- /dev/null +++ b/icons/computer.svg @@ -0,0 +1,438 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/configure.svgz b/icons/configure.svgz new file mode 100755 index 0000000..bcc73b7 --- /dev/null +++ b/icons/configure.svgz @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/device.svg b/icons/device.svg new file mode 100755 index 0000000..e54ba1e --- /dev/null +++ b/icons/device.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/disk.svg b/icons/disk.svg new file mode 100755 index 0000000..87f7879 --- /dev/null +++ b/icons/disk.svg @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/distribute.svg b/icons/distribute.svg new file mode 100755 index 0000000..8a380fa --- /dev/null +++ b/icons/distribute.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/icons/distribute.svgz b/icons/distribute.svgz new file mode 100644 index 0000000..4a85127 Binary files /dev/null and b/icons/distribute.svgz differ diff --git a/icons/document.svg b/icons/document.svg new file mode 100755 index 0000000..4090ff8 --- /dev/null +++ b/icons/document.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/drive.svg b/icons/drive.svg new file mode 100755 index 0000000..6e4d365 --- /dev/null +++ b/icons/drive.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/edit.svgz b/icons/edit.svgz new file mode 100755 index 0000000..e445575 --- /dev/null +++ b/icons/edit.svgz @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/fcitx.svg b/icons/fcitx.svg new file mode 100755 index 0000000..3bab6d5 --- /dev/null +++ b/icons/fcitx.svg @@ -0,0 +1,574 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +fill="currentColor"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +fill="currentColor"/> + + + + +fill="currentColor"/> + + + + + +fill="currentColor"/> + + + + + + + + + + + + +fill="currentColor"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/go.svg b/icons/go.svg new file mode 100755 index 0000000..ca0887d --- /dev/null +++ b/icons/go.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/ime.svg b/icons/ime.svg new file mode 100755 index 0000000..4e37f0a --- /dev/null +++ b/icons/ime.svg @@ -0,0 +1,518 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/input.svg b/icons/input.svg new file mode 100644 index 0000000..5f3b54c --- /dev/null +++ b/icons/input.svg @@ -0,0 +1,406 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/input.svgz b/icons/input.svgz new file mode 100644 index 0000000..88cc6da Binary files /dev/null and b/icons/input.svgz differ diff --git a/icons/kalarm.svg b/icons/kalarm.svg new file mode 100755 index 0000000..afd6ae4 --- /dev/null +++ b/icons/kalarm.svg @@ -0,0 +1,86 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/icons/kate.svg b/icons/kate.svg new file mode 100755 index 0000000..0a213fb --- /dev/null +++ b/icons/kate.svg @@ -0,0 +1,115 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/kdeconnect.svgz b/icons/kdeconnect.svgz new file mode 100755 index 0000000..eb022d7 --- /dev/null +++ b/icons/kdeconnect.svgz @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/kdf.svg b/icons/kdf.svg new file mode 100755 index 0000000..5ebd323 --- /dev/null +++ b/icons/kdf.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/icons/keyboard.svg b/icons/keyboard.svg new file mode 100755 index 0000000..b4c8f04 --- /dev/null +++ b/icons/keyboard.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/kget.svgz b/icons/kget.svgz new file mode 100755 index 0000000..2381452 Binary files /dev/null and b/icons/kget.svgz differ diff --git a/icons/kgpg.svgz b/icons/kgpg.svgz new file mode 100755 index 0000000..51382e2 Binary files /dev/null and b/icons/kgpg.svgz differ diff --git a/icons/kleopatra.svg b/icons/kleopatra.svg new file mode 100755 index 0000000..0b07297 --- /dev/null +++ b/icons/kleopatra.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/klipper.svg b/icons/klipper.svg new file mode 100755 index 0000000..3b79a67 --- /dev/null +++ b/icons/klipper.svg @@ -0,0 +1,60 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/icons/kmail.svg b/icons/kmail.svg new file mode 100755 index 0000000..a2e5c37 --- /dev/null +++ b/icons/kmail.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/knotes.svg b/icons/knotes.svg new file mode 100755 index 0000000..d597d34 --- /dev/null +++ b/icons/knotes.svg @@ -0,0 +1,91 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/icons/konv_message.svgz b/icons/konv_message.svgz new file mode 100755 index 0000000..6992cd9 --- /dev/null +++ b/icons/konv_message.svgz @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/icons/konversation.svg b/icons/konversation.svg new file mode 100755 index 0000000..a022e5c --- /dev/null +++ b/icons/konversation.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/icons/kopete.svg b/icons/kopete.svg new file mode 100755 index 0000000..07168f2 --- /dev/null +++ b/icons/kopete.svg @@ -0,0 +1,124 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/icons/korgac.svgz b/icons/korgac.svgz new file mode 100755 index 0000000..b71c8d6 --- /dev/null +++ b/icons/korgac.svgz @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/kpackagekit.svgz b/icons/kpackagekit.svgz new file mode 100755 index 0000000..5466d52 Binary files /dev/null and b/icons/kpackagekit.svgz differ diff --git a/icons/kruler.svg b/icons/kruler.svg new file mode 100755 index 0000000..7170f10 --- /dev/null +++ b/icons/kruler.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/icons/kteatime.svg b/icons/kteatime.svg new file mode 100755 index 0000000..62561d9 --- /dev/null +++ b/icons/kteatime.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/ktorrent.svgz b/icons/ktorrent.svgz new file mode 100755 index 0000000..0170be7 Binary files /dev/null and b/icons/ktorrent.svgz differ diff --git a/icons/kup.svgz b/icons/kup.svgz new file mode 100755 index 0000000..904abe6 Binary files /dev/null and b/icons/kup.svgz differ diff --git a/icons/list.svgz b/icons/list.svgz new file mode 100755 index 0000000..07ac464 Binary files /dev/null and b/icons/list.svgz differ diff --git a/icons/mail.svg b/icons/mail.svg new file mode 100755 index 0000000..896b246 --- /dev/null +++ b/icons/mail.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/media.svgz b/icons/media.svgz new file mode 100755 index 0000000..78f3bbe --- /dev/null +++ b/icons/media.svgz @@ -0,0 +1,206 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/mobile.svgz b/icons/mobile.svgz new file mode 100755 index 0000000..246ba35 Binary files /dev/null and b/icons/mobile.svgz differ diff --git a/icons/nepomuk.svg b/icons/nepomuk.svg new file mode 100755 index 0000000..a9d937b --- /dev/null +++ b/icons/nepomuk.svg @@ -0,0 +1,53 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/icons/network.svg b/icons/network.svg new file mode 100644 index 0000000..1da47bd --- /dev/null +++ b/icons/network.svg @@ -0,0 +1,4198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/network.svgz b/icons/network.svgz new file mode 100755 index 0000000..c59a263 Binary files /dev/null and b/icons/network.svgz differ diff --git a/icons/notification.svgz b/icons/notification.svgz new file mode 100755 index 0000000..49ed73d Binary files /dev/null and b/icons/notification.svgz differ diff --git a/icons/notifications.svg b/icons/notifications.svg new file mode 100755 index 0000000..baab668 --- /dev/null +++ b/icons/notifications.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/office.svg b/icons/office.svg new file mode 100755 index 0000000..94ec4f1 --- /dev/null +++ b/icons/office.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/osd.svg b/icons/osd.svg new file mode 100755 index 0000000..ba980fb --- /dev/null +++ b/icons/osd.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/pamac.svg b/icons/pamac.svg new file mode 100755 index 0000000..2f45924 --- /dev/null +++ b/icons/pamac.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/phone.svgz b/icons/phone.svgz new file mode 100755 index 0000000..d45fb49 --- /dev/null +++ b/icons/phone.svgz @@ -0,0 +1,281 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/plasmavault.svg b/icons/plasmavault.svg new file mode 100755 index 0000000..af0c4ee --- /dev/null +++ b/icons/plasmavault.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/icons/plasmavault_error.svg b/icons/plasmavault_error.svg new file mode 100755 index 0000000..f17d5e0 --- /dev/null +++ b/icons/plasmavault_error.svg @@ -0,0 +1 @@ + diff --git a/icons/preferences.svgz b/icons/preferences.svgz new file mode 100755 index 0000000..e57c8f5 --- /dev/null +++ b/icons/preferences.svgz @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/printer.svg b/icons/printer.svg new file mode 100755 index 0000000..398d541 --- /dev/null +++ b/icons/printer.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/quassel.svgz b/icons/quassel.svgz new file mode 100755 index 0000000..dce3321 --- /dev/null +++ b/icons/quassel.svgz @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + diff --git a/icons/quota.svg b/icons/quota.svg new file mode 100755 index 0000000..f66a9a3 --- /dev/null +++ b/icons/quota.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/search.svg b/icons/search.svg new file mode 100755 index 0000000..458a4a5 --- /dev/null +++ b/icons/search.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/slc.svgz b/icons/slc.svgz new file mode 100755 index 0000000..cc50b85 --- /dev/null +++ b/icons/slc.svgz @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + diff --git a/icons/software-updates.svgz b/icons/software-updates.svgz new file mode 100755 index 0000000..ce3a9f5 --- /dev/null +++ b/icons/software-updates.svgz @@ -0,0 +1,290 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/software.svg b/icons/software.svg new file mode 100755 index 0000000..aed8fd2 --- /dev/null +++ b/icons/software.svg @@ -0,0 +1,222 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/start.svgz b/icons/start.svgz new file mode 100755 index 0000000..ea2d4ad Binary files /dev/null and b/icons/start.svgz differ diff --git a/icons/system.svg b/icons/system.svg new file mode 100755 index 0000000..360e855 --- /dev/null +++ b/icons/system.svg @@ -0,0 +1,534 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/touchpad.svg b/icons/touchpad.svg new file mode 100755 index 0000000..cf20251 --- /dev/null +++ b/icons/touchpad.svg @@ -0,0 +1,99 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/icons/update.svg b/icons/update.svg new file mode 100755 index 0000000..2cac916 --- /dev/null +++ b/icons/update.svg @@ -0,0 +1,173 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/user.svg b/icons/user.svg new file mode 100755 index 0000000..806b30a --- /dev/null +++ b/icons/user.svg @@ -0,0 +1,310 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/video-card.svg b/icons/video-card.svg new file mode 100755 index 0000000..2ef8de6 --- /dev/null +++ b/icons/video-card.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/video.svg b/icons/video.svg new file mode 100755 index 0000000..8bcd3c3 --- /dev/null +++ b/icons/video.svg @@ -0,0 +1,95 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/icons/video.svgz b/icons/video.svgz new file mode 100644 index 0000000..2d9da36 Binary files /dev/null and b/icons/video.svgz differ diff --git a/icons/view.svg b/icons/view.svg new file mode 100644 index 0000000..bc2d747 --- /dev/null +++ b/icons/view.svg @@ -0,0 +1,123 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/vlc.svg b/icons/vlc.svg new file mode 100755 index 0000000..c92b19e --- /dev/null +++ b/icons/vlc.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/icons/wallet.svg b/icons/wallet.svg new file mode 100755 index 0000000..c6b7816 --- /dev/null +++ b/icons/wallet.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/window.svgz b/icons/window.svgz new file mode 100755 index 0000000..80f4209 --- /dev/null +++ b/icons/window.svgz @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/yakuake.svg b/icons/yakuake.svg new file mode 100755 index 0000000..982e825 --- /dev/null +++ b/icons/yakuake.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/zoom.svg b/icons/zoom.svg new file mode 100755 index 0000000..975f651 --- /dev/null +++ b/icons/zoom.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/neofetch/config.conf b/neofetch/config.conf new file mode 100644 index 0000000..48cf575 --- /dev/null +++ b/neofetch/config.conf @@ -0,0 +1,783 @@ +# https://github.com/Chick2D/neofetch-themes/ +# Made by https://github.com/karmafake21 + +print_info() { + info "" title + info underline + info "os" distro + info "de" de + info "" model + info "" kernel + info "" term + info "" shell + info "󰍹" resolution + info "" theme + info "" cpu + info "" gpu + info "" memory + info underline + prin "$(color 1)󰊠 $(color 2)󰊠 $(color 3)󰊠 $(color 4)󰊠 $(color 5)󰊠 $(color 6)󰊠 $(color 7)󰊠 " + +} + + +# Kernel + + +# Shorten the output of the kernel function. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --kernel_shorthand +# Supports: Everything except *BSDs (except PacBSD and PC-BSD) +# +# Example: +# on: '4.8.9-1-ARCH' +# off: 'Linux 4.8.9-1-ARCH' +kernel_shorthand="on" + + +# Distro + + +# Shorten the output of the distro function +# +# Default: 'off' +# Values: 'on', 'tiny', 'off' +# Flag: --distro_shorthand +# Supports: Everything except Windows and Haiku +distro_shorthand="off" + +# Show/Hide OS Architecture. +# Show 'x86_64', 'x86' and etc in 'Distro:' output. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --os_arch +# +# Example: +# on: 'Arch Linux x86_64' +# off: 'Arch Linux' +os_arch="hide" + + +# Uptime + + +# Shorten the output of the uptime function +# +# Default: 'on' +# Values: 'on', 'tiny', 'off' +# Flag: --uptime_shorthand +# +# Example: +# on: '2 days, 10 hours, 3 mins' +# tiny: '2d 10h 3m' +# off: '2 days, 10 hours, 3 minutes' +uptime_shorthand="tiny" + + +# Memory + + +# Show memory pecentage in output. +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --memory_percent +# +# Example: +# on: '1801MiB / 7881MiB (22%)' +# off: '1801MiB / 7881MiB' +memory_percent="off" + + +# Packages + + +# Show/Hide Package Manager names. +# +# Default: 'tiny' +# Values: 'on', 'tiny' 'off' +# Flag: --package_managers +# +# Example: +# on: '998 (pacman), 8 (flatpak), 4 (snap)' +# tiny: '908 (pacman, flatpak, snap)' +# off: '908' +package_managers="off" + + +# Shell + + +# Show the path to $SHELL +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --shell_path +# +# Example: +# on: '/bin/bash' +# off: 'bash' +shell_path="off" + +# Show $SHELL version +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --shell_version +# +# Example: +# on: 'bash 4.4.5' +# off: 'bash' +shell_version="off" + + +# CPU + + +# CPU speed type +# +# Default: 'bios_limit' +# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'. +# Flag: --speed_type +# Supports: Linux with 'cpufreq' +# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value. +speed_type="bios_limit" + +# CPU speed shorthand +# +# Default: 'off' +# Values: 'on', 'off'. +# Flag: --speed_shorthand +# NOTE: This flag is not supported in systems with CPU speed less than 1 GHz +# +# Example: +# on: 'i7-6500U (4) @ 3.1GHz' +# off: 'i7-6500U (4) @ 3.100GHz' +speed_shorthand="off" + +# Enable/Disable CPU brand in output. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --cpu_brand +# +# Example: +# on: 'Intel i7-6500U' +# off: 'i7-6500U (4)' +cpu_brand="on" + +# CPU Speed +# Hide/Show CPU speed. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --cpu_speed +# +# Example: +# on: 'Intel i7-6500U (4) @ 3.1GHz' +# off: 'Intel i7-6500U (4)' +cpu_speed="on" + +# CPU Cores +# Display CPU cores in output +# +# Default: 'logical' +# Values: 'logical', 'physical', 'off' +# Flag: --cpu_cores +# Support: 'physical' doesn't work on BSD. +# +# Example: +# logical: 'Intel i7-6500U (4) @ 3.1GHz' (All virtual cores) +# physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores) +# off: 'Intel i7-6500U @ 3.1GHz' +cpu_cores="logical" + +# CPU Temperature +# Hide/Show CPU temperature. +# Note the temperature is added to the regular CPU function. +# +# Default: 'off' +# Values: 'C', 'F', 'off' +# Flag: --cpu_temp +# Supports: Linux, BSD +# NOTE: For FreeBSD and NetBSD-based systems, you'll need to enable +# coretemp kernel module. This only supports newer Intel processors. +# +# Example: +# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]' +# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]' +# off: 'Intel i7-6500U (4) @ 3.1GHz' +cpu_temp="on" + + +# GPU + + +# Enable/Disable GPU Brand +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --gpu_brand +# +# Example: +# on: 'AMD HD 7950' +# off: 'HD 7950' +gpu_brand="on" + +# Which GPU to display +# +# Default: 'all' +# Values: 'all', 'dedicated', 'integrated' +# Flag: --gpu_type +# Supports: Linux +# +# Example: +# all: +# GPU1: AMD HD 7950 +# GPU2: Intel Integrated Graphics +# +# dedicated: +# GPU1: AMD HD 7950 +# +# integrated: +# GPU1: Intel Integrated Graphics +gpu_type="all" + + +# Resolution + + +# Display refresh rate next to each monitor +# Default: 'off' +# Values: 'on', 'off' +# Flag: --refresh_rate +# Supports: Doesn't work on Windows. +# +# Example: +# on: '1920x1080 @ 60Hz' +# off: '1920x1080' +refresh_rate="off" + + +# Gtk Theme / Icons / Font + + +# Shorten output of GTK Theme / Icons / Font +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --gtk_shorthand +# +# Example: +# on: 'Numix, Adwaita' +# off: 'Numix [GTK2], Adwaita [GTK3]' +gtk_shorthand="off" + + +# Enable/Disable gtk2 Theme / Icons / Font +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --gtk2 +# +# Example: +# on: 'Numix [GTK2], Adwaita [GTK3]' +# off: 'Adwaita [GTK3]' +gtk2="on" + +# Enable/Disable gtk3 Theme / Icons / Font +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --gtk3 +# +# Example: +# on: 'Numix [GTK2], Adwaita [GTK3]' +# off: 'Numix [GTK2]' +gtk3="on" + + +# IP Address + + +# Website to ping for the public IP +# +# Default: 'http://ident.me' +# Values: 'url' +# Flag: --ip_host +public_ip_host="http://ident.me" + +# Public IP timeout. +# +# Default: '2' +# Values: 'int' +# Flag: --ip_timeout +public_ip_timeout=2 + + +# Disk + + +# Which disks to display. +# The values can be any /dev/sdXX, mount point or directory. +# NOTE: By default we only show the disk info for '/'. +# +# Default: '/' +# Values: '/', '/dev/sdXX', '/path/to/drive'. +# Flag: --disk_show +# +# Example: +# disk_show=('/' '/dev/sdb1'): +# 'Disk (/): 74G / 118G (66%)' +# 'Disk (/mnt/Videos): 823G / 893G (93%)' +# +# disk_show=('/'): +# 'Disk (/): 74G / 118G (66%)' +# +disk_show=('/') + +# Disk subtitle. +# What to append to the Disk subtitle. +# +# Default: 'mount' +# Values: 'mount', 'name', 'dir' +# Flag: --disk_subtitle +# +# Example: +# name: 'Disk (/dev/sda1): 74G / 118G (66%)' +# 'Disk (/dev/sdb2): 74G / 118G (66%)' +# +# mount: 'Disk (/): 74G / 118G (66%)' +# 'Disk (/mnt/Local Disk): 74G / 118G (66%)' +# 'Disk (/mnt/Videos): 74G / 118G (66%)' +# +# dir: 'Disk (/): 74G / 118G (66%)' +# 'Disk (Local Disk): 74G / 118G (66%)' +# 'Disk (Videos): 74G / 118G (66%)' +disk_subtitle="mount" + + +# Song + + +# Manually specify a music player. +# +# Default: 'auto' +# Values: 'auto', 'player-name' +# Flag: --music_player +# +# Available values for 'player-name': +# +# amarok +# audacious +# banshee +# bluemindo +# clementine +# cmus +# deadbeef +# deepin-music +# dragon +# elisa +# exaile +# gnome-music +# gmusicbrowser +# gogglesmm +# guayadeque +# iTunes +# juk +# lollypop +# mocp +# mopidy +# mpd +# netease-cloud-music +# pogo +# pragha +# qmmp +# quodlibet +# rhythmbox +# sayonara +# smplayer +# spotify +# strawberry +# tomahawk +# vlc +# xmms2d +# xnoise +# yarock +music_player="auto" + +# Format to display song information. +# +# Default: '%artist% - %album% - %title%' +# Values: '%artist%', '%album%', '%title%' +# Flag: --song_format +# +# Example: +# default: 'Song: Jet - Get Born - Sgt Major' +song_format="%artist% - %album% - %title%" + +# Print the Artist, Album and Title on separate lines +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --song_shorthand +# +# Example: +# on: 'Artist: The Fratellis' +# 'Album: Costello Music' +# 'Song: Chelsea Dagger' +# +# off: 'Song: The Fratellis - Costello Music - Chelsea Dagger' +song_shorthand="off" + +# 'mpc' arguments (specify a host, password etc). +# +# Default: '' +# Example: mpc_args=(-h HOST -P PASSWORD) +mpc_args=() + + +# Text Colors + + +# Text Colors +# +# Default: 'distro' +# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' +# Flag: --colors +# +# Each number represents a different part of the text in +# this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info' +# +# Example: +# colors=(distro) - Text is colored based on Distro colors. +# colors=(4 6 1 8 8 6) - Text is colored in the order above. +colors=(3 3 1 4 11 7) + + +# Text Options + + +# Toggle bold text +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --bold +bold="off" + +# Enable/Disable Underline +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --underline +underline_enabled="on" + +# Underline character +# +# Default: '-' +# Values: 'string' +# Flag: --underline_char +underline_char=" ̶" +#underline_char="─" + + +# Info Separator +# Replace the default separator with the specified string. +# +# Default: ':' +# Flag: --separator +# +# Example: +# separator="->": 'Shell-> bash' +# separator=" =": 'WM = dwm' +separator=" " + + +# Color Blocks + + +# Color block range +# The range of colors to print. +# +# Default: '0', '15' +# Values: 'num' +# Flag: --block_range +# +# Example: +# +# Display colors 0-7 in the blocks. (8 colors) +# neofetch --block_range 0 7 +# +# Display colors 0-15 in the blocks. (16 colors) +# neofetch --block_range 0 15 +block_range=(0 15) + +# Toggle color blocks +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --color_blocks +color_blocks="on" + +# Color block width in spaces +# +# Default: '3' +# Values: 'num' +# Flag: --block_width +block_width=2 + +# Color block height in lines +# +# Default: '1' +# Values: 'num' +# Flag: --block_height +block_height=1 + + +# Progress Bars + + +# Bar characters +# +# Default: '-', '=' +# Values: 'string', 'string' +# Flag: --bar_char +# +# Example: +# neofetch --bar_char 'elapsed' 'total' +# neofetch --bar_char '-' '=' +bar_char_elapsed="-" +bar_char_total="=" + +# Toggle Bar border +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --bar_border +bar_border="on" + +# Progress bar length in spaces +# Number of chars long to make the progress bars. +# +# Default: '15' +# Values: 'num' +# Flag: --bar_length +bar_length=15 + +# Progress bar colors +# When set to distro, uses your distro's logo colors. +# +# Default: 'distro', 'distro' +# Values: 'distro', 'num' +# Flag: --bar_colors +# +# Example: +# neofetch --bar_colors 3 4 +# neofetch --bar_colors distro 5 +bar_color_elapsed="distro" +bar_color_total="distro" + + +# Info display +# Display a bar with the info. +# +# Default: 'off' +# Values: 'bar', 'infobar', 'barinfo', 'off' +# Flags: --cpu_display +# --memory_display +# --battery_display +# --disk_display +# +# Example: +# bar: '[---=======]' +# infobar: 'info [---=======]' +# barinfo: '[---=======] info' +# off: 'info' +cpu_display="off" +memory_display="off" +battery_display="off" +disk_display="off" + + +# Backend Settings + + +# Image backend. +# +# Default: 'ascii' +# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', +# 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' +# Flag: --backend +image_backend="ascii" + +# Image Source +# +# Which image or ascii file to display. +# +# Default: 'auto' +# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' +# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")' +# Flag: --source +# +# NOTE: 'auto' will pick the best image source for whatever image backend is used. +# In ascii mode, distro ascii art will be used and in an image mode, your +# wallpaper will be used. +image_source="ascii" + +# Ascii Options + + +# Ascii distro +# Which distro's ascii art to display. +# +# Default: 'auto' +# Values: 'auto', 'distro_name' +# Flag: --ascii_distro +# NOTE: AIX, Alpine, Anarchy, Android, Antergos, antiX, "AOSC OS", +# "AOSC OS/Retro", Apricity, ArcoLinux, ArchBox, ARCHlabs, +# ArchStrike, XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, +# Bitrig, BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD, +# BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS, +# Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, +# Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin, +# DesaOS, Devuan, DracOS, DarkOs, DragonFly, Drauger, Elementary, +# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD, +# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo, +# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, +# Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, +# Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite, +# LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, +# Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib, +# Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner, +# NuTyX, OBRevenge, OpenBSD, openEuler, OpenIndiana, openmamba, +# OpenMandriva, OpenStage, OpenWrt, osmc, Oracle, OS Elbrus, PacBSD, +# Parabola, Pardus, Parrot, Parsix, TrueOS, PCLinuxOS, Peppermint, +# popos, Porteus, PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, +# Raspbian, Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, +# Regata, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, +# Septor, SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, +# SmartOS, Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, +# openSUSE_Leap, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, +# Trisquel, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, Ubuntu-Studio, +# Ubuntu, Venom, Void, Obarun, windows10, Windows7, Xubuntu, Zorin, +# and IRIX have ascii logos +# NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants. +# Use '{distro name}_old' to use the old logos. +# NOTE: Ubuntu has flavor variants. +# Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME, +# Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors. +# NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu, +# CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android, +# Antrix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola, +# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS, +# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, +# postmarketOS, and Void have a smaller logo variant. +# Use '{distro name}_small' to use the small variants. +ascii_distro="Arch" + +# Ascii Colors +# +# Default: 'distro' +# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' +# Flag: --ascii_colors +# +# Example: +# ascii_colors=(distro) - Ascii is colored based on Distro colors. +# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. +# +ascii_colors=(2 4) + +# Bold ascii logo +# Whether or not to bold the ascii logo. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --ascii_bold +ascii_bold="on" + + +# Image Options + + +# Image loop +# Setting this to on will make neofetch redraw the image constantly until +# Ctrl+C is pressed. This fixes display issues in some terminal emulators. +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --loop +image_loop="off" + +# Thumbnail directory +# +# Default: '~/.cache/thumbnails/neofetch' +# Values: 'dir' +thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch" + +# Crop mode +# +# Default: 'normal' +# Values: 'normal', 'fit', 'fill' +# Flag: --crop_mode +# +# See this wiki page to learn about the fit and fill options. +# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F +crop_mode="normal" + +# Crop offset +# Note: Only affects 'normal' crop mode. +# +# Default: 'center' +# Values: 'northwest', 'north', 'northeast', 'west', 'center' +# 'east', 'southwest', 'south', 'southeast' +# Flag: --crop_offset +crop_offset="northwest" + +# Image size +# The image is half the terminal width by default. +# +# Default: 'auto' +# Values: 'auto', '00px', '00%', 'none' +# Flags: --image_size +# --size +image_size="none" + +# Gap between image and text +# +# Default: '3' +# Values: 'num', '-num' +# Flag: --gap +gap=3 + +# Image offsets +# Only works with the w3m backend. +# +# Default: '0' +# Values: 'px' +# Flags: --xoffset +# --yoffset +yoffset=0 +xoffset=0 + +# Image background color +# Only works with the w3m backend. +# +# Default: '' +# Values: 'color', 'blue' +# Flag: --bg_color +background_color= + + +# Misc Options + +# Stdout mode +# Turn off all colors and disables image backend (ASCII/Image). +# Useful for piping into another command. +# Default: 'off' +# Values: 'on', 'off' +stdout="off" + + diff --git a/nvim b/nvim new file mode 160000 index 0000000..de38a81 --- /dev/null +++ b/nvim @@ -0,0 +1 @@ +Subproject commit de38a815a5ad9148502650f7cecfc85fa0c67a11 diff --git a/spicetify.ini b/spicetify.ini new file mode 100644 index 0000000..140c0cc --- /dev/null +++ b/spicetify.ini @@ -0,0 +1,15 @@ +# All Credit to https://github.com/canbeardig +[Dracula] +accent=BD93F9 +accent-active=BD93F9 +accent-inactive=282a36 +banner=BD93F9 +border-active=333544 +border-inactive=333544 +header=50FA7B +highlight=333544 +main=282a36 +notification=333544 +notification-error=333544 +subtext=f1f1e5 +text=f1f1e5 diff --git a/wezterm/colors/wezterm b/wezterm/colors/wezterm new file mode 160000 index 0000000..0db525a --- /dev/null +++ b/wezterm/colors/wezterm @@ -0,0 +1 @@ +Subproject commit 0db525a46b5242ee15fd4a52f887e172fbde8e51 diff --git a/wezterm/wezterm.lua b/wezterm/wezterm.lua new file mode 100644 index 0000000..c42e655 --- /dev/null +++ b/wezterm/wezterm.lua @@ -0,0 +1,13 @@ +local wezterm = require 'wezterm' + +return { + color_scheme = "Dracula (Official)", + tab_bar_at_bottom = true, + use_fancy_tab_bar = false, + hide_tab_bar_if_only_one_tab = true, + window_decorations = "RESIZE", + font = wezterm.font "JetBrainsMono Nerd Font Mono", + font_size = 11.5, + enable_wayland = true, + warn_about_missing_glyphs = false +}