Skip to content

Commit b57225e

Browse files
Merge pull request #39 from nexacopic/patch-1
[Theme] AdobeInspired
2 parents 7a34aee + 6245da2 commit b57225e

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
@@ -3375,3 +3375,94 @@ ModalWindowDimBg = "rgba(0, 0, 0, 0.7982832789421082)"
33753375
NavWindowingHighlight = "rgba(255, 255, 255, 0.699999988079071)"
33763376
NavWindowingDimBg = "rgba(204, 204, 204, 0.2000000029802322)"
33773377
ModalWindowDimBg = "rgba(51, 51, 51, 0.3499999940395355)"
3378+
[[themes]]
3379+
name = "AdobeInspired"
3380+
author = "nexacopic"
3381+
description = "ImGui theme inspired by Adobe Spectrum"
3382+
tags = ["dark", "rounded"]
3383+
date = 2024-10-10
3384+
[themes.style]
3385+
alpha = 1.0
3386+
disabledAlpha = 0.6000000238418579
3387+
windowPadding = [8.0, 8.0]
3388+
windowRounding = 4.0
3389+
windowBorderSize = 1.0
3390+
windowMinSize = [32.0, 32.0]
3391+
windowTitleAlign = [0.0, 0.5]
3392+
windowMenuButtonPosition = "None"
3393+
childRounding = 4.0
3394+
childBorderSize = 1.0
3395+
popupRounding = 4.0
3396+
popupBorderSize = 1.0
3397+
framePadding = [4.0, 3.0]
3398+
frameRounding = 4.0
3399+
frameBorderSize = 1.0
3400+
itemSpacing = [8.0, 4.0]
3401+
itemInnerSpacing = [4.0, 4.0]
3402+
cellPadding = [4.0, 2.0]
3403+
indentSpacing = 21.0
3404+
columnsMinSpacing = 6.0
3405+
scrollbarSize = 14.0
3406+
scrollbarRounding = 4.0
3407+
grabMinSize = 10.0
3408+
grabRounding = 20.0
3409+
tabRounding = 4.0
3410+
tabBorderSize = 1.0
3411+
tabMinWidthForCloseButton = 0.0
3412+
colorButtonPosition = "Right"
3413+
buttonTextAlign = [0.5, 0.5]
3414+
selectableTextAlign = [0.0, 0.0]
3415+
[themes.style.colors]
3416+
Text = "rgba(255, 255, 255, 1.0)"
3417+
TextDisabled = "rgba(127, 127, 127, 1.0)"
3418+
WindowBg = "rgba(29, 29, 29, 1.0)"
3419+
ChildBg = "rgba(0, 0, 0, 0.0)"
3420+
PopupBg = "rgba(20, 20, 20, 0.9399999976158142)"
3421+
Border = "rgba(255, 255, 255, 0.1630901098251343)"
3422+
BorderShadow = "rgba(0, 0, 0, 0.0)"
3423+
FrameBg = "rgba(22, 22, 22, 1.0)"
3424+
FrameBgHovered = "rgba(39, 39, 39, 1.0)"
3425+
FrameBgActive = "rgba(48, 48, 48, 1.0)"
3426+
TitleBg = "rgba(29, 29, 29, 1.0)"
3427+
TitleBgActive = "rgba(27, 27, 27, 1.0)"
3428+
TitleBgCollapsed = "rgba(0, 0, 0, 0.5099999904632568)"
3429+
MenuBarBg = "rgba(29, 29, 29, 1.0)"
3430+
ScrollbarBg = "rgba(5, 5, 5, 0.5299999713897705)"
3431+
ScrollbarGrab = "rgba(79, 79, 79, 1.0)"
3432+
ScrollbarGrabHovered = "rgba(104, 104, 104, 1.0)"
3433+
ScrollbarGrabActive = "rgba(130, 130, 130, 1.0)"
3434+
CheckMark = "rgba(255, 255, 255, 1.0)"
3435+
SliderGrab = "rgba(224, 224, 224, 1.0)"
3436+
SliderGrabActive = "rgba(250, 250, 250, 1.0)"
3437+
Button = "rgba(38, 38, 38, 1.0)"
3438+
ButtonHovered = "rgba(63, 63, 63, 1.0)"
3439+
ButtonActive = "rgba(84, 84, 84, 1.0)"
3440+
Header = "rgba(249, 249, 249, 0.3098039329051971)"
3441+
HeaderHovered = "rgba(249, 249, 249, 0.800000011920929)"
3442+
HeaderActive = "rgba(249, 249, 249, 1.0)"
3443+
Separator = "rgba(109, 109, 127, 0.5)"
3444+
SeparatorHovered = "rgba(191, 191, 191, 0.7803921699523926)"
3445+
SeparatorActive = "rgba(191, 191, 191, 1.0)"
3446+
ResizeGrip = "rgba(249, 249, 249, 0.2000000029802322)"
3447+
ResizeGripHovered = "rgba(239, 239, 239, 0.6705882549285889)"
3448+
ResizeGripActive = "rgba(249, 249, 249, 0.9490196108818054)"
3449+
Tab = "rgba(57, 57, 57, 0.8627451062202454)"
3450+
TabHovered = "rgba(82, 82, 82, 0.800000011920929)"
3451+
TabActive = "rgba(70, 70, 70, 1.0)"
3452+
TabUnfocused = "rgba(37, 37, 37, 0.9725490212440491)"
3453+
TabUnfocusedActive = "rgba(108, 108, 108, 1.0)"
3454+
PlotLines = "rgba(155, 155, 155, 1.0)"
3455+
PlotLinesHovered = "rgba(255, 109, 89, 1.0)"
3456+
PlotHistogram = "rgba(229, 178, 0, 1.0)"
3457+
PlotHistogramHovered = "rgba(255, 153, 0, 1.0)"
3458+
TableHeaderBg = "rgba(48, 48, 51, 1.0)"
3459+
TableBorderStrong = "rgba(79, 79, 89, 1.0)"
3460+
TableBorderLight = "rgba(58, 58, 63, 1.0)"
3461+
TableRowBg = "rgba(0, 0, 0, 0.0)"
3462+
TableRowBgAlt = "rgba(255, 255, 255, 0.05999999865889549)"
3463+
TextSelectedBg = "rgba(66, 150, 249, 0.3499999940395355)"
3464+
DragDropTarget = "rgba(255, 255, 0, 0.8999999761581421)"
3465+
NavHighlight = "rgba(66, 150, 249, 1.0)"
3466+
NavWindowingHighlight = "rgba(255, 255, 255, 0.699999988079071)"
3467+
NavWindowingDimBg = "rgba(204, 204, 204, 0.2000000029802322)"
3468+
ModalWindowDimBg = "rgba(204, 204, 204, 0.3499999940395355)"

0 commit comments

Comments
 (0)