Giter Club home page Giter Club logo

Comments (4)

dodoqumy avatar dodoqumy commented on May 23, 2024 1

fighting

from catui.

wilhantian avatar wilhantian commented on May 23, 2024

thanks for your advice.
I don't have the energy to maintain this project now.
You can submit RP.
feel free to contact.

from catui.

To-mos avatar To-mos commented on May 23, 2024

I made the changes on one of my projects but don't have a repo available to merge with, so here are the new colors.

local theme = {}

theme.button = {}
theme.button.width            = 80
theme.button.height           = 36
theme.button.upColor          = {0.224, 0.271, 0.322, 1.0}--{57, 69, 82, 255}
theme.button.downColor        = {0.180, 0.220, 0.259, 1.0}--{46, 56, 66, 255}
theme.button.hoverColor       = {0.251, 0.302, 0.357, 1.0}--{64, 77, 91, 255}
theme.button.disableColor     = {0.318, 0.318, 0.318, 1.0}--{81, 81, 81, 255}
theme.button.strokeColor      = {0.180, 0.220, 0.259, 1.0}--{46, 56, 66, 255}
theme.button.stroke           = 1
theme.button.font             = "font/visat.ttf"
theme.button.fontSize         = 16
theme.button.fontColor        = {1.0, 1.0, 1.0, 1.0}--{255, 255, 255, 255}
theme.button.iconDir          = "left"
theme.button.iconAndTextSpace = 8

theme.slider = {}
theme.slider.width        = 100
theme.slider.height       = 15
theme.slider.upColor      = {0.224, 0.271, 0.322, 1.0}--{57, 69, 82, 255}
theme.slider.downColor    = {0.180, 0.220, 0.259, 1.0}--{46, 56, 66, 255}
theme.slider.hoverColor   = {0.251, 0.302, 0.357, 1.0}--{64, 77, 91, 255}
theme.slider.disableColor = {0.318, 0.318, 0.318, 1.0}--{81, 81, 81, 255}
theme.slider.barColor     = {0.329, 0.424, 0.466, 1.0}--{84, 108, 119, 255}
theme.slider.barThickness = 4
theme.slider.font         = "font/visat.ttf"
theme.slider.fontSize     = 16
theme.slider.fontColor    = {1.0, 1.0, 1.0, 1.0}--{255, 255, 255, 255}

theme.scrollBar = {}
theme.scrollBar.upColor         = {0.224, 0.271, 0.322, 1.0}--{57, 69, 82, 255}
theme.scrollBar.hoverColor      = {0.251, 0.302, 0.357, 1.0}--{64, 77, 91, 255}
theme.scrollBar.downColor       = {0.180, 0.220, 0.259, 1.0}--{46, 56, 66, 255}
theme.scrollBar.backgroundColor = {0.141, 0.176, 0.208, 1.0}--{36, 45, 53, 255}

theme.content = {}
theme.content.backgroundColor = {0.122, 0.141, 0.169, 1.0}--{31, 36, 43, 255}
theme.content.resizeColor     = {0.224, 0.271, 0.322, 1.0}--{57, 69, 82, 255}
theme.content.barSize         = 14

theme.checkBox = {}
theme.checkBox.upColor      = {1.0, 1.0, 1.0, 1.0}--{255, 255, 255, 255}
theme.checkBox.downColor    = {0.0, 0.588, 0.957, 1.0}--{0, 150, 224, 255}
theme.checkBox.hoverColor   = {0.0, 0.588, 0.957, 1.0}--{0, 150, 224, 255}
theme.checkBox.disableColor = {0.329, 0.424, 0.466, 1.0}--{84, 108, 119, 255}
theme.checkBox.size         = 16

theme.progressBar = {}
theme.progressBar.width           = 100
theme.progressBar.height          = 10
theme.progressBar.color           = {0.224, 0.408, 0.584, 1.0}--{57, 104, 149, 255}
theme.progressBar.backgroundColor = {0.184, 0.231, 0.271, 1.0}--{47, 59, 69, 255}

theme.node = {}
theme.node.width        = 20
theme.node.height       = 20
theme.node.upColor      = {0.224, 0.271, 0.322, 1.0}--{57, 69, 82, 255}
theme.node.downColor    = {0.118, 0.137, 0.161, 1.0}--{30, 35, 41, 255}
theme.node.hoverColor   = {0.278, 0.341, 0.404, 1.0}--{71, 87, 103, 255}
theme.node.disableColor = {0.188, 0.224, 0.259, 1.0}--{48, 57, 0.259, 255}

theme.editText = {}
theme.editText.backgroundColor    = {1.0, 1.0, 1.0, 1.0}--{255, 255, 255, 255}
theme.editText.focusStrokeColor   = {0.224, 0.408, 0.584, 1.0}--{57, 104, 149, 255}
theme.editText.unfocusStrokeColor = {0.161, 0.196, 0.231, 1.0}--{41, 50, 59, 255}
theme.editText.cursorColor        = {0.322, 0.545, 1.0, 1.0}--{82, 139, 255, 255}
theme.editText.stroke             = 1

return theme

from catui.

wilhantian avatar wilhantian commented on May 23, 2024

#5 thinks @Scorbie

from catui.

Related Issues (7)

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.