├── README.md ├── alacritty.toml ├── assets ├── palette.webp ├── pallete-dawn.webp ├── tools-dawn.webp ├── tools.webp ├── wallpaper-dawn.webp └── wallpaper.webp ├── backgrounds ├── 1-background.png ├── 2-background.png ├── 3-background.png └── 4-background.png ├── btop.theme ├── ghostty.conf ├── hyprland.conf ├── hyprlock.conf ├── kitty.conf ├── mako.ini ├── neovim.lua ├── swayosd.css ├── walker.css └── waybar.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/README.md -------------------------------------------------------------------------------- /alacritty.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/alacritty.toml -------------------------------------------------------------------------------- /assets/palette.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/assets/palette.webp -------------------------------------------------------------------------------- /assets/pallete-dawn.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/assets/pallete-dawn.webp -------------------------------------------------------------------------------- /assets/tools-dawn.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/assets/tools-dawn.webp -------------------------------------------------------------------------------- /assets/tools.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/assets/tools.webp -------------------------------------------------------------------------------- /assets/wallpaper-dawn.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/assets/wallpaper-dawn.webp -------------------------------------------------------------------------------- /assets/wallpaper.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/assets/wallpaper.webp -------------------------------------------------------------------------------- /backgrounds/1-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/backgrounds/1-background.png -------------------------------------------------------------------------------- /backgrounds/2-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/backgrounds/2-background.png -------------------------------------------------------------------------------- /backgrounds/3-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/backgrounds/3-background.png -------------------------------------------------------------------------------- /backgrounds/4-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/backgrounds/4-background.png -------------------------------------------------------------------------------- /btop.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/btop.theme -------------------------------------------------------------------------------- /ghostty.conf: -------------------------------------------------------------------------------- 1 | theme = Rose Pine 2 | -------------------------------------------------------------------------------- /hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/hyprland.conf -------------------------------------------------------------------------------- /hyprlock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/hyprlock.conf -------------------------------------------------------------------------------- /kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/kitty.conf -------------------------------------------------------------------------------- /mako.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/mako.ini -------------------------------------------------------------------------------- /neovim.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/neovim.lua -------------------------------------------------------------------------------- /swayosd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/swayosd.css -------------------------------------------------------------------------------- /walker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/walker.css -------------------------------------------------------------------------------- /waybar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilhermetk/omarchy-rose-pine-dark/HEAD/waybar.css --------------------------------------------------------------------------------