I tried to theme nyxt browser and made a okaish Gruvbox theme :D
here is the theme if you also want a gruvbox theme in your nyxt browser: (define-configuration browser ((theme (make-instance 'theme:theme :background-color "#282828" :action-color "#b16286" :primary-color "#cc241d" :secondary-color "#98971a" :text-color "#689d6a" :contrast-text-color "black") :doc "You can omit the colors you like in default theme, and they will stay as they were.")))