Skip to content

Instantly share code, notes, and snippets.

@ItsOnlyBinary
Last active January 12, 2024 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ItsOnlyBinary/75e1f272c4dbccca15043ec9bd8a84ea to your computer and use it in GitHub Desktop.
Save ItsOnlyBinary/75e1f272c4dbccca15043ec9bd8a84ea to your computer and use it in GitHub Desktop.
<style>
.kiwi-workspace-background {
background-image: url("/static/img/chat-background-light.png");
background-repeat: repeat;
opacity: 0.08;
}
.kiwi-wrap[data-theme="dark"] .kiwi-workspace-background,
.kiwi-wrap[data-theme="nightswatch"] .kiwi-workspace-background,
.kiwi-wrap[data-theme="radioactive"] .kiwi-workspace-background,
.kiwi-wrap[data-theme="elite"] .kiwi-workspace-background {
background-image: url("/static/img/chat-background-dark.png");
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment