Git Product home page Git Product logo

Comments (3)

Ko0z avatar Ko0z commented on July 20, 2024 1

@Cruzix If you open UnitFramesImproved_Vanilla.lua in a text editor you can see on line 5 UNITFRAMESIMPROVED_UI_COLOR = {r = .3, g = .3, b = .3}

Simply change that to: UNITFRAMESIMPROVED_UI_COLOR = {r = 0, g = 0, b = 0}

Also in ufi_options.lua on line 283 make the same change there!
This way your "Dark Mode" Option will give you what you want!

If you're rolling Horde maybe I'll run into you, otherwise... pray I wont 👍 :)

from unitframesimproved_vanilla.

Steffen-Hadberg-Nielsen avatar Steffen-Hadberg-Nielsen commented on July 20, 2024 1

@Ko0z Oh sweet, yeah that's a bit more handy instead of having to use the macro every time i relog etc

I'll be playing on Horde so hopefully we'll run into each other at some point indeed! ;)

from unitframesimproved_vanilla.

Steffen-Hadberg-Nielsen avatar Steffen-Hadberg-Nielsen commented on July 20, 2024

Found a quick workaround how to color my unit frame borders by making a macro containing this:

/run PlayerFrameTexture:SetVertexColor(0, 0, 0, 1)
/run TargetFrameTexture:SetVertexColor(0, 0, 0, 1)
/run TargetofTargetTexture:SetVertexColor(0, 0, 0, 1)
/run PetFrameTexture:SetVertexColor(0, 0, 0, 1)

More or less all set for the fresh server now with this and the latest update! 👌

Again, thanks a lot for making this addon! :)

from unitframesimproved_vanilla.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.