gitextract_nfvd6_t6/ ├── .bashrc ├── .config/ │ ├── bashtop/ │ │ └── bashtop.cfg │ ├── inkscape/ │ │ └── palettes/ │ │ └── flat-remix-palette.gpl │ ├── nautilus/ │ │ └── scripts-accels │ ├── qt5ct/ │ │ └── qt5ct.conf │ └── tilix/ │ └── schemes/ │ └── Flat-Remix.json ├── .flat-remix-colorscheme.sh ├── .gitattributes ├── .gitconfig ├── .local/ │ └── share/ │ ├── nautilus/ │ │ └── scripts/ │ │ └── Terminal │ └── qt5ct/ │ ├── colors/ │ │ ├── flat-remix-dark.conf │ │ └── flat-remix-light.conf │ └── qss/ │ └── fusion-simple-scrollbar.qss ├── .zshrc ├── LICENSE ├── README.md ├── arch-pkglist.txt └── install.sh