Last active
November 18, 2023 22:26
-
-
Save Cardoso1994/80641d652a4adcf6c8f718ebc3770ab9 to your computer and use it in GitHub Desktop.
Gruvbox material colorscheme for i3wm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################ | |
#### Gruvbox Material Light #### | |
################################ | |
set $bg #fbf1c7 | |
set $fg #654735 | |
set $red #c14a4a | |
set $orange #c35e0a | |
set $green #6c782e | |
set $blue #45707a | |
set $purple #945e80 | |
set $aqua #4c7a5d | |
set $darkgray #fbf1c7 | |
############################### | |
#### Gruvbox Material Dark #### | |
############################### | |
set $bg #282828 | |
set $fg #d4be98 | |
set $red #ea6962 | |
set $orange #e78a4e | |
set $green #a9b665 | |
set $blue #7daea3 | |
set $purple #d3869b | |
set $aqua #89b482 | |
set $darkgray #282828 | |
############# | |
#### BAR #### | |
############# | |
bar { | |
colors { | |
# bar background color | |
background $bg | |
# text color used for blocks that do not have a color specified. | |
statusline $fg | |
# workspaces section | |
# border backgr. text | |
focused_workspace $orange $orange $bg | |
inactive_workspace $bg $aqua $bg | |
active_workspace $bg $blue $bg | |
urgent_workspace $red $red $fg | |
} | |
} | |
####################### | |
#### i3 appearance #### | |
####################### | |
# Gruvbox Theme brdr bg text indictr chld_brdr | |
client.focused $orange $orange $bg $orange $orange | |
client.focused_inactive $aqua $aqua $bg $aqua $aqua | |
client.unfocused $bg $bg $bg $bg $bg | |
client.urgent $red $red $bg $red $red | |
client.placeholder $bg $bg $bg $bg $bg | |
client.background $bg |
Author
Cardoso1994
commented
Sep 7, 2021
via email
Have you solved the issue yet?
If so, can you tell me what the issue was?
If not, can you send me your config file so I can check it and try to see
where the problem is?
…On Thu, 2 Sept 2021 at 05:32, g-e-o-m-e-t-r-i-c ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
The border of the window doesn't seem to be updating its color to the
Gruvbox Material colorscheme, only the bottom bar.
I am quite new to i3, so any tips would be appreciated.
Screenshots are attached below.
[image: image]
<https://user-images.githubusercontent.com/79387351/131828756-d5eaedde-0487-4f71-8bfe-ce626c09b694.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://gist.github.com/80641d652a4adcf6c8f718ebc3770ab9#gistcomment-3880159>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJTQCVZSWKAIH52JNBYOJPLT75HFBANCNFSM5DIYPKJA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
Yes, I have solved the issue. The issue mainly was with my incompetence
with i3 at the time, as I hadn't understood the concepts of "workspaces"
and "panes".
…On Wed, 8 Sept 2021 at 04:13, MACM ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Have you solved the issue yet?
If so, can you tell me what the issue was?
If not, can you send me your config file so I can check it and try to see
where the problem is?
On Thu, 2 Sept 2021 at 05:32, g-e-o-m-e-t-r-i-c ***@***.***>
wrote:
> ***@***.**** commented on this gist.
> ------------------------------
>
> The border of the window doesn't seem to be updating its color to the
> Gruvbox Material colorscheme, only the bottom bar.
> I am quite new to i3, so any tips would be appreciated.
> Screenshots are attached below.
> [image: image]
> <
https://user-images.githubusercontent.com/79387351/131828756-d5eaedde-0487-4f71-8bfe-ce626c09b694.png
>
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <
https://gist.github.com/80641d652a4adcf6c8f718ebc3770ab9#gistcomment-3880159
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AJTQCVZSWKAIH52JNBYOJPLT75HFBANCNFSM5DIYPKJA
>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>
> or Android
> <
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
>.
>
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://gist.github.com/80641d652a4adcf6c8f718ebc3770ab9#gistcomment-3885525>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS5VVV7K3OCHZ6QMTRV7VGDUAZW7LANCNFSM5DIYPKJA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
use this for using fg color in unfocesed window
#######################
#### i3 appearance ####
#######################
# Gruvbox Theme brdr bg text indictr chld_brdr
client.focused $orange $orange $bg $orange $orange
client.focused_inactive $aqua $aqua $bg $aqua $aqua
client.unfocused $bg $bg $fg $bg $bg
client.urgent $red $red $bg $red $red
client.placeholder $bg $bg $bg $bg $bg
client.background $bg
i used my color scheme in sway at my dotfile repo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment