This colour does not follow my accent colour in KDE plasma. How do I customise it? Edit: I think it appears in focus state.

  • @MrOtherGuyM
    link
    23 months ago

    You can change it like this with userContent.css:

    @-moz-document url("about:newtab"), url("about:home"){
      :root{
        --newtab-primary-action-background: #f00 !important;
      }
    }
    

    That way you can specify a color for them, but setting the value to AccentColor may or may not resolve to the actual system accent color.