Update Themes
- Add matplotlib dracula theme - Add steam dracula theme as submodule - Update Dracula gtk/kvantum theme - Change QT_QPA_PLATFORMTHEME to qt5ct in xinitrc - Add Xournal++ dracula theme
This commit is contained in:
parent
dd5218b260
commit
f09edc6c2e
30
.config/matplotlib/matplotlibrc
Normal file
30
.config/matplotlib/matplotlibrc
Normal file
@ -0,0 +1,30 @@
|
||||
lines.color: F8F8F2
|
||||
patch.edgecolor: F8F8F2
|
||||
|
||||
text.color: F8F8F2
|
||||
|
||||
axes.facecolor: 282A36
|
||||
axes.edgecolor: F8F8F2
|
||||
axes.labelcolor: F8F8F2
|
||||
|
||||
axes.prop_cycle: cycler('color', ['8be9fd', 'ff79c6', '50fa7b', 'bd93f9', 'ffb86c', 'ff5555', 'f1fa8c', '6272a4'])
|
||||
|
||||
xtick.color: F8F8F2
|
||||
ytick.color: F8F8F2
|
||||
|
||||
legend.framealpha: 0
|
||||
|
||||
grid.color: F8F8F2
|
||||
|
||||
figure.facecolor: 282A36
|
||||
figure.edgecolor: 282A36
|
||||
|
||||
savefig.facecolor: 282A36
|
||||
savefig.edgecolor: 282A36
|
||||
|
||||
### Boxplots
|
||||
boxplot.boxprops.color: F8F8F2
|
||||
boxplot.capprops.color: F8F8F2
|
||||
boxplot.flierprops.color: F8F8F2
|
||||
boxplot.flierprops.markeredgecolor: F8F8F2
|
||||
boxplot.whiskerprops.color: F8F8F2
|
30
.config/matplotlib/stylelib/dracula.mplstyle
Normal file
30
.config/matplotlib/stylelib/dracula.mplstyle
Normal file
@ -0,0 +1,30 @@
|
||||
lines.color: F8F8F2
|
||||
patch.edgecolor: F8F8F2
|
||||
|
||||
text.color: F8F8F2
|
||||
|
||||
axes.facecolor: 282A36
|
||||
axes.edgecolor: F8F8F2
|
||||
axes.labelcolor: F8F8F2
|
||||
|
||||
axes.prop_cycle: cycler('color', ['8be9fd', 'ff79c6', '50fa7b', 'bd93f9', 'ffb86c', 'ff5555', 'f1fa8c', '6272a4'])
|
||||
|
||||
xtick.color: F8F8F2
|
||||
ytick.color: F8F8F2
|
||||
|
||||
legend.framealpha: 0
|
||||
|
||||
grid.color: F8F8F2
|
||||
|
||||
figure.facecolor: 282A36
|
||||
figure.edgecolor: 282A36
|
||||
|
||||
savefig.facecolor: 282A36
|
||||
savefig.edgecolor: 282A36
|
||||
|
||||
### Boxplots
|
||||
boxplot.boxprops.color: F8F8F2
|
||||
boxplot.capprops.color: F8F8F2
|
||||
boxplot.flierprops.color: F8F8F2
|
||||
boxplot.flierprops.markeredgecolor: F8F8F2
|
||||
boxplot.whiskerprops.color: F8F8F2
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -10,3 +10,6 @@
|
||||
[submodule ".config/polybar"]
|
||||
path = .config/polybar
|
||||
url = git@github.com:balajsra/polybar.git
|
||||
[submodule "/home/sravan/.local/share/Steam/skins/Dracula"]
|
||||
path = /home/sravan/.local/share/Steam/skins/Dracula
|
||||
url = https://github.com/dracula/steam.git
|
||||
|
1
.local/share/Steam/skins/Dracula
Submodule
1
.local/share/Steam/skins/Dracula
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit daa49c5b948aa8d491ed6a5db32d06a30b6d5f9d
|
@ -1 +1 @@
|
||||
Subproject commit 456fea640dd1897d0136d937910e29ad5eb39dd8
|
||||
Subproject commit ab2efe3ff5a1ce06a9f49c5d71be4a819b04a105
|
2
.xinitrc
2
.xinitrc
@ -6,7 +6,7 @@ export SHELL=/usr/bin/fish # Preferred shell
|
||||
export EDITOR="code -w" # Default editor
|
||||
export BROWSER=brave # Web Browser
|
||||
export XDG_CONFIG_HOME=$HOME/.config # Set Config directory
|
||||
export QT_QPA_PLATFORMTHEME=gtk2 # QGtkStyle
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct # QGtkStyle
|
||||
|
||||
###########
|
||||
# STARTUP #
|
||||
|
4
.xournalpp/toolbar.ini
Normal file
4
.xournalpp/toolbar.ini
Normal file
@ -0,0 +1,4 @@
|
||||
[Dracula]
|
||||
toolbarTop1=SAVE,NEW,SEPARATOR,OPEN,CUT,COPY,PASTE,SEPARATOR,UNDO,REDO,SEPARATOR,SEPARATOR,SEPARATOR,INSERT_NEW_PAGE,DELETE_CURRENT_PAGE,SEPARATOR,GOTO_BACK,GOTO_NEXT,SEPARATOR,FULLSCREEN,SEPARATOR,IMAGE,TEXT
|
||||
toolbarLeft1=COLOR(0x282a36),COLOR(0x44475a),COLOR(0x6272a4),COLOR(0xf1fa8c),COLOR(0xffb86c),COLOR(0xff5555),COLOR(0xbd93f9),COLOR(0xff79c6),COLOR(0x50fa7b),COLOR(0x8be9fd),COLOR(0xf8f8f2),SEPARATOR,COLOR_SELECT,ZOOM_100,ZOOM_FIT,ZOOM_IN,ZOOM_OUT,VERY_FINE,SEPARATOR,FINE,MEDIUM,THICK,VERY_THICK,TOOL_FILL,SEPARATOR,DRAW_CIRCLE,SEPARATOR,DRAW_RECTANGLE,RULER,DRAW_ARROW,DRAW_COORDINATE_SYSTEM,GRID_SNAPPING,ROTATION_SNAPPING,SEPARATOR,SELECT_REGION,SELECT_RECTANGLE,PEN,ERASER,HILIGHTER,DEFAULT_TOOL
|
||||
name=Dracula
|
Loading…
x
Reference in New Issue
Block a user