mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Renamed uwunicorn theme fork to io
This commit is contained in:
parent
182e103f0b
commit
7ed22a9774
|
@ -21,7 +21,7 @@
|
||||||
name = "Emmet"; # name/identifier
|
name = "Emmet"; # name/identifier
|
||||||
email = "emmet@librephoenix.com"; # email (used for certain configurations)
|
email = "emmet@librephoenix.com"; # email (used for certain configurations)
|
||||||
dotfilesDir = "~/.dotfiles"; # absolute path of the local repo
|
dotfilesDir = "~/.dotfiles"; # absolute path of the local repo
|
||||||
theme = "uwunicorn-yt"; # selcted theme from my themes directory (./themes/)
|
theme = "io"; # selcted theme from my themes directory (./themes/)
|
||||||
wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/
|
wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/
|
||||||
# window manager type (hyprland or x11) translator
|
# window manager type (hyprland or x11) translator
|
||||||
wmType = if (wm == "hyprland") then "wayland" else "x11";
|
wmType = if (wm == "hyprland") then "wayland" else "x11";
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
#+title: Uwunicorn (Youtube ver.)
|
#+title: Io
|
||||||
#+author: Emmet
|
#+author: Emmet
|
||||||
|
|
||||||
"Uwunicorn" base-16 theme originally by Fernando Marques ([[https://github.com/RakkiUwU]]) and Gabriel Fontes ([[https://github.com/Misterio77]])
|
"Io" theme, which is my fork of Uwunicorn originally by Fernando Marques ([[https://github.com/RakkiUwU]]) and Gabriel Fontes ([[https://github.com/Misterio77]]).
|
||||||
|
|
||||||
|
The main difference is that it has more vibrant colors.
|
||||||
|
|
||||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/uwunicorn.png]]
|
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/uwunicorn.png]]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
scheme: "UwUnicorn"
|
scheme: "UwUnicorn"
|
||||||
author: "Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77), modified by me (https://librephoenix.com)"
|
author: "LibrePhoenix (forked from Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77))"
|
||||||
base00: "241b26"
|
base00: "241b26"
|
||||||
base01: "2f2a3f"
|
base01: "2f2a3f"
|
||||||
base02: "46354a"
|
base02: "46354a"
|
Loading…
Reference in a new issue