material-vimix-style.json 973 Bytes
Newer Older
Abhijith PA's avatar
Abhijith PA committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
[
  {
    "SCHEMA": "org.gnome.desktop.interface",
    "VALUES": {
      "cursor-theme": "Paper",
      "gtk-theme": "VimixDark",
      "icon-theme": "Paper",
      "monospace-font-name": "Noto Mono 11",
      "font-name": "Noto Sans UI 11",
      "document-font-name": "Noto Sans UI 11"
    }
  }, 
  {
    "SCHEMA": "org.gnome.desktop.background",
    "VALUES": {
      "color-shading-type": "solid",
      "picture-options": "stretched",
      "picture-uri": "file:////usr/share/backgrounds/budgie/ubuntu_budgie_wallpaper3.jpg",
      "primary-color": "#008094"
    }
  },
  {
    "SCHEMA": "com.solus-project.budgie-panel",
    "VALUES": {
      "builtin-theme": false,
      "dark-theme": true
    }
  },
  {
    "SCHEMA": "org.gnome.desktop.wm.preferences",
    "VALUES": {
      "titlebar-font": "Noto Sans UI Bold 11",
      "theme": "VimixDark"
    }
  },
  {
    "SCHEMA": "org.gnome.nautilus.desktop",
    "VALUES": {
      "font": "Noto Sans UI 11"
    }
  }
]