-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e292be
commit dc53c49
Showing
15 changed files
with
345 additions
and
160 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
plugin { | ||
hyprbars { | ||
# example config | ||
bar_height = 15 | ||
bar_text_size = 12 | ||
bar_color = rgb(000000) | ||
bar_part_of_window = true | ||
bar_text_font = NotoMono Nerd Font Mono | ||
bar_text_align = left | ||
|
||
hyprbars-button = rgb(ff4040), 12,, hyprctl dispatch killactive | ||
hyprbars-button = rgb(eeee11), 10,, hyprctl dispatch fullscreen 1 | ||
hyprbars-button = rgb(95ff00), 10,, hyprctl dispatch togglefloating | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,101 +1,21 @@ | ||
# vim:ft=kitty | ||
#: This is a template that can be used to create new kitty themes. | ||
#: Theme files should start with a metadata block consisting of | ||
#: lines beginning with ##. All metadata fields are optional. | ||
|
||
## name: Box | ||
## author: D3vil0p3r | ||
## license: GPLv3 | ||
## blurb: Hack The Box inspired colorscheme. | ||
|
||
#: All the settings below are colors, which you can choose to modify, or use the | ||
#: defaults. You can also add non-color based settings if needed but note that | ||
#: these will not work with using kitty @ set-colors with this theme. For a | ||
#: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/ | ||
|
||
#: The basic colors | ||
|
||
foreground #9fef00 | ||
background #141d2b | ||
selection_foreground #141d2b | ||
selection_background #a4b1cd | ||
|
||
|
||
#: Cursor colors | ||
|
||
cursor #9fef00 | ||
cursor_text_color #111111 | ||
|
||
|
||
#: URL underline color when hovering with mouse | ||
|
||
url_color #2ee7b6 | ||
|
||
|
||
#: kitty window border colors and terminal bell colors | ||
|
||
active_border_color #00ff00 | ||
inactive_border_color #cccccc | ||
bell_border_color #ff5a00 | ||
visual_bell_color none | ||
|
||
|
||
#: OS Window titlebar colors | ||
|
||
wayland_titlebar_color system | ||
macos_titlebar_color system | ||
|
||
|
||
#: Tab bar colors | ||
|
||
active_tab_foreground #141d2b | ||
active_tab_background #9fef00 | ||
inactive_tab_foreground #141d2b | ||
inactive_tab_background #a4b1cd | ||
tab_bar_background none | ||
tab_bar_margin_color none | ||
|
||
|
||
#: Colors for marks (marked text in the terminal) | ||
|
||
mark1_foreground black | ||
mark1_background #98d3cb | ||
mark2_foreground black | ||
mark2_background #f2dcd3 | ||
mark3_foreground black | ||
mark3_background #f274bc | ||
|
||
|
||
#: The basic 16 colors | ||
|
||
#: black | ||
color0 #000000 | ||
color8 #767676 | ||
|
||
#: red | ||
color1 #cc0403 | ||
color9 #f2201f | ||
|
||
#: green | ||
color2 #19cb00 | ||
color10 #23fd00 | ||
|
||
#: yellow | ||
color3 #cecb00 | ||
color11 #fffd00 | ||
|
||
#: blue | ||
color4 #0d73cc | ||
color12 #1a8fff | ||
|
||
#: magenta | ||
color5 #cb1ed1 | ||
color13 #fd28ff | ||
|
||
#: cyan | ||
color6 #0dcdcd | ||
color14 #14ffff | ||
|
||
#: white | ||
color7 #dddddd | ||
color15 #ffffff | ||
background #000000 | ||
foreground #ffffff | ||
cursor #bbbbbb | ||
selection_background #b5d5ff | ||
color0 #000000 | ||
color8 #545454 | ||
color1 #ff5555 | ||
color9 #ff5555 | ||
color2 #55ff55 | ||
color10 #55ff55 | ||
color3 #ffff55 | ||
color11 #ffff55 | ||
color4 #5555ff | ||
color12 #5555ff | ||
color5 #ff55ff | ||
color13 #ff55ff | ||
color6 #55ffff | ||
color14 #55ffff | ||
color7 #bbbbbb | ||
color15 #ffffff | ||
selection_foreground #000000 |
This file contains 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
This file contains 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
Oops, something went wrong.