Skip to content

Commit 923cbb3

Browse files
Merge pull request #10 from BttrDrgn/main
2 parents 4e14e52 + 906d798 commit 923cbb3

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

themes.toml

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,3 +1912,94 @@
19121912
NavWindowingHighlight = "rgba(52, 59, 72, 0.7529411911964417)"
19131913
NavWindowingDimBg = "rgba(27, 29, 35, 0.7529411911964417)"
19141914
ModalWindowDimBg = "rgba(27, 29, 35, 0.7529411911964417)"
1915+
[[themes]]
1916+
name = "Discord (Dark)"
1917+
author = "BttrDrgn"
1918+
description = "Discord (Dark) mimic theme"
1919+
tags = ["dark"]
1920+
date = 2022-10-02
1921+
[themes.style]
1922+
alpha = 1.0
1923+
disabledAlpha = 0.6000000238418579
1924+
windowPadding = [8.0, 8.0]
1925+
windowRounding = 0.0
1926+
windowBorderSize = 1.0
1927+
windowMinSize = [32.0, 32.0]
1928+
windowTitleAlign = [0.0, 0.5]
1929+
windowMenuButtonPosition = "Left"
1930+
childRounding = 0.0
1931+
childBorderSize = 1.0
1932+
popupRounding = 0.0
1933+
popupBorderSize = 1.0
1934+
framePadding = [4.0, 3.0]
1935+
frameRounding = 0.0
1936+
frameBorderSize = 0.0
1937+
itemSpacing = [8.0, 4.0]
1938+
itemInnerSpacing = [4.0, 4.0]
1939+
cellPadding = [4.0, 2.0]
1940+
indentSpacing = 21.0
1941+
columnsMinSpacing = 6.0
1942+
scrollbarSize = 14.0
1943+
scrollbarRounding = 0.0
1944+
grabMinSize = 10.0
1945+
grabRounding = 0.0
1946+
tabRounding = 0.0
1947+
tabBorderSize = 0.0
1948+
tabMinWidthForCloseButton = 0.0
1949+
colorButtonPosition = "Right"
1950+
buttonTextAlign = [0.5, 0.5]
1951+
selectableTextAlign = [0.0, 0.0]
1952+
[themes.style.colors]
1953+
Text = "rgba(255, 255, 255, 1.0)"
1954+
TextDisabled = "rgba(127, 127, 127, 1.0)"
1955+
WindowBg = "rgba(54, 57, 63, 1.0)"
1956+
ChildBg = "rgba(47, 49, 54, 1.0)"
1957+
PopupBg = "rgba(20, 20, 20, 0.9399999976158142)"
1958+
Border = "rgba(109, 109, 127, 0.5)"
1959+
BorderShadow = "rgba(0, 0, 0, 0.0)"
1960+
FrameBg = "rgba(79, 84, 92, 1.0)"
1961+
FrameBgHovered = "rgba(79, 84, 92, 1.0)"
1962+
FrameBgActive = "rgba(88, 101, 242, 1.0)"
1963+
TitleBg = "rgba(47, 49, 54, 1.0)"
1964+
TitleBgActive = "rgba(32, 34, 37, 1.0)"
1965+
TitleBgCollapsed = "rgba(32, 34, 37, 1.0)"
1966+
MenuBarBg = "rgba(32, 34, 37, 1.0)"
1967+
ScrollbarBg = "rgba(5, 5, 5, 0.5299999713897705)"
1968+
ScrollbarGrab = "rgba(79, 79, 79, 1.0)"
1969+
ScrollbarGrabHovered = "rgba(104, 104, 104, 1.0)"
1970+
ScrollbarGrabActive = "rgba(130, 130, 130, 1.0)"
1971+
CheckMark = "rgba(59, 165, 93, 1.0)"
1972+
SliderGrab = "rgba(255, 255, 255, 1.0)"
1973+
SliderGrabActive = "rgba(255, 255, 255, 1.0)"
1974+
Button = "rgba(79, 84, 92, 1.0)"
1975+
ButtonHovered = "rgba(104, 109, 115, 1.0)"
1976+
ButtonActive = "rgba(32, 34, 37, 1.0)"
1977+
Header = "rgba(79, 84, 92, 1.0)"
1978+
HeaderHovered = "rgba(104, 109, 115, 1.0)"
1979+
HeaderActive = "rgba(104, 109, 115, 1.0)"
1980+
Separator = "rgba(109, 109, 127, 0.5)"
1981+
SeparatorHovered = "rgba(25, 102, 191, 0.7799999713897705)"
1982+
SeparatorActive = "rgba(25, 102, 191, 1.0)"
1983+
ResizeGrip = "rgba(66, 150, 249, 0.2000000029802322)"
1984+
ResizeGripHovered = "rgba(66, 150, 249, 0.6700000166893005)"
1985+
ResizeGripActive = "rgba(66, 150, 249, 0.949999988079071)"
1986+
Tab = "rgba(47, 49, 54, 1.0)"
1987+
TabHovered = "rgba(60, 63, 69, 1.0)"
1988+
TabActive = "rgba(66, 70, 77, 1.0)"
1989+
TabUnfocused = "rgba(17, 26, 37, 0.9724000096321106)"
1990+
TabUnfocusedActive = "rgba(34, 66, 108, 1.0)"
1991+
PlotLines = "rgba(155, 155, 155, 1.0)"
1992+
PlotLinesHovered = "rgba(88, 101, 242, 1.0)"
1993+
PlotHistogram = "rgba(88, 101, 242, 1.0)"
1994+
PlotHistogramHovered = "rgba(92, 102, 109, 1.0)"
1995+
TableHeaderBg = "rgba(48, 48, 51, 1.0)"
1996+
TableBorderStrong = "rgba(79, 79, 89, 1.0)"
1997+
TableBorderLight = "rgba(58, 58, 63, 1.0)"
1998+
TableRowBg = "rgba(0, 0, 0, 0.0)"
1999+
TableRowBgAlt = "rgba(255, 255, 255, 0.05999999865889549)"
2000+
TextSelectedBg = "rgba(13, 107, 219, 1.0)"
2001+
DragDropTarget = "rgba(88, 101, 242, 1.0)"
2002+
NavHighlight = "rgba(66, 150, 249, 1.0)"
2003+
NavWindowingHighlight = "rgba(255, 255, 255, 0.699999988079071)"
2004+
NavWindowingDimBg = "rgba(204, 204, 204, 0.2000000029802322)"
2005+
ModalWindowDimBg = "rgba(204, 204, 204, 0.3499999940395355)"

0 commit comments

Comments
 (0)