change color theme of kitty and hypr
This commit is contained in:
parent
42630a65cd
commit
37f830bf4a
@ -12,8 +12,11 @@ general {
|
|||||||
border_size = 2
|
border_size = 2
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
#col.active_border = rgba(E97520ff) rgba(50180Eff) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
#col.active_border = rgba(FABF45ff) rgba(9A3D1Eff) 90deg
|
||||||
|
col.active_border = rgba(ffb700ff) rgba(ff2d00ff) 90deg
|
||||||
|
#col.active_border = rgba(FABF45aa)
|
||||||
|
col.inactive_border = rgba(595959ff)
|
||||||
|
|
||||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||||
resize_on_border = true
|
resize_on_border = true
|
||||||
@ -35,8 +38,8 @@ decoration {
|
|||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
enabled = true
|
enabled = true
|
||||||
range = 4
|
range = 10
|
||||||
render_power = 3
|
render_power = 2
|
||||||
color = rgba(1a1a1aee)
|
color = rgba(1a1a1aee)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
86
.config/kitty/current-theme.conf
Normal file
86
.config/kitty/current-theme.conf
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
## name: Selenized Black
|
||||||
|
## license: MIT
|
||||||
|
## author: Jan Warchol
|
||||||
|
## upstream: https://github.com/jan-warchol/selenized/raw/master/terminals/kitty/kitty-selenized-black.conf
|
||||||
|
## blurb: Selenized black color scheme for Kitty
|
||||||
|
|
||||||
|
#: The foreground and background colors
|
||||||
|
foreground #b9b9b9
|
||||||
|
background #181818
|
||||||
|
|
||||||
|
#: The opacity of the background. A number between 0 and 1, where 1 is
|
||||||
|
#: opaque and 0 is fully transparent. This will only work if
|
||||||
|
#: supported by the OS (for instance, when using a compositor under
|
||||||
|
#: X11). Note that it only sets the default background color's
|
||||||
|
#: opacity. This is so that things like the status bar in vim,
|
||||||
|
#: powerline prompts, etc. still look good. But it means that if you
|
||||||
|
#: use a color theme with a background color in your editor, it will
|
||||||
|
#: not be rendered as transparent. Instead you should change the
|
||||||
|
#: default background color in your kitty config and not use a
|
||||||
|
#: background color in the editor color scheme. Or use the escape
|
||||||
|
#: codes to set the terminals default colors in a shell script to
|
||||||
|
#: launch your editor. Be aware that using a value less than 1.0 is a
|
||||||
|
#: (possibly significant) performance hit. If you want to dynamically
|
||||||
|
#: change transparency of windows set dynamic_background_opacity to
|
||||||
|
#: yes (this is off by default as it has a performance cost)
|
||||||
|
background_opacity 1.0
|
||||||
|
|
||||||
|
#: Allow changing of the background_opacity dynamically, using either
|
||||||
|
#: keyboard shortcuts (increase_background_opacity and
|
||||||
|
#: decrease_background_opacity) or the remote control facility.
|
||||||
|
dynamic_background_opacity no
|
||||||
|
|
||||||
|
#: How much to dim text that has the DIM/FAINT attribute set. One
|
||||||
|
#: means no dimming and zero means fully dimmed (i.e. invisible).
|
||||||
|
dim_opacity 0.625
|
||||||
|
|
||||||
|
#: The foreground for text selected with the mouse. A value of none
|
||||||
|
#: means to leave the color unchanged.
|
||||||
|
selection_foreground none
|
||||||
|
|
||||||
|
#: The background for text selected with the mouse.
|
||||||
|
selection_background #3b3b3b
|
||||||
|
|
||||||
|
#: Tab bar colors
|
||||||
|
active_tab_foreground #dedede
|
||||||
|
active_tab_background #3b3b3b
|
||||||
|
inactive_tab_foreground #777777
|
||||||
|
inactive_tab_background #181818
|
||||||
|
tab_bar_background #181818
|
||||||
|
|
||||||
|
#: The 16 terminal colors. There are 8 basic colors, each color has a
|
||||||
|
#: dull and bright version. You can also set the remaining colors from
|
||||||
|
#: the 256 color table as color16 to color255.
|
||||||
|
|
||||||
|
#: black
|
||||||
|
color0 #252525
|
||||||
|
color8 #3b3b3b
|
||||||
|
|
||||||
|
#: red
|
||||||
|
color1 #ed4a46
|
||||||
|
color9 #ff5e56
|
||||||
|
|
||||||
|
#: green
|
||||||
|
color2 #70b433
|
||||||
|
color10 #83c746
|
||||||
|
|
||||||
|
#: yellow
|
||||||
|
color3 #dbb32d
|
||||||
|
color11 #efc541
|
||||||
|
|
||||||
|
#: blue
|
||||||
|
color4 #368aeb
|
||||||
|
color12 #4f9cfe
|
||||||
|
|
||||||
|
#: magenta
|
||||||
|
color5 #eb6eb7
|
||||||
|
color13 #ff81ca
|
||||||
|
|
||||||
|
#: cyan
|
||||||
|
color6 #3fc5b7
|
||||||
|
color14 #56d8c9
|
||||||
|
|
||||||
|
#: white
|
||||||
|
color7 #777777
|
||||||
|
color15 #dedede
|
||||||
|
|
2780
.config/kitty/kitty.conf
Normal file
2780
.config/kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user