Skip to content

Instantly share code, notes, and snippets.

@p00f
Last active January 14, 2022 18:18
Show Gist options
  • Save p00f/46f41a8c2d85e5edf13fcd38ed130faa to your computer and use it in GitHub Desktop.
Save p00f/46f41a8c2d85e5edf13fcd38ed130faa to your computer and use it in GitHub Desktop.
Alabaster dark for wofi
window {
background-color: #0e1415;
color: #cecece;
border: 1px solid #828282;
}
#entry:selected {
background-color: #293334;
border: 1px solid #828282;
}
#text:selected {
color: #cecece;
}
#input {
background-color: #0e1415;
color: #cecece;
border-color: #828282;
border-radius: 1px;
}
#input:focus {
border-color: #cd974b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment