File information

Last updated

Original upload

Created by

alistair3149

Uploaded by

alistair3149

Virus scan

Safe to use

Tags for this mod

17 comments

  1. vanjavs
    vanjavs
    • member
    • 7 kudos
    This is how the mods installation window looks through fomod:

    Spoiler:  
    Show
    KRiIcCM.png

  2. juicySUCC
    juicySUCC
    • member
    • 0 kudos
    looks real nice, good job
    1. alistair3149
      alistair3149
      • premium
      • 10 kudos
      Thanks buddy :)
  3. deleted76093143
    deleted76093143
    • account closed
    • 1 kudos
    im enjoying the less cluttered design. good job. but some issues:
    _when filtering mods or plugins, the dropdown menu uses the old design for borders.
    _when viewing mods, columns have icons. when hovering over those icons a menu with the old borders shows.
    _when filtering installed mods, the "clear all filters" button appears to be part of the text instead of a clickable button (unless you hover over it).

    Request: make all delete buttons have red background just like what you did with the "uninstall" button.
    1. alistair3149
      alistair3149
      • premium
      • 10 kudos
      Thanks for the feedback, I really appreciate it! I'll look into the issues and push the fixes with the next update. As for the request, which delete button are you referring to?
    2. deleted76093143
      deleted76093143
      • account closed
      • 1 kudos
      the items which i hope that you change to red background (or red text) are the last name in each following "directory":
      Dashboard > right click any Widget > Close
      Profiles > click arrow next to Edit > Remove
      Mods > right click any Mod > Remove
      Save Games > Delete > Delete

      i know this may seem like a lot but it really makes things more intiuitive. may even save someone a misclick...
    3. alistair3149
      alistair3149
      • premium
      • 10 kudos
      I agree with the last three except for the first one.
      Closing is not considered as a destructive action so it should be kept this way.
    4. deleted76093143
      deleted76093143
      • account closed
      • 1 kudos
      it is your mod after all
    5. alistair3149
      alistair3149
      • premium
      • 10 kudos
      So I got some bad news, the remove button on dropdown cannot be made into red as there is no consistent way to select it from CSS.
      I also don't have any games that has the save game page so it will take some time to look into that.
    6. deleted76093143
      deleted76093143
      • account closed
      • 1 kudos
      im actually unhappy because of this. i was mildly excited for the red buttons. i appreciate the replies anyway.
    7. alistair3149
      alistair3149
      • premium
      • 10 kudos
      I did what I can in 0.2.3. The issue with the dropdown menu is that items there have no specific attribute that I can point to, so there is no way for me to customize it until Vortex changes the DOM structure.
    8. deleted76093143
      deleted76093143
      • account closed
      • 1 kudos
      it is the thought that matters...
  4. Pickysaurus
    Pickysaurus
    • Community Manager
    • 687 kudos
    Have to say, I like this theme.

    My only feedback would be to take another look at the profiles page. It all feels squashed up against the top left of the window and could use some padding.
    1. Pickysaurus
      Pickysaurus
      • Community Manager
      • 687 kudos
      If you're interested I made the following tweaks to my version of this theme:
      Spoiler:  
      Show


      .profile-list, .profile-item {
      margin: 4px !important;
      }

      .main-page-body {
      padding: 4px;
      }

      .profile-name {
      text-align: center;
      font-size: 1.25em;
      margin: 4px;
      }

      .profile-item.active {
      background: #4c4c4c !important;
      }

      .profile-item:hover {
      box-shadow: 0 0 15px #ab6925;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      background: #4c4c4c !important;
      }

      .profile-add {
      margin: 8px;
      }

      .profile-actions {
      margin: 8px 4px;
      }

      .nexus-name-username {
      font-size: 40px;
      }

      .dashlet-nexus-account {
      padding: 0 16px;
      }

      .dashlet-title {
      font-size: 1.75rem;
      text-transform: capitalize;
      padding: 4px;
      }

      .form-input-clear {
      right: 16px;
      }

      .layout-flex {
      overflow: auto;
      }
    2. alistair3149
      alistair3149
      • premium
      • 10 kudos
      Oh I didn't even realize that there is a profile page, I will look into it.
      The current theme is mostly a quick dirty edit to improve the UI, but since I am back to use Vortex again, I will spend more time to polish the theme. There will be a few updating in the upcoming days :)
    3. alistair3149
      alistair3149
      • premium
      • 10 kudos
      I removed most of the hardcoded colors and the theme should work with the color scheme that you uploaded!
  5. vanjavs
    vanjavs
    • member
    • 7 kudos
    I hope the update "Bug Fix" will be released soon, I look forward to it!