Skip to content

Commit

Permalink
themes.toml
Browse files Browse the repository at this point in the history
Adding the "Red Oni" Theme
  • Loading branch information
DatRobotix authored Apr 16, 2024
1 parent 7c51724 commit c022279
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions themes.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2826,3 +2826,97 @@ ModalWindowDimBg = "rgba(51, 51, 51, 0.3499999940395355)"
NavWindowingHighlight = "rgba(255, 255, 255, 0.699999988079071)"
NavWindowingDimBg = "rgba(204, 204, 204, 0.2000000029802322)"
ModalWindowDimBg = "rgba(204, 204, 204, 0.3499999940395355)"



[[themes]]
name = "Red Oni"
author = "DatRobotix"
description = "Red Oni theme (Depicts the Japanese Oni Monster)"
tags = ["dark", "magenta", "pink", "rounded"]
date = "2024-04-17"
[themes.style]
alpha = 1.0
disabledAlpha = 0.6000000238418579
windowPadding = [8.0, 8.0]
windowRounding = 8.0
windowBorderSize = 0.0
windowMinSize = [32.0, 32.0]
windowTitleAlign = [0.0, 0.5]
windowMenuButtonPosition = "Left"
childRounding = 8.0
childBorderSize = 1.0
popupRounding = 0.0
popupBorderSize = 1.0
framePadding = [4.0, 3.0]
frameRounding = 6.0
frameBorderSize = 0.0
itemSpacing = [8.0, 4.0]
itemInnerSpacing = [4.0, 4.0]
cellPadding = [4.0, 2.0]
indentSpacing = 21.0
columnsMinSpacing = 6.0
scrollbarSize = 10.0
scrollbarRounding = 9.0
grabMinSize = 10.0
grabRounding = 0.0
tabRounding = 4.0
tabBorderSize = 0.0
tabMinWidthForCloseButton = 0.0
colorButtonPosition = "None"
buttonTextAlign = [0.5, 0.5]
selectableTextAlign = [0.0, 0.0]
[themes.style.colors]
Text = "rgba(255, 255, 255, 1.0)"
TextDisabled = "rgba(127, 127, 127, 1.0)"
WindowBg = "rgba(0, 21, 42, 1.0)"
ChildBg = "rgba(0, 0, 0, 0.0)"
PopupBg = "rgba(20, 20, 20, 1.0)"
Border = "rgba(255, 0, 105, 0.5)"
BorderShadow = "rgba(0, 0, 0, 0.0)"
FrameBg = "rgba(56, 56, 56, 0.5400000214576721)"
FrameBgHovered = "rgba(166, 166, 166, 0.4000000059604645)"
FrameBgActive = "rgba(48, 48, 48, 0.6700000166893005)"
TitleBg = "rgba(26, 26, 26, 1.0)"
TitleBgActive = "rgba(26, 26, 26, 1.0)"
TitleBgCollapsed = "rgba(0, 0, 0, 0.5099999904632568)"
MenuBarBg = "rgba(34, 34, 34, 1.0)"
ScrollbarBg = "rgba(32, 32, 32, 1.0)"
ScrollbarGrab = "rgba(205, 0, 84, 1.0)"
ScrollbarGrabHovered = "rgba(255, 35, 125, 1.0)"
ScrollbarGrabActive = "rgba(208, 31, 104, 1.0)"
CheckMark = "rgba(205, 0, 84, 1.0)"
SliderGrab = "rgba(205, 0, 84, 1.0)"
SliderGrabActive = "rgba(255, 0, 131, 1.0)"
Button = "rgba(205, 0, 84, 1.0)"
ButtonHovered = "rgba(219, 68, 130, 1.0)"
ButtonActive = "rgba(205, 0, 84, 1.0)"
Header = "rgba(148, 0, 61, 1.0)"
HeaderHovered = "rgba(205, 0, 84, 1.0)"
HeaderActive = "rgba(244, 0, 100, 1.0)"
Separator = "rgba(109, 109, 127, 0.5)"
SeparatorHovered = "rgba(25, 102, 191, 0.7799999713897705)"
SeparatorActive = "rgba(70, 87, 106, 1.0)"
ResizeGrip = "rgba(205, 0, 84, 1.0)"
ResizeGripHovered = "rgba(205, 93, 139, 1.0)"
ResizeGripActive = "rgba(230, 28, 110, 1.0)"
Tab = "rgba(20, 20, 20, 0.8619999885559082)"
TabHovered = "rgba(49, 49, 49, 0.800000011920929)"
TabActive = "rgba(205, 0, 84, 1.0)"
TabUnfocused = "rgba(17, 26, 37, 0.9724000096321106)"
TabUnfocusedActive = "rgba(34, 66, 108, 1.0)"
PlotLines = "rgba(155, 155, 155, 1.0)"
PlotLinesHovered = "rgba(255, 109, 89, 1.0)"
PlotHistogram = "rgba(205, 0, 84, 1.0)"
PlotHistogramHovered = "rgba(255, 30, 122, 1.0)"
TableHeaderBg = "rgba(48, 48, 51, 1.0)"
TableBorderStrong = "rgba(79, 79, 89, 1.0)"
TableBorderLight = "rgba(58, 58, 63, 1.0)"
TableRowBg = "rgba(0, 0, 0, 0.0)"
TableRowBgAlt = "rgba(255, 255, 255, 0.05999999865889549)"
TextSelectedBg = "rgba(66, 150, 249, 0.3499999940395355)"
DragDropTarget = "rgba(255, 255, 0, 0.8999999761581421)"
NavHighlight = "rgba(66, 150, 249, 1.0)"
NavWindowingHighlight = "rgba(255, 255, 255, 0.699999988079071)"
NavWindowingDimBg = "rgba(204, 204, 204, 0.2000000029802322)"
ModalWindowDimBg = "rgba(204, 204, 204, 0.3499999940395355)"

0 comments on commit c022279

Please sign in to comment.