Skip to content

Commit

Permalink
Merge pull request #26 from Madam-Herta/main
Browse files Browse the repository at this point in the history
Update themes.toml
  • Loading branch information
Patitotective authored Oct 24, 2023
2 parents b7b4458 + f319a06 commit 5bd110f
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions themes.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2550,6 +2550,99 @@
NavWindowingHighlight = "rgba(255, 255, 255, 0.699999988079071)"
NavWindowingDimBg = "rgba(204, 204, 204, 0.2000000029802322)"
ModalWindowDimBg = "rgba(204, 204, 204, 0.3499999940395355)"
[[themes]]
name = "Bootstrap Dark"
author = "Madam-Herta"
description = "Based off bootstrap 5"
tags = ["gray", "black", "blue", "bootstrap"]
date = 2023-10-23
[themes.style]
alpha = 1.0
disabledAlpha = 0.5
windowPadding = [11.69999980926514, 6.0]
windowRounding = 3.299999952316284
windowBorderSize = 0.0
windowMinSize = [20.0, 20.0]
windowTitleAlign = [0.0, 0.5]
windowMenuButtonPosition = "Left"
childRounding = 0.0
childBorderSize = 1.0
popupRounding = 0.0
popupBorderSize = 1.0
framePadding = [20.0, 9.899999618530273]
frameRounding = 0.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 = 14.0
scrollbarRounding = 9.0
grabMinSize = 10.0
grabRounding = 0.0
tabRounding = 4.0
tabBorderSize = 0.0
tabMinWidthForCloseButton = 0.0
colorButtonPosition = "Right"
buttonTextAlign = [0.5, 0.5]
selectableTextAlign = [0.0, 0.0]

[themes.style.colors]
Text = "rgba(255, 255, 255, 1.0)"
TextDisabled = "rgba(149, 152, 157, 1.0)"
WindowBg = "rgba(16, 17, 22, 1.0)"
ChildBg = "rgba(11, 12, 15, 1.0)"
PopupBg = "rgba(11, 12, 15, 1.0)"
Border = "rgba(28, 29, 34, 1.0)"
BorderShadow = "rgba(28, 29, 34, 1.0)"
FrameBg = "rgba(16, 17, 22, 1.0)"
FrameBgHovered = "rgba(15, 135, 249, 1.0)"
FrameBgActive = "rgba(15, 135, 249, 0.0)"
TitleBg = "rgba(12, 13, 16, 1.0)"
TitleBgActive = "rgba(11, 12, 15, 1.0)"
TitleBgCollapsed = "rgba(11, 12, 15, 1.0)"
MenuBarBg = "rgba(11, 12, 15, 1.0)"
ScrollbarBg = "rgba(11, 12, 15, 1.0)"
ScrollbarGrab = "rgba(28, 29, 34, 1.0)"
ScrollbarGrabHovered = "rgba(37, 38, 47, 1.0)"
ScrollbarGrabActive = "rgba(124, 124, 124, 1.0)"
CheckMark = "rgba(255, 255, 255, 1.0)"
SliderGrab = "rgba(255, 255, 255, 0.2274678349494934)"
SliderGrabActive = "rgba(209, 209, 209, 0.3304721117019653)"
Button = "rgba(58, 113, 193, 1.0)"
ButtonHovered = "rgba(53, 120, 217, 1.0)"
ButtonActive = "rgba(15, 135, 249, 1.0)"
Header = "rgba(66, 150, 249, 0.3100000023841858)"
HeaderHovered = "rgba(66, 150, 249, 0.800000011920929)"
HeaderActive = "rgba(66, 150, 249, 1.0)"
Separator = "rgba(99, 99, 99, 0.6200000047683716)"
SeparatorHovered = "rgba(35, 112, 204, 0.7799999713897705)"
SeparatorActive = "rgba(35, 112, 204, 1.0)"
ResizeGrip = "rgba(89, 89, 89, 0.1700000017881393)"
ResizeGripHovered = "rgba(66, 150, 249, 1.0)"
ResizeGripActive = "rgba(66, 150, 249, 0.949999988079071)"
Tab = "rgba(0, 121, 255, 0.9309999942779541)"
TabHovered = "rgba(66, 150, 249, 0.800000011920929)"
TabActive = "rgba(53, 53, 53, 1.0)"
TabUnfocused = "rgba(234, 236, 238, 0.9861999750137329)"
TabUnfocusedActive = "rgba(189, 209, 233, 1.0)"
PlotLines = "rgba(99, 99, 99, 1.0)"
PlotLinesHovered = "rgba(255, 109, 89, 1.0)"
PlotHistogram = "rgba(229, 178, 0, 1.0)"
PlotHistogramHovered = "rgba(255, 114, 0, 1.0)"
TableHeaderBg = "rgba(198, 221, 249, 1.0)"
TableBorderStrong = "rgba(145, 145, 163, 1.0)"
TableBorderLight = "rgba(173, 173, 188, 1.0)"
TableRowBg = "rgba(0, 0, 0, 0.0)"
TableRowBgAlt = "rgba(76, 76, 76, 0.09000000357627869)"
TextSelectedBg = "rgba(66, 150, 249, 0.3499999940395355)"
DragDropTarget = "rgba(66, 150, 249, 0.949999988079071)"
NavHighlight = "rgba(66, 150, 249, 0.800000011920929)"
NavWindowingHighlight = "rgba(178, 178, 178, 0.699999988079071)"
NavWindowingDimBg = "rgba(51, 51, 51, 0.2000000029802322)"
ModalWindowDimBg = "rgba(51, 51, 51, 0.3499999940395355)"

[[themes]]
name = "Moonlight"
author = "Madam-Herta"
Expand Down

0 comments on commit 5bd110f

Please sign in to comment.